[jira] [Created] (STORM-961) It is time to build the Storm ecosystem

2015-07-26 Thread Xin Wang (JIRA)
Xin Wang created STORM-961: -- Summary: It is time to build the Storm ecosystem Key: STORM-961 URL: https://issues.apache.org/jira/browse/STORM-961 Project: Apache Storm Issue Type: New Feature

[jira] [Comment Edited] (STORM-49) Make State implement Closeable

2015-07-26 Thread JIRA
[ https://issues.apache.org/jira/browse/STORM-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642363#comment-14642363 ] Jan Dědek edited comment on STORM-49 at 7/27/15 6:57 AM: - See also t

[jira] [Commented] (STORM-49) Make State implement Closeable

2015-07-26 Thread JIRA
[ https://issues.apache.org/jira/browse/STORM-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642363#comment-14642363 ] Jan Dědek commented on STORM-49: See also this question: http://stackoverflow.com/q/28743434

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

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

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

2015-07-26 Thread HeartSaVioR
Github user HeartSaVioR commented on the pull request: https://github.com/apache/storm/pull/654#issuecomment-125104496 I merged into my master and followed your description to run webserver. Some broken things are seen, here's a list. index.html Latest News : A

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on the pull request: https://github.com/apache/storm/pull/573#issuecomment-125092854 I addressed comments @HeartSaVioR made. As you've said, I started from where I'm more experienced so this module does not contain comprehensive functionality. I think

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506441 --- Diff: external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/bolt/EsPercolateBolt.java --- @@ -0,0 +1,81 @@ +/** + * Licensed

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506391 --- Diff: external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/bolt/EsPercolateBolt.java --- @@ -0,0 +1,81 @@ +/** + * Licensed

[jira] [Commented] (STORM-845) Storm ElasticSearch connector

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

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506372 --- Diff: external/storm-elasticsearch/README.md --- @@ -0,0 +1,66 @@ +# Storm Elasticsearch Bolt & Trident State + + EsIndexBolt, EsPercolateBolt

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506395 --- Diff: external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/trident/EsStateFactory.java --- @@ -0,0 +1,51 @@ +/** + * License

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506387 --- Diff: external/storm-elasticsearch/src/main/java/org/apache/storm/elasticsearch/bolt/EsIndexBolt.java --- @@ -0,0 +1,71 @@ +/** + * Licensed to t

[GitHub] storm pull request: STORM-845 Storm ElasticSearch connector

2015-07-26 Thread sweetest
Github user sweetest commented on a diff in the pull request: https://github.com/apache/storm/pull/573#discussion_r35506376 --- Diff: external/storm-elasticsearch/README.md --- @@ -0,0 +1,66 @@ +# Storm Elasticsearch Bolt & Trident State + + EsIndexBolt, EsPercolateBolt

[jira] [Commented] (STORM-837) HdfsState ignores commits

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

[GitHub] storm pull request: [STORM-837] Support for exactly once semantics...

2015-07-26 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/644#issuecomment-125086304 @harshach Are you saying that we don't support time based rotation at all? The current approach automatically turns off exactly once if TimedRotation is in use, so

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

2015-07-26 Thread Sriharsha Chintalapani (JIRA)
[ https://issues.apache.org/jira/browse/STORM-950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642220#comment-14642220 ] Sriharsha Chintalapani commented on STORM-950: -- Thanks for the feedback. Our t

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

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

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

2015-07-26 Thread harshach
GitHub user harshach opened a pull request: https://github.com/apache/storm/pull/654 STORM-950. Apache Storm website redesign. To test this. Install jekyll on OS X sudo gem install jekyll cd storm/docs/ jekyll serve -w You can merge this pull request into a Git reposito

[jira] [Resolved] (STORM-835) Netty Client hold batch object until io operation complete

2015-07-26 Thread Jungtaek Lim (JIRA)
[ https://issues.apache.org/jira/browse/STORM-835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jungtaek Lim resolved STORM-835. Resolution: Fixed > Netty Client hold batch object until io operation complete >

[jira] [Updated] (STORM-545) DRPC does not return a cause of failure

2015-07-26 Thread Zhuo Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zhuo Liu updated STORM-545: --- Summary: DRPC does not return a cause of failure (was: DRCP does not return a cause of failure) > DRPC does n

[jira] [Commented] (STORM-40) Turn worker GC logging on by default

2015-07-26 Thread Zhuo Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642095#comment-14642095 ] Zhuo Liu commented on STORM-40: --- This issue will be solved in storm-901 as worker artifact dir

[jira] [Comment Edited] (STORM-40) Turn worker GC logging on by default

2015-07-26 Thread Zhuo Liu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642095#comment-14642095 ] Zhuo Liu edited comment on STORM-40 at 7/26/15 9:19 PM: This issue w

[jira] [Assigned] (STORM-828) HdfsBolt takes a lot of configuration, need good defaults

2015-07-26 Thread Sanket Reddy (JIRA)
[ https://issues.apache.org/jira/browse/STORM-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sanket Reddy reassigned STORM-828: -- Assignee: Sanket Reddy > HdfsBolt takes a lot of configuration, need good defaults > ---

[GitHub] storm pull request: change 'approval pull request' in DEVELOPER.md...

2015-07-26 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/650#issuecomment-125015093 +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

[jira] [Commented] (STORM-594) Auto-Scaling Resources in a Topology

2015-07-26 Thread Memory Lake (JIRA)
[ https://issues.apache.org/jira/browse/STORM-594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14641909#comment-14641909 ] Memory Lake commented on STORM-594: --- It will be very helpful if we could find a way to me