SlideShare a Scribd company logo
Create Znodes
=============
Syntax
------
create /path /data
create -s /path /data
create -e /path /data
Ex
--
create /FirstZnode "Myfirstzookeeper-app"
create -s /FirstZnode "second-data"
create -e /SecondZnode "Ephemeral-data"
--------------------------------------------------------------------------------
------------------------------------------------------
Get Data of a znode
===================
Syntax
------
get /path
Ex
--
get /FirstZnode
get /FirstZnode0000000003
--------------------------------------------------------------------------------
------------------------------------------------------
Watch Znode for Changes
=======================
Syntax
------
get /path [watch] 1
Ex
--
get /FirstZnode 1
--------------------------------------------------------------------------------
------------------------------------------------------
Set Data of a znode
===================
Syntax
------
set /path /data
Ex
--
set /SecondZnode "Data-updated"
set /FirstZnode "Mysecondzookeeper-app"
--------------------------------------------------------------------------------
------------------------------------------------------
Create Children of a znode
==========================
Syntax
------
create /parent/path/subnode/path /data
Ex
--
create /FirstZnode/Child1 "firstchildren"
create /FirstZnode/Child2 "secondchildren"
--------------------------------------------------------------------------------
------------------------------------------------------
List children of a znode
========================
Syntax
------
ls /path
Ex
--
ls /FirstZnode
--------------------------------------------------------------------------------
------------------------------------------------------
Check Status of a znode
=======================
Syntax
------
stat /path
Ex
--
stat /FirstZnode
--------------------------------------------------------------------------------
------------------------------------------------------
Remove / Delete a znode
=======================
Syntax
------
rmr /path
delete /path
Ex
--
rmr /FirstZnode
delete /FirstZnode
Verification
------------
get /FirstZnode

More Related Content

What's hot

Db health check
Db health checkDb health check
Db health check
Akash Pramanik
 
Linea de comandos bioface zem800
Linea de comandos bioface zem800Linea de comandos bioface zem800
Linea de comandos bioface zem800
thomaswarnerherrera
 
Oracle 12c far sync standby instance
Oracle 12c far sync standby instanceOracle 12c far sync standby instance
Oracle 12c far sync standby instance
Monowar Mukul
 
Tibero sql execution plan guide en
Tibero sql execution plan guide enTibero sql execution plan guide en
Tibero sql execution plan guide en
ssusered8afe
 
PostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
PostgreSQL Portland Performance Practice Project - Database Test 2 TuningPostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
PostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
Mark Wong
 
Strategic autovacuum
Strategic autovacuumStrategic autovacuum
Strategic autovacuum
Jim Mlodgenski
 
Free toolsinstall
Free toolsinstallFree toolsinstall
Free toolsinstall
Hemant Nagar
 
Command
CommandCommand
Command
gajshield
 
Top 10 Mistakes When Migrating From Oracle to PostgreSQL
Top 10 Mistakes When Migrating From Oracle to PostgreSQLTop 10 Mistakes When Migrating From Oracle to PostgreSQL
Top 10 Mistakes When Migrating From Oracle to PostgreSQL
Jim Mlodgenski
 
Operation outbreak
Operation outbreakOperation outbreak
Operation outbreak
Prathan Phongthiproek
 
SCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
SCALE 15x Minimizing PostgreSQL Major Version Upgrade DowntimeSCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
SCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
Jeff Frost
 
Hands on Hadoop
Hands on HadoopHands on Hadoop
Hands on Hadoop
Paul Tarjan
 
Conquering the Command Line
Conquering the Command LineConquering the Command Line
Conquering the Command Line
Adrian Cardenas
 
Learning the command line
Learning the command lineLearning the command line
Learning the command line
Adrian Cardenas
 
First there was the command line
First there was the command lineFirst there was the command line
First there was the command line
Adrian Cardenas
 
How to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdbHow to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdb
Marco Vigelini
 
Automating Disaster Recovery PostgreSQL
Automating Disaster Recovery PostgreSQLAutomating Disaster Recovery PostgreSQL
Automating Disaster Recovery PostgreSQL
Nina Kaufman
 
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
PgDay.Seoul
 
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, CitrixXPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
The Linux Foundation
 
