You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by ctubbsii <gi...@git.apache.org> on 2016/11/30 00:34:59 UTC

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

GitHub user ctubbsii opened a pull request:

    https://github.com/apache/incubator-fluo-website/pull/45

    Update (most) old fluo-io links

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ctubbsii/incubator-fluo-website gh-pages

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-fluo-website/pull/45.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #45
    
----
commit daf6c3a05ec7202fffadf5e1f16ba4a26cce9573
Author: Christopher Tubbs <ct...@apache.org>
Date:   2016-11-10T23:30:36Z

    Update (most) old fluo-io links

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90150621
  
    --- Diff: docs/fluo/1.0.0-alpha-1/stress.md ---
    @@ -34,22 +34,22 @@ Next, build the module:
     
     This will create two jars in target:
     
    -    $ ls target/fluo-stress-*
    -    target/fluo-stress-1.0.0-alpha-1-SNAPSHOT.jar  
    -    target/fluo-stress-1.0.0-alpha-1-SNAPSHOT-jar-with-dependencies.jar
    +    $ ls target/stresso-*
    +    target/stresso-1.0.0-alpha-1-SNAPSHOT.jar
    +    target/stresso-1.0.0-alpha-1-SNAPSHOT-jar-with-dependencies.jar
     
    -Copy fluo-stress-1.0.0-alpha-1-SNAPSHOT.jar to lib/observers in your Fluo deployment:
    +Copy stresso-1.0.0-alpha-1-SNAPSHOT.jar to lib/observers in your Fluo deployment:
     
    -    cp target/fluo-stress-1.0.0-alpha-1-SNAPSHOT.jar $DEPLOY/lib/observers
    +    cp target/stresso-1.0.0-alpha-1-SNAPSHOT.jar $DEPLOY/lib/observers
     
    -Finally, on a node where Hadoop is set up, run the following command to ingest 
    -data into Fluo using fluo-stress-1.0.0-alpha-1-SNAPSHOT-jar-with-dependencies.jar:
    +Finally, on a node where Hadoop is set up, run the following command to ingest
    +data into Fluo using stresso-1.0.0-alpha-1-SNAPSHOT-jar-with-dependencies.jar:
     
    -    yarn jar <jarPath> io.fluo.stress.trie.NumberIngest <numMap> <numPerMap> <nodeSize> <fluoProps>
    +    yarn jar <jarPath> stresso.trie.NumberIngest <numMap> <numPerMap> <nodeSize> <fluoProps>
    --- End diff --
    
    not the package name for at alpha time


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90150711
  
    --- Diff: resources/blog/stress_1/fluo.properties ---
    @@ -62,7 +62,7 @@ io.fluo.admin.accumulo.classpath=${io.fluo.admin.hdfs}/fluo/lib/fluo-api-1.0.0-b
     # io.fluo.observer.0=com.foo.Observer1
     # Can optionally have configuration key values
     # io.fluo.observer.1=com.foo.Observer2,configKey1=configVal1,configKey2=configVal2
    -io.fluo.observer.0=io.fluo.stress.trie.NodeObserver
    +io.fluo.observer.0=stresso.trie.NodeObserver
    --- End diff --
    
    another package name time traveler


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90150295
  
    --- Diff: _posts/blog/2014-12-30-stress-test-long-run.md ---
    @@ -22,19 +22,19 @@ everything finished, the test was a success. The number of unique integers
     computed independently by MapReduce matched the number computed by Fluo. Below
     is the output of the stress test count from Fluo.
     
    -     $ java -cp $STRESS_JAR io.fluo.stress.trie.Print $FLUO_PROPS
    +     $ java -cp $STRESS_JAR stresso.trie.Print $FLUO_PROPS
          Total at root : 1011489250
          Nodes Scanned : 59605
     
     Below are a few lines of output selected from the map reduce job.
     
          Map input records=1011999273
    -     io.fluo.stress.trie.Unique$Stats 
    +     stresso.trie.Unique$Stats
    --- End diff --
    
    this is not what the code printed at that time


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90150435
  
    --- Diff: _posts/release/2016-01-12-fluo-1.0.0-beta-2.md ---
    @@ -125,7 +125,7 @@ made.  The following API changes happened between beta-1 and beta-2.
     ## Testing
     
     For this release, a long run of the [Webindex][webindex] application was performed and is documented in
    -[a blog post][webindex-post].  A long run of [Fluo stress][fluo-stress] was run and documented in 
    +[a blog post][webindex-post].  A long run of [stresso][stresso] was run and documented in
    --- End diff --
    
    could capatilize stresso for consistency


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90150535
  
    --- Diff: docs/fluo/1.0.0-alpha-1/stress.md ---
    @@ -22,10 +22,10 @@ These tests can be run using `mvn verify`.
     Run trie stress test on cluster
     -------------------------------
     
    -If you want to run the trie stress on the cluster, first set up HDFS, YARN, Zookeeper, 
    +If you want to run the trie stress on the cluster, first set up HDFS, YARN, Zookeeper,
     and Accumulo. Next, initialize Fluo with following observer:
     
    -    io.fluo.observer.0=io.fluo.stress.trie.NodeObserver
    +    io.fluo.observer.0=stresso.trie.NodeObserver
    --- End diff --
    
    not the package name at the time


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by ctubbsii <gi...@git.apache.org>.
Github user ctubbsii commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90535851
  
    --- Diff: _posts/blog/2014-12-30-stress-test-long-run.md ---
    @@ -22,19 +22,19 @@ everything finished, the test was a success. The number of unique integers
     computed independently by MapReduce matched the number computed by Fluo. Below
     is the output of the stress test count from Fluo.
     
    -     $ java -cp $STRESS_JAR io.fluo.stress.trie.Print $FLUO_PROPS
    +     $ java -cp $STRESS_JAR stresso.trie.Print $FLUO_PROPS
    --- End diff --
    
    Some of the find/replace was a bit aggressive. I'll fix any other errors you guys find like this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-fluo-website pull request #45: Update (most) old fluo-io links

Posted by mikewalch <gi...@git.apache.org>.
Github user mikewalch commented on a diff in the pull request:

    https://github.com/apache/incubator-fluo-website/pull/45#discussion_r90491139
  
    --- Diff: _posts/release/2015-06-09-fluo-1.0.0-beta-1.md ---
    @@ -31,18 +31,18 @@ This release contains many new features that makes it easier to run, develop, an
     #### Simplified Fluo administration on a local machine or EC2 cluster
     
     Developers can now run Fluo and its dependencies on their local machine ([#92][92]) or an AWS EC2 cluster ([#356][356]) using a few simple commands.
    -This was done by creating two administration tools called [Fluo-dev][fluo-dev] and [Fluo-deploy][fluo-deploy] whose scripts and configuration reside in repos
    +This was done by creating two administration tools called [Uno] and [Muchos] whose scripts and configuration reside in repos
    --- End diff --
    
    I like this change as it does reduce confusion.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---