Skip to content

Commit

Permalink
Providing required zookeeper argument
Browse files Browse the repository at this point in the history
  • Loading branch information
echeipesh committed Oct 18, 2016
1 parent dfabcc2 commit ef8c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test: build
docker-compose up -d
docker-compose run --rm accumulo-master bash -c "set -e \
&& source /sbin/accumulo-lib.sh \
&& wait_until_accumulo_is_available \
&& wait_until_accumulo_is_available accumulo zookeper \
&& accumulo shell -p GisPwd -e 'info'"
docker-compose down

Expand Down

0 comments on commit ef8c8fb

Please sign in to comment.