Github user franckcuny commented on the issue:
https://github.com/apache/incubator-distributedlog/pull/55
Here are a few test:
``` shell
asf-distributedlog % cd distributedlog-service/
distributedlog-service % ./bin/dlog admin
JMX enabled by default
DLOG_HOME => ./bin/..
Usage: dlog_admin <command>
bind : bind the bookkeeper environment settings for a
given distributedlog instance.
delete_stream_acl : Delete ACL for a given stream
dlck : Check and repair a distributedlog namespace
help : describe the usage of this tool or its
sub-commands.
repairseqno : Repair a stream whose inprogress log segment
has lower sequence number.
set_default_acl : Set Default ACL for a namespace
set_stream_acl : Set Default ACL for a given stream
unbind : unbind the bookkeeper environment bound for a
given distributedlog instance.
```
``` shell
distributedlog-service % ls -l ../dist/
distributedlog-service % ./bin/bundle >/dev/null
distributedlog-service % ls -l ../dist/
total 99376
drwxr-xr-x 5 fcuny staff 170 Dec 15 16:07 distributedlog-service
-rw-r--r-- 1 fcuny staff 50878174 Dec 15 16:07 distributedlog-service.zip
distributedlog-service % cd ../distributedlog-benchmark/
distributedlog-benchmark % ./bin/bundle > /dev/null
distributedlog-benchmark % ls -l ../dist/
total 199952
drwxr-xr-x 5 fcuny staff 170 Dec 15 16:08 distributedlog-benchmark
-rw-r--r-- 1 fcuny staff 51492479 Dec 15 16:08
distributedlog-benchmark.zip
drwxr-xr-x 5 fcuny staff 170 Dec 15 16:07 distributedlog-service
-rw-r--r-- 1 fcuny staff 50878174 Dec 15 16:07 distributedlog-service.zip
```
@sijie I'd rather squash some of the commits instead of having 10+ commits
merged (unless you prefer it that way).
If I have a shipit, I'll squash and push again to this branch.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---