You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/09/17 19:19:42 UTC

[GitHub] cjmctague closed pull request #165: Add remaining projects to Contribute page

cjmctague closed pull request #165: Add remaining projects to Contribute page
URL: https://github.com/apache/fluo-website/pull/165
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_fluo-1-2/administration/initialize.md b/_fluo-1-2/administration/initialize.md
index 1d00763..d048e18 100644
--- a/_fluo-1-2/administration/initialize.md
+++ b/_fluo-1-2/administration/initialize.md
@@ -74,7 +74,7 @@ Also, learn how to [manage Fluo applications][manage].
 
 [fluo-app.properties]: {{ page.github_base}}/modules/distribution/src/main/config/fluo-app.properties
 [fluo-conn.properties]: {{ page.github_base}}/modules/distribution/src/main/config/fluo-conn.properties
-[phrasecount]: https://github.com/astralway/phrasecount
+[phrasecount]: https://github.com/apache/fluo-examples/tree/master/phrasecount
 [process]: {{ page.docs_base }}/administration/run-fluo-processes
 [yarn]: {{ page.docs_base }}/administration/run-fluo-in-yarn
 [docker]: {{ page.docs_base }}/administration/run-fluo-in-docker
diff --git a/_posts/blog/2016-12-22-spark-load.md b/_posts/blog/2016-12-22-spark-load.md
index 2f083d9..899f215 100644
--- a/_posts/blog/2016-12-22-spark-load.md
+++ b/_posts/blog/2016-12-22-spark-load.md
@@ -242,5 +242,5 @@ implications of early vs late binding is something to consider.
 [bulk_readme]: http://accumulo.apache.org/1.8/examples/bulkIngest
 [bulk_code]: https://github.com/apache/accumulo/tree/rel/1.8.0/examples/simple/src/main/java/org/apache/accumulo/examples/simple/mapreduce/bulk
 [AccumuloRangePartitioner]: https://github.com/apache/incubator-fluo-recipes/blob/rel/fluo-recipes-1.0.0-incubating/modules/spark/src/main/java/org/apache/fluo/recipes/spark/AccumuloRangePartitioner.java
-[Webindex]: https://github.com/astralway/webindex
+[Webindex]: https://github.com/apache/fluo-examples/tree/master/webindex
 [spark]: https://spark.apache.org
diff --git a/_recipes-1-2/recipes/combine-queue.md b/_recipes-1-2/recipes/combine-queue.md
index dd8bb1e..37d9dc9 100644
--- a/_recipes-1-2/recipes/combine-queue.md
+++ b/_recipes-1-2/recipes/combine-queue.md
@@ -204,7 +204,7 @@ calls `process()` on a [ChangeObserver].
  * The old value will always be what was reported as the new value in the
    previous transaction that called `ChangeObserver.process()`.
 
-[phrasecount]: https://github.com/astralway/phrasecount
+[phrasecount]: https://github.com/apache/fluo-examples/tree/master/phrasecount
 [CombineQueue]: {{ page.javadoc_core }}/org/apache/fluo/recipes/core/combine/CombineQueue.html
 [ChangeObserver]: {{ page.javadoc_core }}/org/apache/fluo/recipes/core/combine/ChangeObserver.html
 [Combiner]: {{ page.javadoc_core }}/org/apache/fluo/recipes/core/combine/Combiner.html
diff --git a/_recipes-1-2/recipes/row-hasher.md b/_recipes-1-2/recipes/row-hasher.md
index 4b0f712..5e0841a 100644
--- a/_recipes-1-2/recipes/row-hasher.md
+++ b/_recipes-1-2/recipes/row-hasher.md
@@ -117,5 +117,5 @@ Balancing config will spread the tablets evenly across the tablet servers,
 which will spread the computation evenly. See the [table optimizations][2]
 documentation for information on how to apply the optimizations.
  
-[1]: https://github.com/astralway/webindex
+[1]: https://github.com/apache/fluo-examples/tree/master/webindex
 [2]: {{ page.docs_base }}/tools/table-optimization/
diff --git a/pages/contactus.md b/pages/contactus.md
index 86a2bf0..b21a34c 100644
--- a/pages/contactus.md
+++ b/pages/contactus.md
@@ -37,7 +37,13 @@ current issues.
 
  * [Fluo issues][fi]
  * [Fluo Recipes issues][ri]
