[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107001150 --- Diff: pom.xml --- @@ -83,6 +83,11 @@ 1.32 +com.google.code.gson +gson +

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r106992791 --- Diff: modules/api/src/main/java/org/apache/fluo/api/observer/StringObserver.java --- @@ -0,0 +1,33 @@ +/* + * Licensed to the Apache

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread mikewalch
Github user mikewalch commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r106990516 --- Diff: docs/applications.md --- @@ -114,25 +114,45 @@ To create an observer, follow these steps: // invert row and value

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107015681 --- Diff: modules/api/src/main/java/org/apache/fluo/api/observer/ObserversFactory.java --- @@ -0,0 +1,119 @@ +/* + * Licensed to the

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread ctubbsii
Github user ctubbsii commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107010658 --- Diff: modules/api/src/main/java/org/apache/fluo/api/observer/ObserversFactory.java --- @@ -0,0 +1,119 @@ +/* + * Licensed to the Apache

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107015060 --- Diff: modules/api/src/main/java/org/apache/fluo/api/observer/ObserversFactory.java --- @@ -0,0 +1,119 @@ +/* + * Licensed to the

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107016744 --- Diff: modules/api/src/main/java/org/apache/fluo/api/observer/StringObserver.java --- @@ -0,0 +1,34 @@ +/* + * Licensed to the

[GitHub] incubator-fluo pull request #817: fixes #816 introduced better way to setup ...

2017-03-20 Thread keith-turner
Github user keith-turner commented on a diff in the pull request: https://github.com/apache/incubator-fluo/pull/817#discussion_r107011906 --- Diff: pom.xml --- @@ -83,6 +83,11 @@ 1.32 +com.google.code.gson +gson +