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 2017/03/29 18:29:52 UTC

accumulo git commit: ACCUMULO-4616 Removed unused variable in accumulo-service

Repository: accumulo
Updated Branches:
  refs/heads/master 07bfa2e5b -> 6e3421708


ACCUMULO-4616 Removed unused variable in accumulo-service


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6e342170
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6e342170
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6e342170

Branch: refs/heads/master
Commit: 6e3421708a990c055c137033707ca11a0ceefaa6
Parents: 07bfa2e
Author: Mike Walch <mw...@apache.org>
Authored: Wed Mar 29 14:21:33 2017 -0400
Committer: Mike Walch <mw...@apache.org>
Committed: Wed Mar 29 14:21:33 2017 -0400

----------------------------------------------------------------------
 assemble/bin/accumulo-service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/6e342170/assemble/bin/accumulo-service
----------------------------------------------------------------------
diff --git a/assemble/bin/accumulo-service b/assemble/bin/accumulo-service
index a1b86b7..d44ab37 100755
--- a/assemble/bin/accumulo-service
+++ b/assemble/bin/accumulo-service
@@ -73,7 +73,7 @@ function start_service() {
   rotate_log "$outfile"
   rotate_log "$errfile"
 
-  nohup "${bin}/accumulo" "$service" "${extra_args[@]}" >"$outfile" 2>"$errfile" < /dev/null &
+  nohup "${bin}/accumulo" "$service" >"$outfile" 2>"$errfile" < /dev/null &
   echo "$!" > "${pid_file}"
 
   # Check the max open files limit and selectively warn