- * [Website issues][wi]
+ * [Fluo Website issues][wi]
+ * [Fluo Yarn issues][yi]
+ * [Fluo Docker issues][di]
+ * [Fluo Bytes issues][bi]
+ * [Fluo Uno issues][ui]
+ * [Fluo Mucho issues][mi]
+ * [Fluo Examples issues][ei]
 
 ### IRC
 
@@ -53,6 +59,12 @@ Contributions are welcome to all Apache Fluo projects! If you would like help ge
 [fi]: https://github.com/apache/fluo/issues
 [ri]: https://github.com/apache/fluo-recipes/issues
 [wi]: https://github.com/apache/fluo-website/issues
+[yi]: https://github.com/apache/fluo-yarn/issues
+[di]: https://github.com/apache/fluo-docker/issues
+[bi]: https://github.com/apache/fluo-bytes/issues
+[ui]: https://github.com/apache/fluo-uno/issues
+[mi]: https://github.com/apache/fluo-muchos/issues
+[ei]: https://github.com/apache/fluo-examples/issues
 [fnf]: irc://chat.freenode.net/fluo
 [fn]: https://freenode.net/
 [htc]: /how-to-contribute/
diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index 2de0ce9..81ec8ff 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -23,9 +23,12 @@ specifically for it. For the links columns below, `I` is for issues and `C` is f
 | [Fluo][f]         | [I][fi] [C][fc] | Core Project
 | [Fluo Recipes][r] | [I][ri] [C][rc] | Recipes that build on core.  Code for interoperating with other projects.
 | [Website][w]      | [I][wi] [C][wc] | Source for this website.
-| [Fluo Yarn][y]    | [I][yi] [C][yc] | Enables launching Fluo using YARN
+| [Fluo Yarn][y]    | [I][yi] [C][yc] | Enables launching Fluo using YARN.
 | [Fluo Docker][d]  | [I][di] [C][dc] | Support for running Fluo in Docker.  Enables launching Fluo in Mesos and Kubernetes.
 | [Fluo Bytes][b]   | [I][bi] [C][bc] | An immutable Byte wrapper for Java suitable for use in APIs. 
+| [Fluo Uno][u]     | [I][ui]         | Uno automates setting up Apache Accumulo or Apache Fluo (and their dependencies) on a single machine.
+| [Fluo Muchos][m]  | [I][mi]         | Muchos automates setting up Apache Accumulo or Apache Fluo (and their dependencies) on a cluster.
+| [Fluo Examples][e]| [I][ei]         | Collection of example projects that utilizes Apache Fluo.
 
 ### Contribution workflow
 
@@ -85,12 +88,18 @@ To properly format code in Eclipse :
 [y]: https://github.com/apache/fluo-yarn
 [d]: https://github.com/apache/fluo-docker
 [b]: https://github.com/apache/fluo-bytes
+[u]: https://github.com/apache/fluo-uno
+[m]: https://github.com/apache/fluo-muchos
+[e]: https://github.com/apache/fluo-examples
 [fi]: https://github.com/apache/fluo/issues
 [ri]: https://github.com/apache/fluo-recipes/issues
 [wi]: https://github.com/apache/fluo-website/issues
 [yi]: https://github.com/apache/fluo-yarn/issues
 [di]: https://github.com/apache/fluo-docker/issues
 [bi]: https://github.com/apache/fluo-bytes/issues
+[ui]: https://github.com/apache/fluo-uno/issues
+[mi]: https://github.com/apache/fluo-muchos/issues
+[ei]: https://github.com/apache/fluo-examples/issues
 [fc]: https://github.com/apache/fluo/blob/master/CONTRIBUTING.md
 [rc]: https://github.com/apache/fluo-recipes/blob/master/CONTRIBUTING.md
 [wc]: https://github.com/apache/fluo-website/blob/gh-pages/CONTRIBUTING.md
@@ -101,7 +110,7 @@ To properly format code in Eclipse :
 [stackoverflow]: https://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git
 [rtc]: https://www.apache.org/foundation/glossary.html#ReviewThenCommit
 [acc]: https://www.apache.org/foundation/policies/conduct.html
