[GitHub] storm issue #1897: STORM-2327 ConfigurableTopology

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1897 @jnioche Yes I also think you can replace StormRunner with ConfigurableTopology. Btw, there're lots of topologies so you might want to only apply some of them. If that's the case please

[GitHub] storm issue #1897: STORM-2327 ConfigurableTopology

2017-01-30 Thread jnioche
Github user jnioche commented on the issue: https://github.com/apache/storm/pull/1897 Thanks @HeartSaVioR. Good idea, I'll have a look at the topology classes in storm-starter. Just came across the (StormRunner)[https://github.com/apache/storm/blob/master/examples/storm-starter/src/jv

[GitHub] storm issue #1902: STORM-2281: Running Multiple Kafka Spouts (Trident) Throw...

2017-01-30 Thread harshach
Github user harshach commented on the issue: https://github.com/apache/storm/pull/1902 @hmcl overall looks good to me. Left few questions. @hmcl has some good points around the topic names. --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98594395 --- Diff: pom.xml --- @@ -267,7 +267,7 @@ kafka_2.10 -0.10.0.0 +0.10.1.1 --- End diff --

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98593964 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -47,70 +33,111 @@ import

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98593892 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -47,70 +33,111 @@ impo

[GitHub] storm issue #1831: STORM-2249: Make Distribution Scripts Put Examples to the...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1831 @harshach @hmcl Then we should add available topologies in README for each modules to since users don't know which topologies are available. --- If your project is set up for it, you can re

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread harshach
Github user harshach commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98593325 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -47,70 +33,111 @@ import

[GitHub] storm issue #1898: STORM 2324 - Fix toplogy deployment failure if resources ...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1898 I'm +1 given that you tested this manually. --- 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 feat

[GitHub] storm issue #1901: STORM-2331: Emitting from JavaScript should work when not...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1901 +1 Nice catch. --- 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

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98588501 --- Diff: examples/storm-kafka-client-examples/src/main/java/org/apache/storm/kafka/trident/TridentKafkaClientWordCountNamedTopics.java --- @@ -107,8 +11

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98589751 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -47,70 +33,111 @@ impo

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98588817 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutBatchMetadata.java --- @@ -74,8 +74,8 @@ public

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98591458 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -161,31 +187,84 @@ private

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98590853 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutOpaqueCoordinator.java --- @@ -57,8 +57,8 @@ pu

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98591120 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutTopicPartition.java --- @@ -43,7 +43,7 @@ publi

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98590830 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutOpaque.java --- @@ -79,8 +72,8 @@ public Fields

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98588609 --- Diff: examples/storm-kafka-examples/src/main/java/org/apache/storm/kafka/trident/LocalSubmitter.java --- @@ -43,10 +43,15 @@ public static LocalSubmi

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98590052 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutEmitter.java --- @@ -196,8 +275,8 @@ public voi

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98590758 --- Diff: external/storm-kafka-client/src/main/java/org/apache/storm/kafka/spout/trident/KafkaTridentSpoutManager.java --- @@ -107,9 +90,25 @@ Fields get

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98588677 --- Diff: examples/storm-kafka-examples/src/main/java/org/apache/storm/kafka/trident/TridentKafkaWordCount.java --- @@ -95,7 +95,8 @@ public static void

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/1902#discussion_r98588416 --- Diff: examples/storm-kafka-client-examples/src/main/java/org/apache/storm/kafka/trident/TridentKafkaClientWordCountNamedTopics.java --- @@ -107,8 +11

[GitHub] storm issue #1868: STORM-2225: change spout config to be simpler. (1.x)

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1868 @revans2 Seems like the commit for JDK 7 is removed so Travis CI shows compile error on JDK 7. Could you address this? --- If your project is set up for it, you can reply to this email and

[GitHub] storm issue #1808: STORM-2225: change spout config to be simpler.

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1808 Thanks for the great work and patience. +1 --- 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 featu

[GitHub] storm issue #1897: STORM-2327 ConfigurableTopology

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1897 @jnioche Thanks for the contribution. It looks good. Btw, it would be great if we apply ConfigurableTopology to all of topology implementations on example directory or at least storm-star

[GitHub] storm issue #1808: STORM-2225: change spout config to be simpler.

2017-01-30 Thread hmcl
Github user hmcl commented on the issue: https://github.com/apache/storm/pull/1808 @revans2 this is perfect. These 4 commits make it much easier to track down. I confused the way GitHub truncates the messages - my bad. +1 --- If your project is set up for it, you can reply t

[GitHub] storm issue #1868: STORM-2225: change spout config to be simpler. (1.x)

2017-01-30 Thread hmcl
Github user hmcl commented on the issue: https://github.com/apache/storm/pull/1868 +1 --- 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

[GitHub] storm issue #1868: STORM-2225: change spout config to be simpler. (1.x)

2017-01-30 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/1868 This branch is also in sync with #1808 now tabs are removed and code is squashed. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] storm issue #1808: STORM-2225: change spout config to be simpler.

2017-01-30 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/1808 @hmcl github like to truncate long messages. ``` $ git log STORM-2225 commit c9f9348e3de0917020a8c903f4c9d026b7dc6204 Author: Robert (Bobby) Evans Date: Tue Nov 29 21:39:26

[GitHub] storm issue #1808: STORM-2225: change spout config to be simpler.

2017-01-30 Thread hmcl
Github user hmcl commented on the issue: https://github.com/apache/storm/pull/1808 Thanks @revans2. Can you please just amend the commit log [messages](https://github.com/apache/storm/pull/1808/commits) as I believe they do not really reflect the changes in this patch. One of the mess

[GitHub] storm issue #1808: STORM-2225: change spout config to be simpler.

2017-01-30 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/1808 Everyone, Sorry this took so long. I kept getting pulled off on critical issues. I have rebased/squashed everything (except the code revert) and also fixed the issue with tabs vs spaces.

[GitHub] storm pull request #1899: STORM-2330: Fix storm sql code generation for UDAF...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1899 --- 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 enab

[GitHub] storm pull request #1893: STORM-2325 Logviewer doesn't consider 'storm.local...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1893 --- 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 enab

[GitHub] storm issue #1895: STORM-2323 Precondition for Leader Nimbus should check al...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1895 Thanks @harshach for reviewing. I also created PR (#1903) for 1.x (and possibly 1.0.x) branch. --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] storm pull request #1894: STORM-2325 Logviewer doesn't consider 'storm.local...

2017-01-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1894 --- 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 enab

[GitHub] storm pull request #1903: STORM-2323 (1.x) Precondition for Leader Nimbus sh...

2017-01-30 Thread HeartSaVioR
GitHub user HeartSaVioR opened a pull request: https://github.com/apache/storm/pull/1903 STORM-2323 (1.x) Precondition for Leader Nimbus should check all topology blobs and also corresponding dependencies * change the precondition for leader Nimbus ** it should have all active t

[GitHub] storm issue #1899: STORM-2330: Fix storm sql code generation for UDAF with n...

2017-01-30 Thread HeartSaVioR
Github user HeartSaVioR commented on the issue: https://github.com/apache/storm/pull/1899 +1 --- 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 feat

[GitHub] storm pull request #1902: STORM-2281: Running Multiple Kafka Spouts (Trident...

2017-01-30 Thread hmcl
GitHub user hmcl opened a pull request: https://github.com/apache/storm/pull/1902 STORM-2281: Running Multiple Kafka Spouts (Trident) Throws Illegal State Exception To review this PR please review only the commit that has STORM-2281. It is currently sitting on top of the multiple c