- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Guava dependency issue on HDP 2.5 Sandbox, with Storm 1.0.1
- Labels:
-
Apache Kafka
-
Apache Storm
Created on ‎09-27-2016 11:30 PM - edited ‎08-18-2019 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am facing the classic storm compatibility issue here with a demo. There is a java file here thats doing
" import org.apache.storm.guava.collect.Lists;"
With the new 2.5 Sandbox, Storm version is 1.0.1.2.5.0.0-1245. When i am compiling the code by running 'mvn clean package', i am running into compilation and build errors, as you can see in the image attached. I also attached the pom.xml file. Its complaining about guava dependencies, that are shaded in the new storm release. Please help to resolve the dependency issue.
Thanks
Created ‎09-28-2016 02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this example code is for Storm 0.10
https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/pom.xml
Guava dependency may have changed.
Created ‎09-28-2016 02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this example code is for Storm 0.10
https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/pom.xml
Guava dependency may have changed.
Created ‎09-28-2016 02:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Timothy Spann yes that code was written for storm 0.10. Now I am trying to test that for 1.0.1. Updated the Pom with necessary storm and Kafka versions and added guava dependency as suggested in the above link. Still I am getting build errors
