<?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: Splunk DB Connect 3 how to connect Hive? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/358514#M43405</link>
    <description>&lt;P&gt;the HiveJDBC driver must fill out in a stanza in the db_connect_types.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1 [hive]
2 displayName = Hive
3 serviceClass = com.splunk.dbx2.SparkJDBC
4 jdbcUrlFormat = jdbc:hive2://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
5 jdbcUrlSSLFormat = jdbc:hive2://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?useSSL=true
6 jdbcDriverClass = com.simba.hive.jdbc41.HS2Driver
7 supportedVersions = 1.0
8 port = 10000
9 ui_default_catalog = $database$
10 connection_properties = {"verifyServerCertificate":"false"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You must know the right jdbcDriverClass in line 6!&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 23:48:39 GMT</pubDate>
    <dc:creator>amielke</dc:creator>
    <dc:date>2020-09-29T23:48:39Z</dc:date>
    <item>
      <title>Splunk DB Connect 3 how to connect Hive?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/358513#M43404</link>
      <description>&lt;P&gt;I am trying to get DB Connect 3 to recognize my Hive driver and can't get it to cooperate. &lt;/P&gt;

&lt;P&gt;I have downloaded Hive JDBC Driver 2.5.19 from &lt;A href="https://www.cloudera.com/downloads/connectors/hive/jdbc/2-5-19.html" target="_blank"&gt;here&lt;/A&gt; and extracted it into the drivers directory of the DB Connect app so the structure looks like:&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/commons-codec-1.3.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/commons-logging-1.1.1.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/hive_metastore.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/hive_service.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/httpclient-4.1.3.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/httpcore-4.1.3.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/libfb303-0.9.0.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/libthrift-0.9.0.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/log4j-1.2.14.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/ql.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/slf4j-api-1.5.11.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/slf4j-log4j12-1.5.11.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/TCLIServiceClient.jar $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers/HiveJDBC41-libs/zookeeper-3.4.6.jar&lt;/P&gt;

&lt;P&gt;But when I reload the drivers page in DB Connect, Hive is still an unrecognized driver... any help would be great!&lt;/P&gt;

&lt;P&gt;&lt;IMG src="https://community.splunk.com/storage/temp/226606-screen-shot-2017-12-28-at-115930-am.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/358513#M43404</guid>
      <dc:creator>tbadman</dc:creator>
      <dc:date>2020-09-29T17:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 3 how to connect Hive?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/358514#M43405</link>
      <description>&lt;P&gt;the HiveJDBC driver must fill out in a stanza in the db_connect_types.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1 [hive]
2 displayName = Hive
3 serviceClass = com.splunk.dbx2.SparkJDBC
4 jdbcUrlFormat = jdbc:hive2://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;
5 jdbcUrlSSLFormat = jdbc:hive2://&amp;lt;host&amp;gt;:&amp;lt;port&amp;gt;/&amp;lt;database&amp;gt;?useSSL=true
6 jdbcDriverClass = com.simba.hive.jdbc41.HS2Driver
7 supportedVersions = 1.0
8 port = 10000
9 ui_default_catalog = $database$
10 connection_properties = {"verifyServerCertificate":"false"}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You must know the right jdbcDriverClass in line 6!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:48:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/358514#M43405</guid>
      <dc:creator>amielke</dc:creator>
      <dc:date>2020-09-29T23:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk DB Connect 3 how to connect Hive?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/506031#M62221</link>
      <description>&lt;P&gt;Hello did you get this to work?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 18:40:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-DB-Connect-3-how-to-connect-Hive/m-p/506031#M62221</guid>
      <dc:creator>locose</dc:creator>
      <dc:date>2020-06-24T18:40:15Z</dc:date>
    </item>
  </channel>
</rss>

