CAP Theorem in Hadoop What is CAP Theorem? CAP theorem is designed for distributed file systems(collection of interconnected nodes).CAP Theorem also known as Brewer’s theorem and used to distributed consistency.It contains follwing three technical terms for distributed systems. C – Consistency A – Availability P – Partition Tolerance Consistency: When you read data it will give same data how many times read and server send response each and every request but systems always consistent when read data.(all node having same data) Availability: It means all requests give response and no error accured in this systems. Partition Tolerance: All functions run all time when more nodes not responsive and commnication break between two nodes Distributed systems statisfy any two terms only and not satisfy three terms Selecting Two options in CAP Theorem: CP – Consistency/Partition Tolerance: It wait for response form partioned nodes and that ...
Popular posts from this blog
Apache Hadoop Hive Tutorial What is Hive? Hive is Datawarehousing tool and used to process the data in hadoop and HDFS.Hive is similar to SQL because it analyze and process the data with querying language. Hive runs on MapReduce and top of the hadoop. Hive also known as HiveQL.Main Fuctions of the hive is data summarisation,querying and analysis. Features of Hive: Hive processed data from hadoop and hdfs Hive designed by OLAP It Supports Sql and HiveQl Data Storage of Hive: Metastore Tables Partitions Buckets Click Here to Read Full Explained Article

Comments
Post a Comment