<?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: How to build hive source code from hortonworks github repo in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163627#M126001</link>
    <description>&lt;P&gt;download link for hive source code &lt;A href="https://github.com/hortonworks/hive-release/tree/HDP-2.1.2.0"&gt;https://github.com/hortonworks/hive-release/tree/HDP-2.1.2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;0.13 we are using for our development and we are facing some issue so I want to do remote debugging for that.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Feb 2016 23:22:07 GMT</pubDate>
    <dc:creator>sachinsga_com</dc:creator>
    <dc:date>2016-02-29T23:22:07Z</dc:date>
    <item>
      <title>How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163623#M125997</link>
      <description>&lt;P&gt;I have downloaded the source code for hive version &lt;EM&gt;0.13.0.2.1.2.0-402&lt;/EM&gt; and when I am trying to build it with the command &lt;/P&gt;&lt;PRE&gt;mvn clean package -DskipTests&lt;/PRE&gt;&lt;P&gt;its not getting build and throwing the following error:&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;[ERROR] Failed to execute goal on project hive-shims-0.23: Could not resolve dependencies for project org.apache.hive.shims:hive-shims-0.23:jar:0.13.0: The following artifacts could not be resolved: org.apache.hadoop:hadoop-common:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-hdfs:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-hdfs:jar:tests:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:tests:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-yarn-api:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-yarn-common:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-yarn-client:jar:2.4.1-SNAPSHOT, org.apache.hadoop:hadoop-yarn-server-tests:jar:tests:2.4.1-SNAPSHOT: Could not find artifact org.apache.hadoop:hadoop-common:jar:2.4.1-SNAPSHOT in conjars (http://conjars.org/repo) -&amp;gt; [Help 1]&lt;/EM&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first question is how to get this build successful?&lt;/P&gt;&lt;P&gt;second one is why there is SNAPSHOT coming in one of the releases of hive?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:37:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163623#M125997</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-02-29T22:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163624#M125998</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3112/sachinsgacom.html" nodeid="3112"&gt;@sachin gupta&lt;/A&gt; you need to include hadoop jars when you build it. Pass the parameter below with your build statement&lt;/P&gt;&lt;PRE&gt;-Phadoop-2&lt;/PRE&gt;&lt;P&gt;whole command would look like&lt;/P&gt;&lt;PRE&gt;mvn clean install -DskipTests -Phadoop-2&lt;/PRE&gt;&lt;P&gt;Why are you building 0.13 release? &lt;/P&gt;&lt;P&gt;Please refer to the docs here &lt;A href="https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/HiveDeveloperFAQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:47:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163624#M125998</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-29T22:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163625#M125999</link>
      <description>&lt;P&gt;after specifying the hadoop2 option still getting the same error.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:13:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163625#M125999</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-02-29T23:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163626#M126000</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3112/sachinsgacom.html" nodeid="3112"&gt;@sachin gupta&lt;/A&gt; where did you download the source from exactly? Why version 0.13?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163626#M126000</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-29T23:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163627#M126001</link>
      <description>&lt;P&gt;download link for hive source code &lt;A href="https://github.com/hortonworks/hive-release/tree/HDP-2.1.2.0"&gt;https://github.com/hortonworks/hive-release/tree/HDP-2.1.2.0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;0.13 we are using for our development and we are facing some issue so I want to do remote debugging for that.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:22:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163627#M126001</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-02-29T23:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163628#M126002</link>
      <description>&lt;P&gt;HDP 2.1 is an old release, it is in deprecated status, it will be dropped when HDP 2.4 is released in a few months. I recommend to upgrade to 2.3 using express upgrade. For the actual issues you're having, I suggest you open a thread here. &lt;A rel="user" href="https://community.cloudera.com/users/3112/sachinsgacom.html" nodeid="3112"&gt;@sachin gupta&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:24:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163628#M126002</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-29T23:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163629#M126003</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3112/sachinsgacom.html" nodeid="3112"&gt;@sachin gupta&lt;/A&gt; there's also this set of instructions following your source code link &lt;A href="https://cwiki.apache.org/confluence/display/Hive/GettingStarted" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/GettingStarted&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:26:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163629#M126003</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-29T23:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to build hive source code from hortonworks github repo</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163630#M126004</link>
      <description>&lt;P&gt;that is fine.&lt;/P&gt;&lt;P&gt;So can I get any help here for building this old release ??&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 23:29:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-build-hive-source-code-from-hortonworks-github-repo/m-p/163630#M126004</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2016-02-29T23:29:15Z</dc:date>
    </item>
  </channel>
</rss>

