You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2019/03/08 21:59:27 UTC

[accumulo] branch 1.9 updated: Fix accumulo script (#1020)

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.9 by this push:
     new d450ef4  Fix accumulo script (#1020)
d450ef4 is described below

commit d450ef40109439c5f1a0c7174dfabaf5110dbdb8
Author: Mike Walch <mw...@apache.org>
AuthorDate: Fri Mar 8 16:59:21 2019 -0500

    Fix accumulo script (#1020)
---
 assemble/bin/accumulo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/bin/accumulo b/assemble/bin/accumulo
index cad9c9e..df8d297 100755
--- a/assemble/bin/accumulo
+++ b/assemble/bin/accumulo
@@ -175,7 +175,7 @@ fi
 # app isn't used anywhere, but it makes the process easier to spot when ps/top/snmp truncate the command line
 JAVA="${JAVA_HOME}/bin/java"
 exec "$JAVA" "-Dapp=$1" \
-   "$INSTANCE_OPT" \
+   $INSTANCE_OPT \
    $ACCUMULO_OPTS \
    -classpath "${CLASSPATH}" \
    -XX:OnOutOfMemoryError="${ACCUMULO_KILL_CMD:-kill -9 %p}" \