soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.
https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c
Apache License 2.0
1.68k stars 443 forks source link

Bulk Upload in exhibitor #297

Open manankapoor88 opened 8 years ago

manankapoor88 commented 8 years ago

Hi,

I am new to exhibitor. As of now, Under Explorer tab, I am able to add/delete single node at one time. Is it possible to to upload multiple node at the same time or upload file in exhibitor.

thiyagaraj commented 8 years ago

Bulk upload is not supported by exhibitor, You can use Apache Curator to write your own custom loader pretty easily: http://curator.apache.org/ or use the zktreeutil utility in the contrib directory of your zookeeper install: https://svn.apache.org/repos/asf/zookeeper/trunk/src/contrib/zktreeutil/README.txt