-[helpwanted]: https://github.com/search?utf8=%E2%9C%93&q=repo%3Aapache%2Ffluo+repo%3Aapache%2Ffluo-recipes+repo%3Aapache%2Ffluo-bytes+repo%3Aapache%2Ffluo-website+repo%3Aapache%2Ffluo-yarn+repo%3Aapache%2Ffluo-docker+label%3A%22help+wanted%22+type%3Aissue+state%3Aopen&type=Issues
+[helpwanted]: https://github.com/search?q=repo%3Aapache%2Ffluo+repo%3Aapache%2Ffluo-recipes+repo%3Aapache%2Ffluo-bytes+repo%3Aapache%2Ffluo-website+repo%3Aapache%2Ffluo-yarn+repo%3Aapache%2Ffluo-docker+repo%3Aapache%2Ffluo-uno+repo%3Aapache%2Ffluo-muchos+repo%3Aapache%2Ffluo-examples+label%3A%22help+wanted%22+type%3Aissue+state%3Aopen&type=Issues
 [cu]: /contactus/
 [Fork]: https://help.github.com/articles/fork-a-repo/
 [Pull Request]: https://help.github.com/articles/about-pull-requests/
diff --git a/pages/people.md b/pages/people.md
index 560a9e3..9f80a4a 100644
--- a/pages/people.md
+++ b/pages/people.md
@@ -30,7 +30,7 @@ based on commits.
 | [Alan Camillo](https://github.com/alanblueshift)         |                                     |            |
 | [Amal Krishnan](https://github.com/krishamal)            |                                     | [IST][ist] |
 | [Eric Newton](https://github.com/ericnewton)             |                                     | [ET][et]   |
-| [Furkan KAMACI](https://github.com/kamaci)               | [LAGOM](https://www.lagom.ai)      | [TRT][trt] |
+| [Furkan KAMACI](https://github.com/kamaci)               | [LAGOM](https://www.lagom.ai)       | [TRT][trt] |
 | [Garvit Bansal](https://github.com/Garvit244)            | [Flipkart](https://www.flipkart.com)| [IST][ist] |
 | [Joseph Koshakow](https://github.com/jkosh44)            |                                     | [ET][et]   |
 | [Lucas Lima Vieira](https://github.com/llvieira)         |                                     | [BRT][brt] |
@@ -38,12 +38,12 @@ based on commits.
 | [Michael Miller](https://github.com/milleruntime)        | [Centroid LLC][centroid]            | [ET][et]   |
 | [Michael Wall](https://github.com/mjwall)                |                                     | [ET][et]   |
 | [Ravikrishna Adepu](https://github.com/adepuravikrishna) | [SAP Labs LLC](https://sap.com)     | [PT][pt]   |
-| [Sri Kailash](https://github.com/srikailash)		   | [Booking.com](https://booking.com)  | [CEST][cst]|
+| [Sri Kailash](https://github.com/srikailash)		       | [Booking.com](https://booking.com)  | [CEST][cst]|
 
 [Committers]: https://www.apache.org/foundation/how-it-works.html#committers
 [tc]: http://www.tetraconcepts.com/
 [hw]: https://hortonworks.com/
-[ptech]: http://www.ptech-llc.com/
+[ptech]: https://www.ptech-llc.com/
 [bah]: https://www.boozallen.com/
 [et]: https://www.timeanddate.com/time/zones/et
 [pt]: https://www.timeanddate.com/time/zones/pt
diff --git a/pages/poweredby.md b/pages/poweredby.md
index f560af9..52cb22a 100644
--- a/pages/poweredby.md
+++ b/pages/poweredby.md
@@ -34,14 +34,14 @@ This website was made using:
 [hadoop]: https://hadoop.apache.org/
 [twill]: https://twill.apache.org/
 [zookeeper]: https://zookeeper.apache.org/
-[dropwizard]: http://dropwizard.github.io/metrics/3.1.0/
-[junit]: http://junit.org/
+[dropwizard]: https://metrics.dropwizard.io/3.1.0/
+[junit]: https://junit.org/
 [guava]: https://github.com/google/guava
 [maven]: https://maven.apache.org/
 [slf4j]: https://www.slf4j.org/
 [travisci]: https://travis-ci.org/
 [bootstrap]: https://getbootstrap.com/
-[fontawesome]: http://fontawesome.io/
+[fontawesome]: https://fontawesome.com/
 [jekyll]: https://jekyllrb.com/
 [jquery]: https://jquery.com/
 [kryo]: https://github.com/EsotericSoftware/kryo
diff --git a/pages/related-projects.md b/pages/related-projects.md
index 2d5bc0e..317f4ca 100644
--- a/pages/related-projects.md
+++ b/pages/related-projects.md
@@ -29,11 +29,11 @@ list, please open an issue or submit a pull request [on GitHub][web-ghr].
 [asf]: https://www.apache.org/
 [Fluo]: https://github.com/apache/fluo
 [Fluo Recipes]: https://github.com/apache/fluo-recipes
-[Muchos]: https://github.com/astralway/muchos
-[Uno]: https://github.com/astralway/uno
-[Webindex]: https://github.com/astralway/webindex
-[Stresso]: https://github.com/astralway/stresso
-[Phrasecount]: https://github.com/astralway/phrasecount
+[Muchos]: https://github.com/apache/fluo-muchos
+[Uno]: https://github.com/apache/fluo-uno
+[Webindex]: https://github.com/apache/fluo-examples/tree/master/webindex
+[Stresso]: https://github.com/apache/fluo-examples/tree/master/stresso
+[Phrasecount]: https://github.com/apache/fluo-examples/tree/master/phrasecount
 [Jaccard]: https://github.com/keith-turner/jaccard
 [web-ghr]: https://github.com/apache/fluo-website
 [Rya]: https://rya.apache.org
diff --git a/pages/release-process.md b/pages/release-process.md
index c829fcf..fe9a121 100644
--- a/pages/release-process.md
+++ b/pages/release-process.md
@@ -198,16 +198,17 @@ When the vote passes on a release candidate, follow the steps below to complete
     ```shell
     $ mvn clean verify -Dfluo.version=$RC_VERSION
     ```
-Below are more projects with integration tests:
-* [Phrasecount] - `https://github.com/astralway/phrasecount.git`
-* [Stresso] - `https://github.com/astralway/stresso.git`
-* [Webindex] - `https://github.com/astralway/webindex.git`
+Below are more projects with integration tests which can be found at - `https://github.com/apache/fluo-examples.git`:
+* [Phrasecount] 
+* [Stresso]
+* [Webindex] 
+
 
 #### Setup Uno to run Fluo example applications
 
 1. Clone [Uno] and fetch Fluo dependencies
    ```shell
-   git clone https://github.com/astralway/uno.git
+   git clone https://github.com/apache/fluo-uno.git
    cd uno
    ./bin/uno fetch fluo
    ```
@@ -230,7 +231,7 @@ Below are more projects with integration tests:
 
 1. Clone project
    ```shell
-   git clone https://github.com/astralway/phrasecount.git
+   git clone https://github.com/apache/fluo-examples.git
    cd phrasecount
    ```
 1. Create sample data
@@ -244,10 +245,10 @@ Below are more projects with integration tests:
    ```
 
 [Fluo Recipes]: https://github.com/apache/fluo-recipes
-[Phrasecount]: https://github.com/astralway/phrasecount
-[Uno]: https://github.com/astralway/uno
-[Stresso]: https://github.com/astralway/stresso
-[Webindex]: https://github.com/astralway/webindex
+[Uno]:https://github.com/apache/fluo-uno
+[Webindex]: https://github.com/apache/fluo-examples/tree/master/webindex
+[Stresso]: https://github.com/apache/fluo-examples/tree/master/stresso
+[Phrasecount]: https://github.com/apache/fluo-examples/tree/master/phrasecount
 [website README]: https://github.com/apache/fluo-website/blob/master/README.md
 [example-email]: https://lists.apache.org/thread.html/8b6ec5f17e277ed2d01e8df61eb1f1f42266cd30b9e114cb431c1c17@%3Cdev.fluo.apache.org%3E
 [KEYS]: https://www.apache.org/dist/fluo/KEYS
diff --git a/tour/exercise-1.md b/tour/exercise-1.md
index 1711043..42a2e3f 100644
--- a/tour/exercise-1.md
+++ b/tour/exercise-1.md
@@ -603,4 +603,4 @@ fluo stop wordCount
 ```
 
 [aft]: https://twitter.com/hashtag/apachefluotour
-[Uno]: https://github.com/astralway/uno
+[Uno]: https://github.com/apache/fluo-uno


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services