<?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: Setup Hive Datasource in IBM WebSphere in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/325051#M229507</link>
    <description>&lt;P&gt;You have to use com.cloudera.hive.jdbc.HS2Driver class for the driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have expertise on Websphere ,I can not help with JNDI.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 08:14:26 GMT</pubDate>
    <dc:creator>asish</dc:creator>
    <dc:date>2021-09-22T08:14:26Z</dc:date>
    <item>
      <title>Setup Hive Datasource in IBM WebSphere</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/194487#M156547</link>
      <description>&lt;P&gt;As part of our project, we need to pull data from HIVE table. We are planning to setup the HIVE Datasource in our IBM WebSphere application server to connect to the HIVE. Can you provide the steps which I need to follow to setup that?&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;HDP 2.6.5&lt;/P&gt;&lt;P&gt;WAS 8.5&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravanan&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 21:43:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/194487#M156547</guid>
      <dc:creator>smuthia3</dc:creator>
      <dc:date>2018-09-25T21:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Hive Datasource in IBM WebSphere</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324649#M229429</link>
      <description>&lt;P&gt;Did you found any solution , can you share&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 14:37:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324649#M229429</guid>
      <dc:creator>shri85</dc:creator>
      <dc:date>2021-09-17T14:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Hive Datasource in IBM WebSphere</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324658#M229433</link>
      <description>&lt;P&gt;We dont have steps realted to IBM Websphere. I am going to provide generic steps :&lt;/P&gt;&lt;P&gt;As IBM Webspehre is a java application,so you need a JDBC driver to connect to hive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Download the JDBC driver from Cloudera website&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-15.html" target="_blank"&gt;https://www.cloudera.com/downloads/connectors/hive/jdbc/2-6-15.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Use the driver in the Websphere classpath and check using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;lsof -p &amp;lt;webspehere pid&amp;gt; | grep &amp;lt;driver name&amp;gt; ==&amp;gt; igf it is loaded after adding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. In Webspehere Datasource URL ,use hostname of hiveserver2 and port(probably 10000 if binary). The URL looks like as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;jdbc:hive2://&amp;lt;hiveserver host&amp;gt;:10000/default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Test the datasource(I was handling Weblogic,and there is an option to test datasource URL)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. If everything works good,test the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Please check your Websphere documentation if Hive is a supported database before implementing the above action plan.&lt;/P&gt;&lt;P&gt;If your Webspeheis SSL and Kerberos enabled,then the jdbc URL would change,I would suggest to test with non-SSL Websphere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 16:58:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324658#M229433</guid>
      <dc:creator>asish</dc:creator>
      <dc:date>2021-09-17T16:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Hive Datasource in IBM WebSphere</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324982#M229495</link>
      <description>&lt;P&gt;Thank you for the solution , that helped a lot to connection using plain jdbc.&lt;/P&gt;&lt;P&gt;Can you help me with setting up Hive JNDI in Websphere .&lt;/P&gt;&lt;P&gt;&amp;nbsp;if JDBC providers to be as User-defined then what will be the Implementation class name?&lt;/P&gt;&lt;P&gt;etc .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 19:03:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/324982#M229495</guid>
      <dc:creator>shri85</dc:creator>
      <dc:date>2021-09-21T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Hive Datasource in IBM WebSphere</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/325051#M229507</link>
      <description>&lt;P&gt;You have to use com.cloudera.hive.jdbc.HS2Driver class for the driver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have expertise on Websphere ,I can not help with JNDI.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 08:14:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Setup-Hive-Datasource-in-IBM-WebSphere/m-p/325051#M229507</guid>
      <dc:creator>asish</dc:creator>
      <dc:date>2021-09-22T08:14:26Z</dc:date>
    </item>
  </channel>
</rss>

