<?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 Re: Building storm-streaming 1.0-SNAPSHOT error in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132807#M43602</link>
    <description>&lt;P&gt;Try building with the -Phortonworks profile, or adding &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://repo.hortonworks.com/content/repositories/releases/" target="_blank"&gt;http://repo.hortonworks.com/content/repositories/releases/&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;to the list of repositories in the POM&lt;/P&gt;</description>
    <pubDate>Sun, 16 Oct 2016 01:10:08 GMT</pubDate>
    <dc:creator>mburgess</dc:creator>
    <dc:date>2016-10-16T01:10:08Z</dc:date>
    <item>
      <title>Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132803#M43598</link>
      <description>&lt;P&gt;Hi, i'm running REALTIME EVENT PROCESSING IN HADOOP WITH NIFI, KAFKA AND STORM tutorial, and got an error. I try many way but couldn't save it. I've used another version of maven, try add two dependencies but it's didn't changed. I Here is my error:&lt;/P&gt;&lt;P&gt;[WARNING] The POM for org.apache.kafka:kafka_2.10:jar:0.10.0.2.5.1.0-9 is missing, no dependency information available
[WARNING] The POM for org.apache.storm:storm-core:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available
[WARNING] The POM for org.apache.storm:storm-kafka:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available
[WARNING] The POM for org.apache.storm:storm-hdfs:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available
[WARNING] The POM for org.apache.storm:storm-hbase:jar:1.0.1.2.5.1.0-9 is missing, no dependency information available
[WARNING] The POM for org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-9 is missing, no dependency information available
&lt;/P&gt;&lt;P&gt;..............................&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal on project storm-streaming: Could not resolve dependencies for project com.hortonworks:storm-streaming:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT, org.apache.kafka:kafka_2.10:jar:0.10.0.2.5.1.0-9, org.apache.storm:storm-core:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-kafka:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-hdfs:jar:1.0.1.2.5.1.0-9, org.apache.storm:storm-hbase:jar:1.0.1.2.5.1.0-9, org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-9, org.apache.hbase:hbase-client:jar:1.1.2.2.5.1.0-9, org.apache.hive:hive-exec:jar:2.1.0.2.5.1.0-9, org.apache.hive.hcatalog:hive-hcatalog-streaming:jar:2.1.0.2.5.1.0-9, org.apache.hive.hcatalog:hive-hcatalog-core:jar:2.1.0.2.5.1.0-9, org.apache.hive:hive-cli:jar:2.1.0.2.5.1.0-9: Could not find artifact poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT in clojars.org (http://clojars.org/repo) -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;Please help me. I'm using HDP 2.4. Many thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 23:46:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132803#M43598</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-15T23:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132804#M43599</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12459/wealthyman2402.html" nodeid="12459"&gt;@Davd Leh&lt;/A&gt; can you add following repository in the repositories section of pom.xml&lt;/P&gt;&lt;PRE&gt;&amp;lt;repository&amp;gt;            

&amp;lt;id&amp;gt;public&amp;lt;/id&amp;gt;            

&amp;lt;url&amp;gt;http://nexus-private.hortonworks.com/nexus/content/groups/public&amp;lt;/url&amp;gt;   

 &amp;lt;/repository&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 15 Oct 2016 23:50:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132804#M43599</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-10-15T23:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132805#M43600</link>
      <description>&lt;P&gt;this is already exist in my file. Here's my pom.xml in Storm streaming:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8594-pom.xml"&gt;pom.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 00:05:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132805#M43600</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-16T00:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132806#M43601</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12459/wealthyman2402.html" nodeid="12459"&gt;@Davd Leh&lt;/A&gt; &lt;/P&gt;&lt;P&gt;can you try this, I have updated the dependencies&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/8557-pom.xml"&gt;pom.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 00:37:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132806#M43601</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-10-16T00:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132807#M43602</link>
      <description>&lt;P&gt;Try building with the -Phortonworks profile, or adding &lt;/P&gt;&lt;PRE&gt;&lt;A href="http://repo.hortonworks.com/content/repositories/releases/" target="_blank"&gt;http://repo.hortonworks.com/content/repositories/releases/&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;to the list of repositories in the POM&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 01:10:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132807#M43602</guid>
      <dc:creator>mburgess</dc:creator>
      <dc:date>2016-10-16T01:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132808#M43603</link>
      <description>&lt;P&gt;Thank you, this solution is not applicable.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 08:12:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132808#M43603</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-16T08:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132809#M43604</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/8919/rajkumarsingh.html" nodeid="8919"&gt;@Rajkumar Singh&lt;/A&gt;, i used your pom.xml and now i get another error The POM for org.apache.hadoop:hadoop-client:jar:2.7.3.2.5.1.0-59 is missing, no dependency information available. Numbers of missing dependency is reduced. But this is remain.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 08:44:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132809#M43604</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-16T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132810#M43605</link>
      <description>&lt;P&gt;Finally i'm done, i used your file, and i edited the line &amp;lt;hadoop.version&amp;gt;2.7.3.2.5.1.0-59&amp;lt;/hadoop.version&amp;gt; to &amp;lt;hadoop.version&amp;gt;2.7.3.2.5.1.0-58&amp;lt;/hadoop.version&amp;gt;. it works!. Thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 09:14:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132810#M43605</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-16T09:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132811#M43606</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12459/wealthyman2402.html" nodeid="12459"&gt;@Davd Leh&lt;/A&gt; good to hear that it helped, could you accept a best answer here so that other user can get benefit of it.thanks&lt;/P&gt;</description>
      <pubDate>Sun, 16 Oct 2016 12:14:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132811#M43606</guid>
      <dc:creator>rajkumar_singh</dc:creator>
      <dc:date>2016-10-16T12:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132812#M43607</link>
      <description>&lt;P&gt;The "Best Answer" still does not work for me.  I cannot resolve&lt;/P&gt;&lt;PRE&gt;&amp;lt;dependency&amp;gt;
&amp;lt;groupId&amp;gt;poc.hortonworks.domain&amp;lt;/groupId&amp;gt; &amp;lt;artifactId&amp;gt;transport-domain&amp;lt;/artifactId&amp;gt; 
&amp;lt;version&amp;gt;${truck.topology.domain.version}&amp;lt;/version&amp;gt;
&amp;lt;/dependency&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;...
[WARNING] The POM for poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT is missing, no dependency information available
...
&lt;/PRE&gt;&lt;P&gt;Any other suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 06:15:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132812#M43607</guid>
      <dc:creator>jharmon07302</dc:creator>
      <dc:date>2016-10-17T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132813#M43608</link>
      <description>&lt;P&gt;Just use that pom.xml and change it as i changed. I will work.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:26:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132813#M43608</guid>
      <dc:creator>wealthyman2402</dc:creator>
      <dc:date>2016-10-17T13:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Building storm-streaming 1.0-SNAPSHOT error</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132814#M43609</link>
      <description>&lt;P&gt;Didn't work.  Not sure why.  This is actually the error&lt;/P&gt;&lt;P&gt;[ERROR] Failed to execute goal on project storm-streaming: Could not resolve dependencies for project com.hortonworks:storm-streaming:jar:1.0-SNAPSHOT: Could not find artifact poc.hortonworks.domain:transport-domain:jar:1.0.0-SNAPSHOT in clojars.org (http://clojars.org/repo) -&amp;gt; [Help 1]&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 07:36:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Building-storm-streaming-1-0-SNAPSHOT-error/m-p/132814#M43609</guid>
      <dc:creator>jharmon07302</dc:creator>
      <dc:date>2016-10-18T07:36:51Z</dc:date>
    </item>
  </channel>
</rss>

