Introduction to Zookeeper

21 / 43

Zookeeper - Create an ephemeral znode

Please follow the following steps to create an emphermal znode:

  1. Login to CloudxLab
  2. Launch Zookeeper client: zookeeper-client
  3. Create an ephemeral znode with name "aneph" inside node created in previous exercise using the following command: create -e /cloudxlab/<YourUserName>/aneph 'online-session' If your username is john1234, the command will look like: create -e /cloudxlab/john1234/aneph 'online-session'
  4. Check if it is created correctly using a commands like:

      (1) ls /cloudxlab/john1234/
    
      (2) get /cloudxlab/john1234/aneph
    

No hints are availble for this assesment

Answer is not availble for this assesment


Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...