hibari / hibari

Hibari is a production-ready, distributed, ordered key-value, big data store. Hibari uses chain replication for strong consistency, high-availability, and durability. Hibari has excellent performance especially for read and large value operations.
Other
273 stars 30 forks source link

hibari/bin/hibari attach not working #5

Closed norton closed 13 years ago

norton commented 13 years ago

bootstrapping package: hibari-0.1.0-dev-x86_64-unknown-linux-gnu-64 ... tar -C ./tmp -xzf ../hibari-0.1.0-dev-x86_64-unknown-linux-gnu-64.tgz ./tmp/hibari/bin/hibari start ./tmp/hibari/bin/hibari-admin bootstrap ok [norton@norton-pc hibari (master)]$ ./tmp/hibari/bin/hibari attach No running Erlang on pipe /home/norton/workhub/hibari/hibari/tmp/hibari/tmp: No such file or directory

norton commented 13 years ago

Update with latest rebar templates. This issue has been fixed and tested in my developer sandbox. I will double check with an installed package and then mark this issue as closed.

https://github.com/hibari/hibari/commit/18fe159304d992ea329e51e6706e05b14605ece3

norton commented 13 years ago

Fix PIPE_DIR for bin/hibari attach

https://github.com/hibari/hibari/commit/1b97638c31fdbf35b160be012e9b88c70b437884