[GitHub] mikewalch commented on a change in pull request #4: Removed unused dependencies & add travis.yml

2017-08-16 Thread git
mikewalch commented on a change in pull request #4: Removed unused dependencies & add travis.yml URL: https://github.com/apache/fluo-yarn/pull/4#discussion_r133451206 ## File path: .travis.yml ## @@ -0,0 +1,21 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] mikewalch closed pull request #4: Removed unused dependencies & add travis.yml

2017-08-16 Thread git
mikewalch closed pull request #4: Removed unused dependencies & add travis.yml URL: https://github.com/apache/fluo-yarn/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] mikewalch closed pull request #910: Fixes #909 Move netty jar to lib/twill

2017-08-16 Thread git
mikewalch closed pull request #910: Fixes #909 Move netty jar to lib/twill URL: https://github.com/apache/fluo/pull/910 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] mikewalch closed issue #909: Move netty jar to lib/twill

2017-08-16 Thread git
mikewalch closed issue #909: Move netty jar to lib/twill URL: https://github.com/apache/fluo/issues/909 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the

[GitHub] mikewalch commented on issue #912: Create 'fluo status' command

2017-08-16 Thread git
mikewalch commented on issue #912: Create 'fluo status' command URL: https://github.com/apache/fluo/issues/912#issuecomment-322778409 I think `NOT_FOUND` is better than `UNINITIALIZED` This is an automated message from the

[GitHub] mikewalch opened a new issue #914: Allow configuration to be passed to 'fluo oracle' & 'fluo worker' commands

2017-08-16 Thread git
mikewalch opened a new issue #914: Allow configuration to be passed to 'fluo oracle' & 'fluo worker' commands URL: https://github.com/apache/fluo/issues/914 The `fluo oracle` and `fluo worker` should be able to support the following syntax to override the configuration read from

[GitHub] mikewalch opened a new pull request #913: Fluo 912

2017-08-16 Thread git
mikewalch opened a new pull request #913: Fluo 912 URL: https://github.com/apache/fluo/pull/913 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] mikewalch commented on issue #2: Print yarn app id

2017-08-16 Thread git
mikewalch commented on issue #2: Print yarn app id URL: https://github.com/apache/fluo-yarn/issues/2#issuecomment-322837270 Fixed by #1 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] mikewalch opened a new pull request #5: Fixes #3 Check if application is running before starting

2017-08-16 Thread git
mikewalch opened a new pull request #5: Fixes #3 Check if application is running before starting URL: https://github.com/apache/fluo-yarn/pull/5 * Also improved README.md This is an automated message from the Apache Git

[GitHub] cjmctague commented on issue #879: CollisionIT test failed on Travis

2017-08-16 Thread git
cjmctague commented on issue #879: CollisionIT test failed on Travis URL: https://github.com/apache/fluo/issues/879#issuecomment-322834046 ``` Running org.apache.fluo.integration.impl.CollisionIT DEBUG oldestTs : 6839 recentTS : 6839 DEBUG 0 stat:processed [] 6764-WRITE 6755

[GitHub] mikewalch closed issue #2: Print yarn app id

2017-08-16 Thread git
mikewalch closed issue #2: Print yarn app id URL: https://github.com/apache/fluo-yarn/issues/2 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above

[GitHub] keith-turner commented on a change in pull request #5: Fixes #3 Check if application is running before starting

2017-08-16 Thread git
keith-turner commented on a change in pull request #5: Fixes #3 Check if application is running before starting URL: https://github.com/apache/fluo-yarn/pull/5#discussion_r133576196 ## File path: README.md ## @@ -82,21 +82,25 @@ After you obtain a Fluo YARN distribution

[GitHub] keith-turner commented on a change in pull request #913: Fluo 912

2017-08-16 Thread git
keith-turner commented on a change in pull request #913: Fluo 912 URL: https://github.com/apache/fluo/pull/913#discussion_r133574855 ## File path: modules/command/src/main/java/org/apache/fluo/command/FluoStatus.java ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache