You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2018/05/02 21:59:29 UTC

[fluo-uno] branch master updated: Updated software versions and README.md (#177)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git


The following commit(s) were added to refs/heads/master by this push:
     new 0551519  Updated software versions and README.md (#177)
0551519 is described below

commit 0551519988c4d84cb3601b3f9bc5eded3e1b0696
Author: Mike Walch <mw...@apache.org>
AuthorDate: Wed May 2 17:59:27 2018 -0400

    Updated software versions and README.md (#177)
    
    * README.md updates due to move to Apache
---
 README.md      | 14 +++++++-------
 conf/checksums |  3 +++
 conf/uno.conf  |  6 +++---
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index b4b095a..e89b9c3 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ have satisfied the requirements mentioned above.  Replace `accumulo` with `fluo`
 setup a Fluo instance.
 
 ```bash
-git clone https://github.com/astralway/uno.git
-cd uno
+git clone https://github.com/apache/fluo-uno.git
+cd fluo-uno
 ./bin/uno fetch accumulo            # Fetches binary tarballs of Accumulo and its dependencies
 ./bin/uno setup accumulo            # Sets up Accumulo and its dependencies (Hadoop & Zookeeper)
 eval "$(./bin/uno env)"             # Bash-specific command that sets up current shell
@@ -60,7 +60,7 @@ For a more complete understanding of Uno, please continue reading.
 
 First, clone the Uno repo on a local disk with enough space to run Hadoop, Accumulo, etc:
 
-    git clone https://github.com/astralway/uno.git
+    git clone https://github.com/apache/fluo-uno.git
 
 The `uno` command uses `conf/uno.conf` for its default configuration which should be
 sufficient for most users.
@@ -168,11 +168,11 @@ configuring, initializing, and starting your application.
 [zookeeper]: http://zookeeper.apache.org/
 [hadoop]: http://hadoop.apache.org/
 [mirrors]: http://www.apache.org/dyn/closer.cgi
-[Webindex]: https://github.com/astralway/webindex
-[Phrasecount]: https://github.com/astralway/phrasecount
+[Webindex]: https://github.com/apache/fluo-examples/tree/master/webindex
+[Phrasecount]: https://github.com/apache/fluo-examples/tree/master/phrasecount
 [configure]: https://github.com/apache/fluo/blob/master/docs/install.md#configure-a-fluo-application
 [li]: http://img.shields.io/badge/license-ASL-blue.svg
-[ll]: https://github.com/astralway/uno/blob/master/LICENSE
+[ll]: https://github.com/apache/fluo-uno/blob/master/LICENSE
 [logo]: contrib/uno-logo.png
-[Muchos]: https://github.com/astralway/muchos
+[Muchos]: https://github.com/apache/fluo-muchos
 [ssh-docs]: https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-common/SingleCluster.html#Setup_passphraseless_ssh
diff --git a/conf/checksums b/conf/checksums
index e491a60..5f1e97a 100644
--- a/conf/checksums
+++ b/conf/checksums
@@ -1,9 +1,12 @@
+accumulo:1.9.0:f68a6145029a9ea843b0305c90a7f5f0334d8a8ceeea94734267ec36421fe7fe
 accumulo:1.8.1:eba3bfe823935ca7901ea7c2bd59c84a68b9381361699c7e260bbd9191f237f4
 accumulo:1.7.4:3776dddbc2a09f4a9d7a2ae4958e212e91eb5067a124a628330edbee4e32e754
 accumulo:1.7.3:294f2f1f3fbc164b68e80cecd5a6ce5c245df804fb35ae5e03ab1c86bc9480da
 hadoop:2.9.0:8d48666f29f9ade6ed2762b7a9edab177bad2c57396f43d0ffd6a269d54f6fe1
 hadoop:2.8.3:e8bf9a53337b1dca3b152b0a5b5e277dc734e76520543e525c301a050bb27eae
+hadoop:2.7.6:f2327ea93f4bc5a5d7150dee8e0ede196d3a77ff8526a7dd05a48a09aae25669
 hadoop:2.7.5:0bfc4d9b04be919be2fdf36f67fa3b4526cdbd406c512a7a1f5f1b715661f831
 hadoop:2.6.5:001ad18d4b6d0fe542b15ddadba2d092bc97df1c4d2d797381c8d12887691898
+zookeeper:3.4.12:c686f9319050565b58e642149cb9e4c9cc8c7207aacc2cb70c5c0672849594b9
 zookeeper:3.4.11:f6bd68a1c8f7c13ea4c2c99f13082d0d71ac464ffaf3bf7a365879ab6ad10e84
 zookeeper:3.4.10:7f7f5414e044ac11fee2a1e0bc225469f51fb0cdf821e67df762a43098223f27
diff --git a/conf/uno.conf b/conf/uno.conf
index fa4d170..588de45 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -3,9 +3,9 @@
 
 # Versions
 # --------
-export HADOOP_VERSION=2.7.5
-export ZOOKEEPER_VERSION=3.4.11
-export ACCUMULO_VERSION=1.8.1
+export HADOOP_VERSION=2.7.6
+export ZOOKEEPER_VERSION=3.4.12
+export ACCUMULO_VERSION=1.9.0
 export SPARK_VERSION=1.6.3
 export FLUO_VERSION=1.2.0
 export FLUO_YARN_VERSION=1.0.0

-- 
To stop receiving notification emails like this one, please contact
ctubbsii@apache.org.