Github user revans2 commented on a diff in the pull request:
https://github.com/apache/incubator-storm/pull/219#discussion_r16849273
--- Diff: storm-core/pom.xml ---
@@ -288,6 +298,26 @@
<pattern>org.apache.thrift</pattern>
<shadedPattern>org.apache.thrift7</shadedPattern>
</relocation>
+ <relocation>
+ <pattern>org.jboss.netty</pattern>
+
<shadedPattern>org.apache.storm.netty</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>com.google.common</pattern>
+
<shadedPattern>org.apache.storm.guava</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.http</pattern>
+
<shadedPattern>org.apache.storm.http</shadedPattern>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.zookeeper</pattern>
+
<shadedPattern>org.apache.storm.zookeeper</shadedPattern>
--- End diff --
I am still +1 on merging this in as is, but like I said on the e-mail list,
is there a way we can update the pom.xml before deploying installing it in the
maven repo so that our customers don't have to try and do something to force
zookeeper to show up.
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---