Re: Cannot run WordCountExample in Intellij

2015-08-09 Thread Matthias J. Sax
I am using current storm/master (ie, 0.11.0-SNAPSHOT). My Python is 2.7.9 (I am using Debian Jessy). Using OpenJDK 1.7.0_79. About pom.xml: I am aware, that the environments are different and it makes sense for cluster deployment to set scope to "provided". I just claim, that this information shou

[GitHub] storm pull request: add cgroup function that can limit cpu share o...

2015-08-09 Thread caishize
Github user caishize commented on a diff in the pull request: https://github.com/apache/storm/pull/667#discussion_r36604416 --- Diff: storm-core/src/clj/backtype/storm/cgroup/cgroup_manager.clj --- @@ -0,0 +1,109 @@ +(ns backtype.storm.cgroup.cgroup-manager + (:import [java

Re: Cannot run WordCountExample in Intellij

2015-08-09 Thread Abhishek Agarwal
Adding/removing scope of storm-core is cumbersome. If you ship storm-core along with the uber jar, the topology will fail on production cluster. Instead I have set the scope of compile, and excluded the storm jars in the maven shade plugin. This way, both environments work with no changes. You hav

[jira] [Created] (STORM-975) Storm-Kafka trident topology example

2015-08-09 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-975: Summary: Storm-Kafka trident topology example Key: STORM-975 URL: https://issues.apache.org/jira/browse/STORM-975 Project: Apache Storm Issue Type: Improveme

[jira] [Commented] (STORM-975) Storm-Kafka trident topology example

2015-08-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679560#comment-14679560 ] ASF GitHub Bot commented on STORM-975: -- Github user arunmahadevan commented on the pul

[GitHub] storm pull request: [STORM-975] Storm-Kafka trident topology examp...

2015-08-09 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/666#issuecomment-129299716 @harshach added a new jira issue STORM-975 --- 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

[jira] [Commented] (STORM-950) Apache Storm website redesign

2015-08-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679509#comment-14679509 ] ASF GitHub Bot commented on STORM-950: -- Github user harshach commented on the pull req

[GitHub] storm pull request: STORM-950. Apache Storm website redesign.

2015-08-09 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/670#issuecomment-129286465 @HeartSaVioR @revans2 my bad looks like I missed a commit last time. Please try again. Thanks --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (STORM-950) Apache Storm website redesign

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

[jira] [Commented] (STORM-950) Apache Storm website redesign

2015-08-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679504#comment-14679504 ] ASF GitHub Bot commented on STORM-950: -- Github user harshach closed the pull request a

[jira] [Commented] (STORM-950) Apache Storm website redesign

2015-08-09 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679507#comment-14679507 ] ASF GitHub Bot commented on STORM-950: -- Github user harshach commented on the pull req

[GitHub] storm pull request: STORM-950. Apache Storm website redesign.

2015-08-09 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/670#issuecomment-129286293 @revans2 how are you running this I didn't see any issues with resources or js missing 404s. @HeartSaVioR can you please check this PR . I ran though the links didn'

[GitHub] storm pull request: STORM-950. Apache Storm website redesign.

2015-08-09 Thread harshach
GitHub user harshach opened a pull request: https://github.com/apache/storm/pull/670 STORM-950. Apache Storm website redesign. You can merge this pull request into a Git repository by running: $ git pull https://github.com/harshach/incubator-storm STORM-950-V7 Alternatively y

[GitHub] storm pull request: STORM-950. Apache Storm website redesign.

2015-08-09 Thread harshach
Github user harshach closed the pull request at: https://github.com/apache/storm/pull/663 --- 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 ena

[GitHub] storm pull request: Storm-Kafka trident topology example

2015-08-09 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/666#issuecomment-129284763 @arunmahadevan can you please file a jira and send a pr with jira number in it. --- If your project is set up for it, you can reply to this email and have your reply ap

[jira] [Commented] (STORM-167) proposal for storm topology online update

2015-08-09 Thread Samuel Hsieh (JIRA)
[ https://issues.apache.org/jira/browse/STORM-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679476#comment-14679476 ] Samuel Hsieh commented on STORM-167: Hi Parth Brahmbhatt, Is there any news on this? It

[jira] [Created] (STORM-974) [storm-elasticsearch] Introduces Tuple -> ES document mapper to get rid of constant field mapping (source, index, type)

2015-08-09 Thread Jungtaek Lim (JIRA)
Jungtaek Lim created STORM-974: -- Summary: [storm-elasticsearch] Introduces Tuple -> ES document mapper to get rid of constant field mapping (source, index, type) Key: STORM-974 URL: https://issues.apache.org/jira/bro

storm.messaging.netty.max_retries default in 0.9.3 (300) caused 50-minute retry

2015-08-09 Thread Daniel Li
Recently we upgraded from storm 0.9.1 to 0.9.3. One observation is that, when a downstream bolt is reassigned to a different server, the upstream spout will bail out after reconnecting for 50 minutes - (1) default max retries is 300; (2) every retry times out in 10 seconds. see code pointer and lo

[jira] [Commented] (STORM-798) storm-kafka tests are failing intermittently

2015-08-09 Thread Jungtaek Lim (JIRA)
[ https://issues.apache.org/jira/browse/STORM-798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14679391#comment-14679391 ] Jungtaek Lim commented on STORM-798: I didn't test it. I'll include storm-kafka to Trav

[GitHub] storm pull request: add cgroup function that can limit cpu share o...

2015-08-09 Thread lazyval
Github user lazyval commented on the pull request: https://github.com/apache/storm/pull/667#issuecomment-129257863 AFAIK, if some feature is non-trivial, it requires backing JIRA ticket for it --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] storm pull request: add cgroup function that can limit cpu share o...

2015-08-09 Thread lazyval
Github user lazyval commented on a diff in the pull request: https://github.com/apache/storm/pull/667#discussion_r36594606 --- Diff: storm-core/src/clj/backtype/storm/cgroup/cgroup_manager.clj --- @@ -0,0 +1,109 @@ +(ns backtype.storm.cgroup.cgroup-manager + (:import [java.

Cannot run WordCountExample in Intellij

2015-08-09 Thread Matthias J. Sax
Hi, I work with Storm for a while already, but want to get started with development. As suggested, I am using Intellij (up to now, I was using Eclipse). I was also looking at https://github.com/apache/storm/tree/master/examples/storm-starter#intellij-idea This documentation is not complete. I wa