PostgreSQL Procedural Languages: Tips, Tricks and Gotchas
PostgreSQL Procedural Languages: Tips, Tricks and GotchasPostgreSQL Procedural Languages: Tips, Tricks and Gotchas
PostgreSQL Procedural Languages: Tips, Tricks and Gotchas
Jim Mlodgenski
 

What's hot (20)

Db health check
Db health checkDb health check
Db health check
 
Linea de comandos bioface zem800
Linea de comandos bioface zem800Linea de comandos bioface zem800
Linea de comandos bioface zem800
 
Oracle 12c far sync standby instance
Oracle 12c far sync standby instanceOracle 12c far sync standby instance
Oracle 12c far sync standby instance
 
Tibero sql execution plan guide en
Tibero sql execution plan guide enTibero sql execution plan guide en
Tibero sql execution plan guide en
 
PostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
PostgreSQL Portland Performance Practice Project - Database Test 2 TuningPostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
PostgreSQL Portland Performance Practice Project - Database Test 2 Tuning
 
Strategic autovacuum
Strategic autovacuumStrategic autovacuum
Strategic autovacuum
 
Free toolsinstall
Free toolsinstallFree toolsinstall
Free toolsinstall
 
Command
CommandCommand
Command
 
Top 10 Mistakes When Migrating From Oracle to PostgreSQL
Top 10 Mistakes When Migrating From Oracle to PostgreSQLTop 10 Mistakes When Migrating From Oracle to PostgreSQL
Top 10 Mistakes When Migrating From Oracle to PostgreSQL
 
Operation outbreak
Operation outbreakOperation outbreak
Operation outbreak
 
SCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
SCALE 15x Minimizing PostgreSQL Major Version Upgrade DowntimeSCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
SCALE 15x Minimizing PostgreSQL Major Version Upgrade Downtime
 
Hands on Hadoop
Hands on HadoopHands on Hadoop
Hands on Hadoop
 
Conquering the Command Line
Conquering the Command LineConquering the Command Line
Conquering the Command Line
 
Learning the command line
Learning the command lineLearning the command line
Learning the command line
 
First there was the command line
First there was the command lineFirst there was the command line
First there was the command line
 
How to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdbHow to create a pluggable database by cloning an existing local pdb
How to create a pluggable database by cloning an existing local pdb
 
Automating Disaster Recovery PostgreSQL
Automating Disaster Recovery PostgreSQLAutomating Disaster Recovery PostgreSQL
Automating Disaster Recovery PostgreSQL
 
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
[Pgday.Seoul 2019] Citus를 이용한 분산 데이터베이스
 
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, CitrixXPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
XPDS14 - osstest, Xen's Automatic Testing Facility - Ian Jackson, Citrix
 
PostgreSQL Procedural Languages: Tips, Tricks and Gotchas
PostgreSQL Procedural Languages: Tips, Tricks and GotchasPostgreSQL Procedural Languages: Tips, Tricks and Gotchas
PostgreSQL Procedural Languages: Tips, Tricks and Gotchas
 

Viewers also liked

Shake party Herbalife!!!
Shake party Herbalife!!!Shake party Herbalife!!!
Shake party Herbalife!!!
Lorenzo Molinari
 
Certificate_2
Certificate_2Certificate_2
Certificate_2
Deepak Vashisht
 
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACHSUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
IAEME Publication
 
Coursera webapplications 2015
Coursera webapplications 2015Coursera webapplications 2015
Coursera webapplications 2015
Sunil Kumar Reddy Buddala
 
Money vocabulary
Money vocabularyMoney vocabulary
Money vocabulary
Adrian Medina
 
E.1.1. competencias del instructor
E.1.1. competencias del instructorE.1.1. competencias del instructor
E.1.1. competencias del instructor
Antonio Davila
 
505 Revised.pptx
505 Revised.pptx505 Revised.pptx
505 Revised.pptx
Mengchen Li
 
