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

    https://github.com/apache/accumulo/pull/218#discussion_r101785204
  
    --- Diff: INSTALL.md ---
    @@ -76,19 +76,18 @@ When configuring Accumulo the following information 
about these dependencies
     must be provided.
     
      * **Location of Zookeepers** :  Provide this by setting 
`instance.zookeeper.host`
    -   in `conf/accumulo-site.xml`.
    +   in `accumulo-site.xml`.
      * **Where to store data** :  Provide this by setting `instance.volumes` in
    -   `conf/accumulo-site.xml`.  If your namenode is running at 
192.168.1.9:9000
    +   `accumulo-site.xml`.  If your namenode is running at 192.168.1.9:9000
        and you want to store data in `/accumulo` in HDFS, then set
       `instance.volumes` to `hdfs://192.168.1.9:9000/accumulo`.
      * **Location of Zoookeeper and Hadoop jars** :  Setting `ZOOKEEPER_HOME` 
and
    -   `HADOOP_PREFIX` in `conf/accumulo-env.sh` will help Accumulo find these
    -   jars.
    +   `HADOOP_PREFIX` in `accumulo.conf` will help Accumulo find these jars.
    --- End diff --
    
    Improve documentation in 1e8d87cd311


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