تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح 4.4. Apache Zookeeper Introduction ضمن كورس Apache Hadoop شرح قناة CloudxLab Official، الفديو رقم 16 مجانى معتمد اونلاين
Intro
So what is Zookeeper?
In very simple words, it is a central store of key-value using which distributed systems can coordinate. Since it needs to be able to handle the load, Zookeeper itself runs on many machines.
Zookeeper provides a simple set of primitives and it is very easy to program to. It uses a data model like directory tree.
It is used for synchronization, locking, maintaining configuration and failover management.
It does not suffer from Race Conditions and Dead Locks.
Data Model
The way you store data in any store is called data model.
In case of zookeeper, think of data model as if it is a highly available file system with little differences.
We store data in an entity called znode. The data that we store should be in JSON format which Java script object notation.
The znode can only be updated. It does not support append operations. The read or write is atomic operation meaning either it will be full or would throw an error if failed. There is no intermediate state like half written.
znode can have children. So, znodes inside znodes make a tree like heirarchy. The top level znode is "/".
The znode "/zoo" is child of "/" which top level znode. duck is child znode of zoo. It is denoted as /zoo/duck
Though "." or "" are invalid characters as opposed to the file system.
This Big Data Tutorial will help you learn HDFS, ZooKeeper, Hive, HBase, NoSQL, Oozie, Flume, Sqoop, Spark, Spark RDD, Spark Streaming, Kafka, SparkR, SparkSQL, MLlib, and GraphX from scratch. Everything in this course is explained with the relevant example thus you will actually know how to implement the topics that you will learn in this course.
Let us know in the comments below if you find it helpful.
In order to claim the certificate from E&ICT Academy, IIT Roorkee, visit https://bit.ly/cxlyoutube
________
Website https://www.cloudxlab.com
Facebook https://www.facebook.com/cloudxlab
Instagram https://www.instagram.com/cloudxlab
Twitter http://www.twitter.com/cloudxlab
Join Our Discord Channel to talk to Industry Experts in real-time, to help you choose a roadmap that best suits your Tech Career, using the following link: https://discord.gg/h6qjxU94DC