Luz angelacarvajal actividad1 2mapac.
Luz angelacarvajal actividad1 2mapac.Luz angelacarvajal actividad1 2mapac.
Luz angelacarvajal actividad1 2mapac.
Luz Carvajal
 
Official degree -TU-Parampreet Singh
Official degree -TU-Parampreet SinghOfficial degree -TU-Parampreet Singh
Official degree -TU-Parampreet SinghParampreet Singh
 
Sesion stop ciberbullying ESO
Sesion stop ciberbullying ESOSesion stop ciberbullying ESO
Sesion stop ciberbullying ESO
Maria Lasuen
 
Electronic Structure of an Atom
Electronic Structure of an AtomElectronic Structure of an Atom
Electronic Structure of an Atom
Rhea Teressa Suba-an
 

Viewers also liked (11)

Shake party Herbalife!!!
Shake party Herbalife!!!Shake party Herbalife!!!
Shake party Herbalife!!!
 
Certificate_2
Certificate_2Certificate_2
Certificate_2
 
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACHSUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
SUSTAINABLE TRANSPORATION PLANNING – A SYSTEMS APPROACH
 
Coursera webapplications 2015
Coursera webapplications 2015Coursera webapplications 2015
Coursera webapplications 2015
 
Money vocabulary
Money vocabularyMoney vocabulary
Money vocabulary
 
E.1.1. competencias del instructor
E.1.1. competencias del instructorE.1.1. competencias del instructor
E.1.1. competencias del instructor
 
505 Revised.pptx
505 Revised.pptx505 Revised.pptx
505 Revised.pptx
 
Luz angelacarvajal actividad1 2mapac.
Luz angelacarvajal actividad1 2mapac.Luz angelacarvajal actividad1 2mapac.
Luz angelacarvajal actividad1 2mapac.
 
Official degree -TU-Parampreet Singh
Official degree -TU-Parampreet SinghOfficial degree -TU-Parampreet Singh
Official degree -TU-Parampreet Singh
 
Sesion stop ciberbullying ESO
Sesion stop ciberbullying ESOSesion stop ciberbullying ESO
Sesion stop ciberbullying ESO
 
Electronic Structure of an Atom
Electronic Structure of an AtomElectronic Structure of an Atom
Electronic Structure of an Atom
 

Similar to Quick reference for zookeeper commands

Quick reference for spark sql
Quick reference for spark sqlQuick reference for spark sql
Quick reference for spark sql
Rajkumar Asohan, PMP
 
Variant Configurition in SAP: Beginners Guide | www.sapdocs.info
Variant Configurition in SAP: Beginners Guide | www.sapdocs.infoVariant Configurition in SAP: Beginners Guide | www.sapdocs.info
Variant Configurition in SAP: Beginners Guide | www.sapdocs.info
sapdocs. info
 
Hadoop on aws amazon
Hadoop on aws amazonHadoop on aws amazon
Hadoop on aws amazon
Sandish Kumar H N
 
Hadoop on aws amazon
Hadoop on aws amazonHadoop on aws amazon
Hadoop on aws amazon
Sandish Kumar H N
 
Hacking ansible
Hacking ansibleHacking ansible
Hacking ansible
bcoca
 
Cadence flow
Cadence flowCadence flow
Cadence flow
thanhbinh12x
 
ZFINDALLZPROGAM
ZFINDALLZPROGAMZFINDALLZPROGAM
ZFINDALLZPROGAM
Jay Dalwadi
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
webhostingguy
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
webhostingguy
 
GedcomX SDK - Getting Started
GedcomX SDK - Getting StartedGedcomX SDK - Getting Started
GedcomX SDK - Getting Started
Dave Nash
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
Devender Singh
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
Devender Singh
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
Devender Singh
 
Capital onehadoopclass
Capital onehadoopclassCapital onehadoopclass
Capital onehadoopclass
Doug Chang
 
Mongodb workshop
Mongodb workshopMongodb workshop
Mongodb workshop
Harun Yardımcı
 
Ass hđh
Ass hđhAss hđh
Ass hđh
Matalus Master
 
Ass OS
Ass OSAss OS
Xss Xsrf
Xss XsrfXss Xsrf
Xss Xsrf
Aung Khant
 
Quick reference for curl
Quick reference for curlQuick reference for curl
Quick reference for curl
Rajkumar Asohan, PMP
 
Percona toolkit
Percona toolkitPercona toolkit

Similar to Quick reference for zookeeper commands (20)

Quick reference for spark sql
Quick reference for spark sqlQuick reference for spark sql
Quick reference for spark sql
 
Variant Configurition in SAP: Beginners Guide | www.sapdocs.info
Variant Configurition in SAP: Beginners Guide | www.sapdocs.infoVariant Configurition in SAP: Beginners Guide | www.sapdocs.info
Variant Configurition in SAP: Beginners Guide | www.sapdocs.info
 
Hadoop on aws amazon
Hadoop on aws amazonHadoop on aws amazon
Hadoop on aws amazon
 
Hadoop on aws amazon
Hadoop on aws amazonHadoop on aws amazon
Hadoop on aws amazon
 
Hacking ansible
Hacking ansibleHacking ansible
Hacking ansible
 
Cadence flow
Cadence flowCadence flow
Cadence flow
 
ZFINDALLZPROGAM
ZFINDALLZPROGAMZFINDALLZPROGAM
ZFINDALLZPROGAM
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
 
GedcomX SDK - Getting Started
GedcomX SDK - Getting StartedGedcomX SDK - Getting Started
GedcomX SDK - Getting Started
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
 
Dave bio data
Dave bio dataDave bio data
Dave bio data
 
Capital onehadoopclass
Capital onehadoopclassCapital onehadoopclass
Capital onehadoopclass
 
Mongodb workshop
Mongodb workshopMongodb workshop
Mongodb workshop
 
Ass hđh
Ass hđhAss hđh
Ass hđh
 
Ass OS
Ass OSAss OS
Ass OS
 
Xss Xsrf
Xss XsrfXss Xsrf
Xss Xsrf
 
Quick reference for curl
Quick reference for curlQuick reference for curl
Quick reference for curl
 
Percona toolkit
Percona toolkitPercona toolkit
Percona toolkit
 

Recently uploaded

World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
Celine George
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 

Recently uploaded (20)

World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17How to Fix the Import Error in the Odoo 17
How to Fix the Import Error in the Odoo 17
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 

Quick reference for zookeeper commands

  • 1. Create Znodes ============= Syntax ------ create /path /data create -s /path /data create -e /path /data Ex -- create /FirstZnode "Myfirstzookeeper-app" create -s /FirstZnode "second-data" create -e /SecondZnode "Ephemeral-data" -------------------------------------------------------------------------------- ------------------------------------------------------ Get Data of a znode =================== Syntax ------ get /path Ex -- get /FirstZnode get /FirstZnode0000000003 -------------------------------------------------------------------------------- ------------------------------------------------------ Watch Znode for Changes ======================= Syntax ------ get /path [watch] 1 Ex -- get /FirstZnode 1 -------------------------------------------------------------------------------- ------------------------------------------------------ Set Data of a znode =================== Syntax ------ set /path /data Ex -- set /SecondZnode "Data-updated" set /FirstZnode "Mysecondzookeeper-app" -------------------------------------------------------------------------------- ------------------------------------------------------ Create Children of a znode ========================== Syntax ------ create /parent/path/subnode/path /data Ex -- create /FirstZnode/Child1 "firstchildren" create /FirstZnode/Child2 "secondchildren" -------------------------------------------------------------------------------- ------------------------------------------------------ List children of a znode
  • 2. ======================== Syntax ------ ls /path Ex -- ls /FirstZnode -------------------------------------------------------------------------------- ------------------------------------------------------ Check Status of a znode ======================= Syntax ------ stat /path Ex -- stat /FirstZnode -------------------------------------------------------------------------------- ------------------------------------------------------ Remove / Delete a znode ======================= Syntax ------ rmr /path delete /path Ex -- rmr /FirstZnode delete /FirstZnode Verification ------------ get /FirstZnode