<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Guava dependency issue on HDP 2.5 Sandbox, with Storm 1.0.1 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172307#M42074</link>
    <description>&lt;P&gt;I am facing the classic storm compatibility issue here with a demo. There is a java file &lt;A href="https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/src/main/java/com/github/gbraccialli/telco/cdr/storm/Topology.java" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt; thats doing &lt;A href="https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/src/main/java/com/github/gbraccialli/telco/cdr/storm/Topology.java" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;" import org.apache.storm.guava.collect.Lists;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8056-screen-shot-2016-09-27-at-42053-pm.png" style="width: 2016px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20003iFD5A40F527D2D9D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8056-screen-shot-2016-09-27-at-42053-pm.png" alt="8056-screen-shot-2016-09-27-at-42053-pm.png" /&gt;&lt;/span&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8057-pom.xml" target="_blank"&gt;pom.xml&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 18 Aug 2019 10:33:27 GMT</pubDate>
    <dc:creator>ganne</dc:creator>
    <dc:date>2019-08-18T10:33:27Z</dc:date>
    <item>
      <title>Guava dependency issue on HDP 2.5 Sandbox, with Storm 1.0.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172307#M42074</link>
      <description>&lt;P&gt;I am facing the classic storm compatibility issue here with a demo. There is a java file &lt;A href="https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/src/main/java/com/github/gbraccialli/telco/cdr/storm/Topology.java" rel="nofollow noopener noreferrer" target="_blank"&gt;here&lt;/A&gt; thats doing &lt;A href="https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/src/main/java/com/github/gbraccialli/telco/cdr/storm/Topology.java" rel="nofollow noopener noreferrer" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;" import org.apache.storm.guava.collect.Lists;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8056-screen-shot-2016-09-27-at-42053-pm.png" style="width: 2016px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20003iFD5A40F527D2D9D4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8056-screen-shot-2016-09-27-at-42053-pm.png" alt="8056-screen-shot-2016-09-27-at-42053-pm.png" /&gt;&lt;/span&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8057-pom.xml" target="_blank"&gt;pom.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:33:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172307#M42074</guid>
      <dc:creator>ganne</dc:creator>
      <dc:date>2019-08-18T10:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Guava dependency issue on HDP 2.5 Sandbox, with Storm 1.0.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172308#M42075</link>
      <description>&lt;P&gt;this example code is for Storm 0.10&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/pom.xml" target="_blank"&gt;https://github.com/gbraccialli/telco-cdr-monitoring/blob/master/pom.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Guava dependency may have changed.&lt;/P&gt;&lt;P&gt;See:   &lt;A href="https://community.hortonworks.com/questions/14998/storm-how-do-i-fix-the-googleguava-dependency-whil.html" target="_blank"&gt;https://community.hortonworks.com/questions/14998/storm-how-do-i-fix-the-googleguava-dependency-whil.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 09:15:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172308#M42075</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-09-28T09:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Guava dependency issue on HDP 2.5 Sandbox, with Storm 1.0.1</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172309#M42076</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/9304/tspann.html" nodeid="9304"&gt;@Timothy Spann&lt;/A&gt; 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&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 09:20:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Guava-dependency-issue-on-HDP-2-5-Sandbox-with-Storm-1-0-1/m-p/172309#M42076</guid>
      <dc:creator>ganne</dc:creator>
      <dc:date>2016-09-28T09:20:52Z</dc:date>
    </item>
  </channel>
</rss>

