Updated Branches: refs/heads/master 7b8922c70 -> 2f53bc9c0
ACCUMULO-1964 Initial updates to the README for new native-map packaging. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/bbe895d7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/bbe895d7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/bbe895d7 Branch: refs/heads/master Commit: bbe895d7c2ae4297f20858480e4f9c55a499150c Parents: 859cf20 Author: Josh Elser <els...@apache.org> Authored: Wed Dec 4 22:04:25 2013 -0500 Committer: Josh Elser <els...@apache.org> Committed: Wed Dec 4 22:04:25 2013 -0500 ---------------------------------------------------------------------- README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/bbe895d7/README ---------------------------------------------------------------------- diff --git a/README b/README index b2176f1..3243bec 100644 --- a/README +++ b/README @@ -37,9 +37,13 @@ e.g. "-Dhadoop.profile=1.2 -Dhadoop.version=0.20.205.0" or If you are running on another Unix-like operating system (OSX, etc) then you may wish to build the native libraries. They are not strictly necessary but having them available suppresses a runtime warning and enables Accumulo -to run faster: +to run faster. Unpack the accumulo-native tarball in the $ACCUMULO_HOME/lib +directory. Change to the accumulo-native directory in the current directory +and issue `make`. Copy the resulting 'libaccumulo' library into the +$ACCUMULO_HOME/lib/native/map. - $ ( cd ./server/src/main/c++ ; make ) + $ mkdir -p $ACCUMULO_HOME/lib/native/map + $ cp libaccumulo.* $ACCUMULO_HOME/lib/native/map If you want to build the debian release, use the command "mvn package -Pdeb" to generate the .deb files in the target/ directory. Please follow the steps at