Github user mikewalch commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/218#discussion_r101365500
  
    --- Diff: INSTALL.md ---
    @@ -57,15 +57,15 @@ The script will ask you questions about your set up. 
Below are some suggestions:
       processes like Hadoop, Zookeeper, and the Accumulo client code.  If 
Accumulo
       worker processes are swapped out and unresponsive, they may be killed.
     
    -After the `create-config` command is run, the `conf/` directory will 
contain
    -`accumulo-env.sh`, `accumulo-site.xml`, and few a additional files. These 
files require
    +After the `accumulo-config` command is run, the `conf/` directory will 
contain
    +`accumulo.conf`, `accumulo-site.xml`, and few a additional files. These 
files require
     a few edits before starting Accumulo.
     
     ### Secret
     
     Accumulo coordination and worker processes can only communicate with each 
other
     if they share the same secret key.  To change the secret key set
    -`instance.secret` in `conf/accumulo-site.xml`.  Changing this secret key 
from
    +`instance.secret` in `accumulo-site.xml`.  Changing this secret key from
    --- End diff --
    
    It's still located in conf for the tarball distribution but I changed the 
manual to not include directory/path of the file as accumulo-site.xml could be 
in other locations like `/etc/accumulo` in downstream packaging.


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