[jira] [Commented] (STORM-160) Allow ShellBolt to set env vars (particularly PATH)

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613567#comment-14613567 ] ASF GitHub Bot commented on STORM-160: -- Github user HeartSaVioR commented on a diff in

[GitHub] storm pull request: STORM-160 Allow ShellBolt to set env vars (par...

2015-07-03 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/575#discussion_r33884760 --- Diff: storm-core/src/jvm/backtype/storm/utils/ShellProcess.java --- @@ -48,8 +50,31 @@ public ShellProcess(String[] command) { this.command

[jira] [Commented] (STORM-924) Set the file mode of the files included when packaging release packages

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613496#comment-14613496 ] ASF GitHub Bot commented on STORM-924: -- Github user HeartSaVioR commented on the pull

[GitHub] storm pull request: STORM-924:Set the file mode of the files inclu...

2015-07-03 Thread HeartSaVioR
Github user HeartSaVioR commented on the pull request: https://github.com/apache/storm/pull/614#issuecomment-118436035 How about setting file mode to storm_env.ini too? --- 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

[jira] [Commented] (STORM-160) Allow ShellBolt to set env vars (particularly PATH)

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613290#comment-14613290 ] ASF GitHub Bot commented on STORM-160: -- Github user bourneagain commented on the pull

[GitHub] storm pull request: STORM-160 Allow ShellBolt to set env vars (par...

2015-07-03 Thread bourneagain
Github user bourneagain commented on the pull request: https://github.com/apache/storm/pull/575#issuecomment-118387380 Thanks @HeartSaVioR . I have fixed the imports issue and tested on local machine to see it working fine. I shall keep a note of this in future. Thanks. --- If your p

[jira] [Commented] (STORM-826) As a storm developer I’d like to use the new kafka producer API to reduce dependencies and use long term supported kafka apis

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613235#comment-14613235 ] ASF GitHub Bot commented on STORM-826: -- Github user lazyval commented on the pull requ

[GitHub] storm pull request: [STORM-826] Update KafkaBolt to use the new ka...

2015-07-03 Thread lazyval
Github user lazyval commented on the pull request: https://github.com/apache/storm/pull/572#issuecomment-118368768 Okay, I am too late to the party :-) --- 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

[jira] [Commented] (STORM-826) As a storm developer I’d like to use the new kafka producer API to reduce dependencies and use long term supported kafka apis

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613232#comment-14613232 ] ASF GitHub Bot commented on STORM-826: -- Github user lazyval commented on a diff in the

[GitHub] storm pull request: [STORM-826] Update KafkaBolt to use the new ka...

2015-07-03 Thread lazyval
Github user lazyval commented on a diff in the pull request: https://github.com/apache/storm/pull/572#discussion_r33868970 --- Diff: external/storm-kafka/src/jvm/storm/kafka/bolt/KafkaBolt.java --- @@ -102,12 +114,40 @@ public void execute(Tuple input) { key = mappe

[jira] [Commented] (STORM-826) As a storm developer I’d like to use the new kafka producer API to reduce dependencies and use long term supported kafka apis

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14613229#comment-14613229 ] ASF GitHub Bot commented on STORM-826: -- Github user lazyval commented on a diff in the

[GitHub] storm pull request: [STORM-826] Update KafkaBolt to use the new ka...

2015-07-03 Thread lazyval
Github user lazyval commented on a diff in the pull request: https://github.com/apache/storm/pull/572#discussion_r33868816 --- Diff: external/storm-kafka/pom.xml --- @@ -113,8 +113,8 @@ org.apache.kafka -kafka_2.9.2 -

[jira] [Created] (STORM-925) Move DefaultRolloverStrategy in log4j2/worker.xml

2015-07-03 Thread Benjamin Welch (JIRA)
Benjamin Welch created STORM-925: Summary: Move DefaultRolloverStrategy in log4j2/worker.xml Key: STORM-925 URL: https://issues.apache.org/jira/browse/STORM-925 Project: Apache Storm Issue Ty

[GitHub] storm pull request:

2015-07-03 Thread vizanto
Github user vizanto commented on the pull request: https://github.com/apache/storm/commit/28558b34c8be84a1288f290675fb34a71ed6203f#commitcomment-11992969 In log4j2/cluster.xml: In log4j2/cluster.xml on line 55: This is not a policy: ``` storm[10670]: 2015-07-03 13:09:02

[jira] [Commented] (STORM-839) Deadlock hazard in backtype.storm.messaging.netty.Client

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612982#comment-14612982 ] ASF GitHub Bot commented on STORM-839: -- GitHub user eshioji opened a pull request:

[GitHub] storm pull request: Storm 763/839 0.10.x

2015-07-03 Thread eshioji
GitHub user eshioji opened a pull request: https://github.com/apache/storm/pull/617 Storm 763/839 0.10.x This is a port of PR #568 from 0.9.x to 0.10.x. It fixes STORM-839 (Deadlock) and STORM-763 (Establish Netty reconnects asynchronously and reduce verbosity of error logs)

[jira] [Commented] (STORM-839) Deadlock hazard in backtype.storm.messaging.netty.Client

2015-07-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14612923#comment-14612923 ] ASF GitHub Bot commented on STORM-839: -- GitHub user eshioji opened a pull request:

[GitHub] storm pull request: Storm 763/839 0.11.x

2015-07-03 Thread eshioji
GitHub user eshioji opened a pull request: https://github.com/apache/storm/pull/616 Storm 763/839 0.11.x This is a port of PR #568 . It fixes STORM-839 (Deadlock) and STORM-763 (Establish Netty reconnects asynchronously and reduce verbosity of error logs) @revans2 This is t