[jira] [Commented] (STORM-1558) Utils in java breaks component page due to illegal type cast

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155912#comment-15155912 ] ASF GitHub Bot commented on STORM-1558: --- Github user unsleepy22 commented on the pul

[GitHub] storm pull request: [STORM-1558] Utils in java breaks component pa...

2016-02-20 Thread unsleepy22
Github user unsleepy22 commented on the pull request: https://github.com/apache/storm/pull/1119#issuecomment-186758937 Upmerged, please help review again. The CI failure seems unrelated to this PR. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Updated] (STORM-1563) Replace Shutdownable to be AutoClosable

2016-02-20 Thread Zhuo Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuo Liu updated STORM-1563: Description: It will be good that we replace all the usages of Shutdownable in storm to be the java's conven

[jira] [Commented] (STORM-1562) Provide a pluggable ability to capture topology information on Nimbus (ISubmitterHook on Nimbus)

2016-02-20 Thread John Fang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155869#comment-15155869 ] John Fang commented on STORM-1562: -- We can add ITopologyHook which can do a lot of monito

[jira] [Commented] (STORM-1511) min/max operations on trident stream

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155865#comment-15155865 ] ASF GitHub Bot commented on STORM-1511: --- Github user asfgit closed the pull request

[GitHub] storm pull request: STORM-1511 min/max operations support on a tri...

2016-02-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/storm/pull/1118 --- 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

[jira] [Commented] (STORM-1563) Replace Shutdownable to be AutoClosable

2016-02-20 Thread John Fang (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155864#comment-15155864 ] John Fang commented on STORM-1563: -- I agree with you. +1 > Replace Shutdownable to be Au

[jira] [Commented] (STORM-1552) Fix topology event sampling log directory

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155863#comment-15155863 ] ASF GitHub Bot commented on STORM-1552: --- Github user harshach commented on the pull

[GitHub] storm pull request: [STORM-1552] Fix topology event sampling log d...

2016-02-20 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/1127#issuecomment-186726874 @arunmahadevan when I run unit tests with the patch its leaving storm-core/null dir with worker logs. Can you check that --- If your project is set up for it, you can

[GitHub] storm pull request: Update doc for rebalance command

2016-02-20 Thread hustfxj
Github user hustfxj commented on the pull request: https://github.com/apache/storm/pull/1130#issuecomment-186725419 +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

[GitHub] storm pull request: [STORM-1273] port backtype.storm.cluster to ja...

2016-02-20 Thread hustfxj
Github user hustfxj commented on a diff in the pull request: https://github.com/apache/storm/pull/1081#discussion_r53560661 --- Diff: storm-core/src/jvm/org/apache/storm/cluster/ClusterUtils.java --- @@ -0,0 +1,261 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

[jira] [Commented] (STORM-1273) port backtype.storm.cluster to java

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155859#comment-15155859 ] ASF GitHub Bot commented on STORM-1273: --- Github user hustfxj commented on a diff in

[GitHub] storm pull request: Update doc for rebalance command

2016-02-20 Thread jnioche
GitHub user jnioche opened a pull request: https://github.com/apache/storm/pull/1130 Update doc for rebalance command Trivial update for the rebalance command - now similar to the output of 'storm help rebalance' You can merge this pull request into a Git repository by running:

[GitHub] storm pull request: [STORM-1558] Utils in java breaks component pa...

2016-02-20 Thread redsanket
Github user redsanket commented on the pull request: https://github.com/apache/storm/pull/1119#issuecomment-186660058 upmerge please --- 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

[jira] [Commented] (STORM-1558) Utils in java breaks component page due to illegal type cast

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15155713#comment-15155713 ] ASF GitHub Bot commented on STORM-1558: --- Github user redsanket commented on the pull

[jira] [Commented] (STORM-917) Ability to emit messages from a kafka spout to a specific stream

2016-02-20 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1513#comment-1513 ] ASF GitHub Bot commented on STORM-917: -- Github user lujinhong commented on the pull re

[GitHub] storm pull request: STORM-917 : Ability to emit from the spout to ...

2016-02-20 Thread lujinhong
Github user lujinhong commented on the pull request: https://github.com/apache/storm/pull/601#issuecomment-186567237 what about trident? --- 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 f

[GitHub] storm pull request: storm-hdfs : change visibility of create and c...

2016-02-20 Thread jnioche
Github user jnioche commented on the pull request: https://github.com/apache/storm/pull/1122#issuecomment-186561314 @ptgoetz perfect, thanks. BTW I really like the HDFS module, great work! Would be good to have compression for HdfsBolt, I might have a go at implementing that. --- If