<?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>topic Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323496#M93318</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please clarify in which Talend version/edition you are?&lt;/P&gt;&lt;P&gt;Are you using any webservice component in your job?&lt;/P&gt;&lt;P&gt;Talend Studio requires specific third-party Java libraries or database drivers to be installed to connect to sources and targets. &lt;/P&gt;&lt;P&gt;Those libraries or database drivers, known as external modules, may be required by some of Talend components or by some connection wizards or by both. Due to license restrictions, Talend may not be able to ship some of these external modules within Talend Studio. You need to install them for your Studio to functional properly.&lt;/P&gt;&lt;P&gt;Please refer to online documentation about: TalendHelpCenter:&lt;A href="https://help.talend.com/r/tEyY3ToCtMbCRoW9EsWP2w/k7jpHt9CoTUQIDVQwOpL9g" alt="https://help.talend.com/r/tEyY3ToCtMbCRoW9EsWP2w/k7jpHt9CoTUQIDVQwOpL9g" target="_blank"&gt; Installing external modules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2021 06:50:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-05T06:50:36Z</dc:date>
    <item>
      <title>Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323493#M93315</link>
      <description>&lt;P&gt;Exception in component tHiveConnection_1 (hdfs_hive)&lt;/P&gt;&lt;P&gt;java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver&lt;/P&gt;&lt;P&gt;	at java.net.URLClassLoader.findClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.lang.Class.forName0(Native Method)&lt;/P&gt;&lt;P&gt;	at java.lang.Class.forName(Unknown Source)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.tHiveConnection_1Process(hdfs_hive.java:355)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.runJobInTOS(hdfs_hive.java:876)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.main(hdfs_hive.java:725)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323493#M93315</guid>
      <dc:creator>Ray0801</dc:creator>
      <dc:date>2024-11-16T00:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323494#M93316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your job is missing the jar containing the class "org.apache.hive.jdbc.HiveDriver". Can you please try to download insert the needed jar using a tlibraryload component?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323494#M93316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-04T13:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323495#M93317</link>
      <description>&lt;P&gt;Hey @Sana SAFFAR​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried adding hive-apache-jdbc-0.13.1-9&amp;amp;hive-jdbc-3.1.2 jars  but neither works.&lt;/P&gt;&lt;P&gt;Getting this error after adding these two jars&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/http/HttpRequestInterceptor&lt;/P&gt;&lt;P&gt;	at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:105)&lt;/P&gt;&lt;P&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.sql.DriverManager.getConnection(Unknown Source)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.tHiveConnection_1Process(hdfs_hive.java:499)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.tLibraryLoad_1Process(hdfs_hive.java:399)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.runJobInTOS(hdfs_hive.java:1017)&lt;/P&gt;&lt;P&gt;	at local_project.hdfs_hive_0_1.hdfs_hive.main(hdfs_hive.java:866)&lt;/P&gt;&lt;P&gt;Caused by: java.lang.ClassNotFoundException: org.apache.http.HttpRequestInterceptor&lt;/P&gt;&lt;P&gt;	at java.net.URLClassLoader.findClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	at java.lang.ClassLoader.loadClass(Unknown Source)&lt;/P&gt;&lt;P&gt;	... 7 more&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2021 13:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323495#M93317</guid>
      <dc:creator>Ray0801</dc:creator>
      <dc:date>2021-02-04T13:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323496#M93318</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please clarify in which Talend version/edition you are?&lt;/P&gt;&lt;P&gt;Are you using any webservice component in your job?&lt;/P&gt;&lt;P&gt;Talend Studio requires specific third-party Java libraries or database drivers to be installed to connect to sources and targets. &lt;/P&gt;&lt;P&gt;Those libraries or database drivers, known as external modules, may be required by some of Talend components or by some connection wizards or by both. Due to license restrictions, Talend may not be able to ship some of these external modules within Talend Studio. You need to install them for your Studio to functional properly.&lt;/P&gt;&lt;P&gt;Please refer to online documentation about: TalendHelpCenter:&lt;A href="https://help.talend.com/r/tEyY3ToCtMbCRoW9EsWP2w/k7jpHt9CoTUQIDVQwOpL9g" alt="https://help.talend.com/r/tEyY3ToCtMbCRoW9EsWP2w/k7jpHt9CoTUQIDVQwOpL9g" target="_blank"&gt; Installing external modules&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 06:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323496#M93318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T06:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323497#M93319</link>
      <description>&lt;P&gt;Hey @Xiaodi Shi​&amp;nbsp;I am trying to use the Talend Open Studio for Big Data 7.3.1 in Windows 10 ,I do know how to import external modules,but I am not able to narrow down which jar file is needed here.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 07:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323497#M93319</guid>
      <dc:creator>Ray0801</dc:creator>
      <dc:date>2021-02-07T07:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting java.lang.ClassNotFoundException: org.apache.hive.jdbc.HiveDriver while trying trying to connect to hive</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323498#M93320</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is the "distribution" and "version" that you are using?&lt;/P&gt;&lt;P&gt;The error indicates the requires JDBC driver is missing or the installed driver is not compatible with the current Hive version you are using. &lt;/P&gt;&lt;P&gt;Here is online documentation for talend open studio bigdata V 7.3.1&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/r/71bI7dvdYJ6EaNBJemIdTA/63EVsKLqmecTrbVvneYo1w" alt="https://help.talend.com/r/71bI7dvdYJ6EaNBJemIdTA/63EVsKLqmecTrbVvneYo1w" target="_blank"&gt;TalendHelpCenter: Supported Big Data platforms&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 09:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-java-lang-ClassNotFoundException-org-apache-hive-jdbc/m-p/2323498#M93320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-08T09:51:46Z</dc:date>
    </item>
  </channel>
</rss>

