Commit 43fdc74f authored by drnull03's avatar drnull03

Added nodeDel script i forget to add

parent 59db520e
This diff is collapsed.
This diff is collapsed.
#!/bin/bash
/opt/zookeeper/bin/zkCli.sh delete "/nodes/nodeA"
...@@ -24,9 +24,7 @@ the script launch.sh in part1 and part2 launch the zookeeper with the correct co ...@@ -24,9 +24,7 @@ the script launch.sh in part1 and part2 launch the zookeeper with the correct co
### finding the conf for the zookeeper for each part ### finding the conf for the zookeeper for each part
Part1: standalone.cfg is the file that contains the zookeeper standalone configuration] standalone.cfg is the file that contains the zookeeper standalone configuration it is used for part 1 and part 2
Part2: conf folder contains zoo1.cfg ,zoo2.cfg and zoo3.cfg for building an ensemble of 3 nodes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment