You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bi...@apache.org on 2014/06/20 01:51:51 UTC

git commit: SLIDER-148 fixed erroneous instructions on building accumulo 1.5 app package

Repository: incubator-slider
Updated Branches:
  refs/heads/develop ad07ead50 -> 5023eb56c


SLIDER-148 fixed erroneous instructions on building accumulo 1.5 app package


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/5023eb56
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/5023eb56
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/5023eb56

Branch: refs/heads/develop
Commit: 5023eb56c07f113935f65db6aca071ddc88cc41e
Parents: ad07ead
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Thu Jun 19 16:51:38 2014 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Thu Jun 19 16:51:38 2014 -0700

----------------------------------------------------------------------
 app-packages/accumulo/README.txt | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/5023eb56/app-packages/accumulo/README.txt
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/README.txt b/app-packages/accumulo/README.txt
index 018bf97..8e8fac2 100644
--- a/app-packages/accumulo/README.txt
+++ b/app-packages/accumulo/README.txt
@@ -32,11 +32,7 @@ resources.json and appConfig.json for a minimal Yarn cluster.
 
 The version of Accumulo used for the app package can be adjusted by adding a
 flag such as
-  -Daccumulo.version=1.6.1
-
-If an Accumulo version older than 1.6.0 is desired, it must be installed in the
-local maven repo, e.g.
-  mvn install:install-file -Dfile=~/Downloads/accumulo-1.5.1-bin.tar.gz -DgroupId=org.apache.accumulo -DartifactId=accumulo -Dversion=1.5.1 -Dclassifier=bin -Dpackaging=tar.gz
+  -Daccumulo.version=1.5.1
 
 **Note that the LICENSE.txt and NOTICE.txt that are bundled with the app
 package are designed for Accumulo 1.6.0 only and may need to be modified to be