Github user mikewalch commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/218#discussion_r101782473
--- Diff: INSTALL.md ---
@@ -40,13 +40,13 @@ Accumulo has some optional native code that improves
its performance and
stability. Before configuring Accumulo, attempt to build this native code
with the following command.
- accumulo build-native
+ ./contrib/accumulo-native
If the command fails, its OK to continue with setup and resolve the issue
later.
Run the command below to create configuration for Accumulo in `conf/`:
- accumulo create-config
+ ./contrib/accumulo-config
--- End diff --
This was moved to `bin/accumulo-util create-config`
---
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.
---