<?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 Hive UDFs using HDP Specific Libraries in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113588#M76386</link>
    <description>&lt;P&gt;For jetty see this or do a search on our site, it's a common error &lt;A href="https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html"&gt;https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can install Java 8 side by side in sandbox&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2016 13:27:16 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-03-07T13:27:16Z</dc:date>
    <item>
      <title>Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113583#M76381</link>
      <description>&lt;P&gt;I need to use the funnel Hive UDFs from here - &lt;A href="https://github.com/yahoo/hive-funnel-udf" target="_blank"&gt;https://github.com/yahoo/hive-funnel-udf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I'm not sure if I should build the jar with HDP specific libraries? I was hoping if someone could help me with the details of what all needs to be changed in the dependency configuration for the build?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:44:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113583#M76381</guid>
      <dc:creator>akshay_pathfind</dc:creator>
      <dc:date>2016-03-07T12:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113584#M76382</link>
      <description>&lt;P&gt;You need to add repositories section to your maven pom file &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP1/HDP-1.3.1/bk_user-guide/content/user-guide-setup-maven-repo.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP1/HDP-1.3.1/bk_user-guide/content/user-guide-setup-maven-repo.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've run many diffident applications with Apache versions of artifacts and you may be okay but as a good practice is advisable to match version of your dependencies to exact versions of your cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:50:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113584#M76382</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113585#M76383</link>
      <description>&lt;P&gt;I see it's built for hadoop 1, you need to replace hadoop-core with hadoop-client. Hadoop version is 2.7.1 in Apache or 2.7.1.2.x.x.x in HDP. Again you might be okay with versions they provided except changing hadoop but having exact match is better.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:54:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113585#M76383</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T12:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113586#M76384</link>
      <description>&lt;P&gt;Additional info &lt;A href="https://community.hortonworks.com/questions/1383/intelij-maven-hdp-public-repos-to-getting-indexed.html" target="_blank"&gt;https://community.hortonworks.com/questions/1383/intelij-maven-hdp-public-repos-to-getting-indexed.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 12:57:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113586#M76384</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T12:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113587#M76385</link>
      <description>&lt;P&gt;Thanks Artem!

I had to add 'http://repo.hortonworks.com/content/groups/public/' apart from the 'http://repo.hortonworks.com/content/repositories/releases/' repo to resolve for the following error I encountered -&lt;/P&gt;&lt;PRE&gt;[ERROR] Failed to execute goal on project funnel: Could not resolve dependencies for project com.yahoo.hive.udf:funnel:jar:1.0: The following artifacts could not be resolved: org.mortbay.jetty:jetty:jar:6.1.26.hwx, org.mortbay.jetty:jetty-util:jar:6.1.26.hwx: Failure to find org.mortbay.jetty:jetty:jar:6.1.26.hwx in &lt;A href="http://repo.hortonworks.com/content/repositories/releases/"&gt;http://repo.hortonworks.com/content/repositories/releases/&lt;/A&gt; was cached in the local repository, resolution will not be reattempted until the update interval of HDP has elapsed or updates are forced -&amp;gt; [Help 1]&lt;/PRE&gt;&lt;P&gt;One another issue I face is that the code makes use of Java 8 features, while the sandbox Java version is "1.7.0_95". Should I consider upgrading Java in my Sandbox? or should I rewrite the code to make it compatible with Java 7?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:14:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113587#M76385</guid>
      <dc:creator>akshay_pathfind</dc:creator>
      <dc:date>2016-03-07T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113588#M76386</link>
      <description>&lt;P&gt;For jetty see this or do a search on our site, it's a common error &lt;A href="https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html"&gt;https://community.hortonworks.com/questions/6256/jetty-util-6126hwxjar.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can install Java 8 side by side in sandbox&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:27:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113588#M76386</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T13:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Building Hive UDFs using HDP Specific Libraries</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113589#M76387</link>
      <description>&lt;P&gt;Here's jetty fix &lt;A href="https://community.hortonworks.com/questions/8663/unable-to-build-spark-application-due-to-missing-j.html" target="_blank"&gt;https://community.hortonworks.com/questions/8663/unable-to-build-spark-application-due-to-missing-j.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:28:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Building-Hive-UDFs-using-HDP-Specific-Libraries/m-p/113589#M76387</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-03-07T13:28:35Z</dc:date>
    </item>
  </channel>
</rss>

