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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to