You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/05/07 15:28:08 UTC

[accumulo-website] branch master updated: Updated Uno & Muchos URLs (#82)

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

mwalch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 480b7aa  Updated Uno & Muchos URLs (#82)
480b7aa is described below

commit 480b7aa060016ff06805c1e14a4a3fcc9763aa1b
Author: Mike Walch <mw...@apache.org>
AuthorDate: Mon May 7 11:28:05 2018 -0400

    Updated Uno & Muchos URLs (#82)
---
 _posts/blog/2017-04-21-introducing-uno-and-muchos.md | 12 ++++++------
 _posts/blog/2018-03-22-view-metrics-in-grafana.md    |  4 ++--
 contributor/contributors-guide.md                    |  2 +-
 pages/related-projects.md                            |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/_posts/blog/2017-04-21-introducing-uno-and-muchos.md b/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
index 1c28593..ff081be 100644
--- a/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
+++ b/_posts/blog/2017-04-21-introducing-uno-and-muchos.md
@@ -24,8 +24,8 @@ pages.
 Uno git repo.
 
 ```bash
-git clone https://github.com/astralway/uno.git
-cd uno
+git clone https://github.com/apache/fluo-uno.git
+cd fluo-uno
 ```
 
 Uno works out of the box but it can be customized by modifying `conf/uno.conf`.
@@ -62,8 +62,8 @@ If you need a fresh cluster, you can run `uno setup accumulo` again. To kill you
 cloning its git repo.
 
 ```bash
-git clone https://github.com/astralway/muchos.git
-cd muchos
+git clone https://github.com/apache/fluo-muchos.git
+cd fluo-muchos
 ```
 
 Before using Muchos, create `muchos.props` in `conf/` and edit it for your AWS environment.
@@ -96,6 +96,6 @@ reference the [Ansible] code in Muchos to automate management of their own clust
 [install]: https://github.com/apache/accumulo/blob/master/INSTALL.md
 [Hadoop]: https://hadoop.apache.org/
 [Zookeeper]: https://zookeeper.apache.org/
-[Uno]: https://github.com/astralway/uno
-[Muchos]: https://github.com/astralway/muchos
+[Uno]: https://github.com/apache/fluo-uno
+[Muchos]: https://github.com/apache/fluo-muchos
 [Ansible]: https://www.ansible.com/
diff --git a/_posts/blog/2018-03-22-view-metrics-in-grafana.md b/_posts/blog/2018-03-22-view-metrics-in-grafana.md
index 63c1405..c99031b 100644
--- a/_posts/blog/2018-03-22-view-metrics-in-grafana.md
+++ b/_posts/blog/2018-03-22-view-metrics-in-grafana.md
@@ -79,11 +79,11 @@ Metrics from Accumulo will be immediately viewable in Grafana at [http://localho
     be empty unless you have Accumulo running and configured to send data to InfluxDB. When you start
     sending data, you may need to refresh the dashboard page in the browser to start viewing metrics.
 
-[Uno]: https://github.com/astralway/uno
+[Uno]: https://github.com/apache/fluo-uno
 [metrics2]: {{ site.baseurl }}/docs/2.0/administration/monitoring-metrics#hadoop-metrics2
 [Graphite]: https://graphiteapp.org/
 [Ganglia]: http://ganglia.sourceforge.net/
 [monitor]: {{ site.baseurl }}/features/#screenshots
 [Grafana]: http://grafana.org/
 [InfluxDB]: https://influxdb.com/
-[dashboard]: https://raw.githubusercontent.com/astralway/uno/master/conf/grafana/accumulo-dashboard.json
+[dashboard]: https://raw.githubusercontent.com/apache/fluo-uno/master/conf/grafana/accumulo-dashboard.json
diff --git a/contributor/contributors-guide.md b/contributor/contributors-guide.md
index 93021b2..bf3cbae 100644
--- a/contributor/contributors-guide.md
+++ b/contributor/contributors-guide.md
@@ -655,7 +655,7 @@ Below are more projects with integration tests:
 [manual]: {{ site.baseurl }}/{{ site.latest_minor_release }}/accumulo_user_manual.html
 [quickstart1x]: {{ site.baseurl }}/quickstart-1.x/
 [quickstart2x]: {{ site.baseurl }}/quickstart-2.x/
-[Uno]: https://github.com/astralway/uno
+[Uno]: https://github.com/apache/fluo-uno
 [get-involved]: {{ site.baseurl }}/get_involved
 [git]: https://git-scm.com/
 [github]: https://github.com/apache/accumulo
diff --git a/pages/related-projects.md b/pages/related-projects.md
index 920f05a..a41dc9a 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -63,7 +63,7 @@ enable higher-level graph algorithms and analytics.
 
 #### Uno and Muchos
 
-[Uno](https://github.com/astralway/uno) and [Muchos](https://github.com/astralway/muchos) provide automation for quickly setting up Accumulo instances for testing.  These project were created to enable Fluo testing, but can be used to setup just Accumulo.
+[Uno](https://github.com/apache/fluo-uno) and [Muchos](https://github.com/apache/fluo-muchos) provide automation for quickly setting up Accumulo instances for testing.  These project were created to enable Fluo testing, but can be used to setup just Accumulo.
 
 ## User-Created Applications
 

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