Author: elserj
Date: Wed Nov 12 17:59:36 2014
New Revision: 1638906
URL: http://svn.apache.org/r1638906
Log:
s/1.6.1-SNAPSHOT/1.6.1/g for Accumulo
Modified:
incubator/slider/site/trunk/content/developing/building.md
Modified: incubator/slider/site/trunk/content/developing/building.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/developing/building.md?rev=1638906&r1=1638905&r2=1638906&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/developing/building.md (original)
+++ incubator/slider/site/trunk/content/developing/building.md Wed Nov 12
17:59:36 2014
@@ -210,9 +210,9 @@ Clone accumulo from apache;
git clone http://git-wip-us.apache.org/repos/asf/accumulo.git
-Check out branch 1.6.1-SNAPSHOT
+Check out the 1.6.1 tag
- git checkout 1.6.1-SNAPSHOT
+ git checkout 1.6.1
In the accumulo project directory, build it
@@ -228,11 +228,11 @@ against a different version use the comm
This creates an accumulo tar.gz file in `assemble/target/`. Extract this
to create an expanded directory
- accumulo/assemble/target/accumulo-1.6.1-SNAPSHOT-bin.tar.gz
+ accumulo/assemble/target/accumulo-1.6.1-bin.tar.gz
This can be done with the command sequence
- export ACCUMULO_VERSION=1.6.1-SNAPSHOT
+ export ACCUMULO_VERSION=1.6.1
pushd assemble/target/
gunzip -f accumulo-$ACCUMULO_VERSION-bin.tar.gz
@@ -359,13 +359,13 @@ is ignored by git), declaring where HBas
<property>
<name>slider.test.accumulo.home</name>
-
<value>/home/slider/accumulo/assemble/target/accumulo-1.6.1-SNAPSHOT/</value>
+ <value>/home/slider/accumulo/assemble/target/accumulo-1.6.1/</value>
<description>Accumulo Home</description>
</property>
<property>
<name>slider.test.accumulo.tar</name>
-
<value>/home/slider/accumulo/assemble/target/accumulo-1.6.1-SNAPSHOT-bin.tar.gz</value>
+
<value>/home/slider/accumulo/assemble/target/accumulo-1.6.1-bin.tar.gz</value>
<description>Accumulo archive URI</description>
</property>