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 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
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
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
[
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 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
[
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 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
[
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:
[
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
[
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 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 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 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 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
[
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
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
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
[
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 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 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.
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
22 matches
Mail list logo