Updated Fluo version to 1.0.0-beta-2 in docs and code for release
diff --git a/docs/applications.md b/docs/applications.md
index 572ff8e..3f8cc65 100644
--- a/docs/applications.md
+++ b/docs/applications.md
@@ -13,12 +13,12 @@
<dependency>
<groupId>io.fluo</groupId>
<artifactId>fluo-api</artifactId>
- <version>1.0.0-beta-1</version>
+ <version>1.0.0-beta-2</version>
</dependency>
<dependency>
<groupId>io.fluo</groupId>
<artifactId>fluo-core</artifactId>
- <version>1.0.0-beta-1</version>
+ <version>1.0.0-beta-2</version>
<scope>runtime</scope>
</dependency>
```
diff --git a/docs/mini-fluo-setup.md b/docs/mini-fluo-setup.md
index 6b110d9..29dc184 100644
--- a/docs/mini-fluo-setup.md
+++ b/docs/mini-fluo-setup.md
@@ -24,7 +24,7 @@
Optionally, check out a stable tag (if you don't want to build a release from master):
- git checkout 1.0.0-beta-1
+ git checkout 1.0.0-beta-2
Next, build a distribution which will be created in `modules/distribution/target`.
@@ -38,11 +38,11 @@
First, choose a directory with plenty of space and untar the distribution:
- tar -xvzf fluo-1.0.0-beta-1-bin.tar.gz
+ tar -xvzf fluo-1.0.0-beta-2-bin.tar.gz
Verify that your distribution has the same versions of Hadoop & Accumulo as your environment:
- cd fluo-1.0.0-beta-1
+ cd fluo-1.0.0-beta-2
ls lib/hadoop-* lib/accumulo-*
Next, copy the example configuration to the base of your configuration directory to create
@@ -70,7 +70,7 @@
Modify and add the following to your `~/.bashrc` if you want to be able to execute the
`mini-fluo` script from any directory:
- export PATH=/path/to/fluo-1.0.0-beta-1/bin:$PATH
+ export PATH=/path/to/fluo-1.0.0-beta-2/bin:$PATH
Source your `.bashrc` for the changes to take effect and test the script
diff --git a/docs/prod-fluo-setup.md b/docs/prod-fluo-setup.md
index e30b598..f26e16e 100644
--- a/docs/prod-fluo-setup.md
+++ b/docs/prod-fluo-setup.md
@@ -32,7 +32,7 @@
Optionally, check out a stable tag (if you don't want to build a release from master):
- git checkout 1.0.0-beta-1
+ git checkout 1.0.0-beta-2
Next, build a distribution for your environment. The tarball will be created in
`modules/distribution/target`.
@@ -47,11 +47,11 @@
First, choose a directory with plenty of space and untar the distribution:
- tar -xvzf fluo-1.0.0-beta-1-bin.tar.gz
+ tar -xvzf fluo-1.0.0-beta-2-bin.tar.gz
Verify that your distribution has the same versions of Hadoop & Accumulo as your environment:
- cd fluo-1.0.0-beta-1
+ cd fluo-1.0.0-beta-2
ls lib/hadoop-* lib/accumulo-*
Next, copy the example configuration to the base of your configuration directory to create
@@ -76,7 +76,7 @@
Modify and add the following to your `~/.bashrc` if you want to be able to execute the
fluo script from any directory:
- export PATH=/path/to/fluo-1.0.0-beta-1/bin:$PATH
+ export PATH=/path/to/fluo-1.0.0-beta-2/bin:$PATH
Source your `.bashrc` for the changes to take effect and test the script
diff --git a/modules/distribution/src/main/config/fluo.properties b/modules/distribution/src/main/config/fluo.properties
index 33587e0..6f9e2e2 100644
--- a/modules/distribution/src/main/config/fluo.properties
+++ b/modules/distribution/src/main/config/fluo.properties
@@ -57,7 +57,7 @@
# every tablet server. For the default jars below, `fluo init` will place them
# in HDFS. If you add more jars to the classpath below, you will need to
# add them to HDFS.
-io.fluo.admin.accumulo.classpath=${io.fluo.admin.hdfs.root}/fluo/lib/fluo-api-1.0.0-beta-2-SNAPSHOT.jar,${io.fluo.admin.hdfs.root}/fluo/lib/fluo-accumulo-1.0.0-beta-2-SNAPSHOT.jar
+io.fluo.admin.accumulo.classpath=${io.fluo.admin.hdfs.root}/fluo/lib/fluo-api-1.0.0-beta-2.jar,${io.fluo.admin.hdfs.root}/fluo/lib/fluo-accumulo-1.0.0-beta-2.jar
# Observer properties
# -------------------