Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 521 Bytes

ZOOPARK

A Perl Dancer based Web Dashboard interface to Apache Hadoop ZooKeeper

INSTALL

a) install the required perl modules

 $ sudo bin/cpanm `cat INSTALL_perl | xargs`

b) update & save the configuration of zookeeper cluster ensembles in zkensemble.ini

 $ vim zkensemble.ini

Run

a) $ perl bin/app.pl &

b) Open the browser to the location http://localhost:8081 and see through the content

NOTE: Works on 64-bit Linux Perl. For other versions, do send me a note/open an issue.