suneethaPVN
suneethaPVN
I used like this ./zkutil dump -c localhost:2181 > first.txt dump is working perfectly and the data is stored in first.txt file. Then i delete the entire data in zookeeper...
This is main problem suppose in first.txt file data having more than 1 line, 2nd&3rd lines are not imported in zookeeper eg: /bss/msv/logManagement/config/nodes/vmx0562/logMgmtXML:: djnetrtrte ertretre tertretre only 1st line is...
please suggest any solution for the above problem
our data is not a binary data. but the data having multiple lines. can you please explain each line in the below. This is import.rb file File.new(options[:filename]).each_line do |line| next...