Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/110#discussion_r66085082
  
    --- Diff: assemble/bin/accumulo ---
    @@ -151,10 +151,23 @@ fi
     # Export the variables just in case they are not exported
     # This makes them available to java
     export JAVA_HOME HADOOP_PREFIX ZOOKEEPER_HOME LD_LIBRARY_PATH 
DYLD_LIBRARY_PATH
    +
    --- End diff --
    
    Looking at the script changes, it seems I can run command like the 
following to start two instances :
      
        accumulo tserver-1    
        accumulo tserver-2
    
    Did I read it correctly?  If so, why did you choose this style over 
something like `accumulo tserver --instance 1`? My guess is that its because 
the combo of Java and bash in this case is a nightmare :)  
    
    I don't see this way of running multiple tserver instances documented 
anywhere in the script itself.  Like if just run `accumulo`, it seems like I 
will not see anything about this option.   I was looking around to see where 
that help message might go, and as AFAICT it would go in 
`org.apache.accumulo.start.Main`?  



---
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.
---

Reply via email to