<?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: Spark unable to connect Hive database in HDP 3.0.1 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241449#M203252</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have follow all the above configurations and finally manage to figure out that the spark.hadoop.metastore.catalog.default set to spark. So if you change this to hive on the command line as listed below its showing all my hive metastore catalog tables.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;spark-shell --conf spark.hadoop.metastore.catalog.default=hive&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naga &lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2019 22:44:33 GMT</pubDate>
    <dc:creator>NagaSuhin</dc:creator>
    <dc:date>2019-07-25T22:44:33Z</dc:date>
    <item>
      <title>Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241420#M203223</link>
      <description>&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;Hope all are doing well.!!!&lt;/P&gt;&lt;P&gt;I've upgrade HDP 2.6.5 to HDP 3.0.1.0-187 successfully. now i'm trying to connecting hive datbases using spark-shell, i'm unable to see any hive databases. Even i have copied /etc/hive/conf/hive-site.xml to /etc/spark2/conf/ and restarted spark service. After restart spark service, hive-site.xml to original xml file.&lt;/P&gt;&lt;P&gt;Have there any alternative solution to resolve the issue?&lt;/P&gt;&lt;P&gt;Kindly assist me to fix the issue.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 15:23:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241420#M203223</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-26T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241421#M203224</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69412/testtest12p.html" nodeid="69412"&gt;Vinay&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;From HDP 3.0 onwards, to work with hive databases you should use the &lt;STRONG&gt;HiveWarehouseConnector library. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please refer the below documentation.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_configure_a_spark_hive_connection.html"&gt;https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_configure_a_spark_hive_connection.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 15:37:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241421#M203224</guid>
      <dc:creator>sampathkumar_ma</dc:creator>
      <dc:date>2018-12-26T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241422#M203225</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.cloudera.com/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This article explains it all  &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_hivewarehouseconnector_for_handling_apache_spark_data.html" target="_blank"&gt;Hive Warehouse Connector for accessing Apache Spark data&lt;BR /&gt;&lt;/A&gt;The Hive Warehouse Connector supports the following applications:&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Spark shell&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;PySpark&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;The spark-submit script&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 26 Dec 2018 17:15:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241422#M203225</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-26T17:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241423#M203226</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/15087/sampathkumarmathur.html" nodeid="15087"&gt;@Sampath Kumar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have enabled the hive interactive query and added the properties in custom spark2-default configuration file&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.zookeeper.quorum=sidchadoop04.test.com:2181&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.llap.daemon.service.hosts=@llap0&lt;/P&gt;&lt;P&gt;spark.datasource.hive.warehouse.load.staging.dir=/tmp
spark.datasource.hive.warehouse.metastoreUri=thrift://sidchadoop04.test.com:9083
spark.sql.hive.hiveserver2.jdbc.url=jdbc:hive2://sidchadoop04.test.com:10500&lt;/P&gt;&lt;P&gt;But still hive database is not accessible by spark-shell.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:24:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241423#M203226</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-27T18:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241424#M203227</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;After completed steps &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_configure_a_spark_hive_connection.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/integrating-hive/content/hive_configure_a_spark_hive_connection.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;hive database still not accessible from spark shell.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:27:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241424#M203227</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-27T18:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241425#M203228</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69412/testtest12p.html" nodeid="69412"&gt;@Vinay&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Please connect hiveserver2 instead of hiveserver2Interactive by using below syntax:&lt;/P&gt;&lt;P&gt;spark.sql.hive.hiveserver2.jdbc.url=jdbc:hive2://&lt;A href="http://sidchadoop04.test.com/"&gt;sidchadoop04.test.com&lt;/A&gt;:10000&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:51:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241425#M203228</guid>
      <dc:creator>subhash_parise3</dc:creator>
      <dc:date>2018-12-27T18:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241426#M203229</link>
      <description>&lt;P&gt;&lt;EM&gt; &lt;A href="https://community.hortonworks.com/questions/232021/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you share your spark code let me test  if you set the parameters as above? &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Is your cluster kerberized?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 18:59:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241426#M203229</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-27T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241427#M203230</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/1852/subhashparise36.html" nodeid="1852"&gt;@subhash parise&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried same.. But still hive database is not visible.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 19:43:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241427#M203230</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-27T19:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241428#M203231</link>
      <description>&lt;P&gt;HI &lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following properties i have defined in custom spark2-default configuration.&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.zookeeper.quorum&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.llap.daemon.service.hosts&lt;/P&gt;&lt;P&gt;spark.datasource.hive.warehouse.load.staging.dir&lt;/P&gt;&lt;P&gt;spark.datasource.hive.warehouse.metastoreUri&lt;/P&gt;&lt;P&gt;spark.sql.hive.hiveserver2.jdbc.url&lt;/P&gt;&lt;P&gt;yes we're using kerberized cluster.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 19:46:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241428#M203231</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-27T19:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241429#M203232</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69412/testtest12p.html" nodeid="69412"&gt;@Vinay&lt;/A&gt;&lt;/P&gt;&lt;P&gt;please use the below syntax to connect hive from spark:&lt;/P&gt;&lt;P&gt;spark-shell --conf spark.sql.hive.hiveserver2.jdbc.url="jdbc:hive2://************************:10000/" spark.datasource.hive.warehouse.load.staging.dir="/tmp" spark.hadoop.hive.zookeeper.quorum="ip.************:2181" --jars /usr/hdp/current/hive_warehouse_connector/hive-warehouse-connector-assembly-1.0.0.3.0.0.0-1634.jar&lt;/P&gt;&lt;P&gt;Refer the below document for database operations by using spark in hive:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/hortonworks-spark/spark-llap/tree/master" target="_blank"&gt;https://github.com/hortonworks-spark/spark-llap/tree/master&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please accept the answer if it help's&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 22:28:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241429#M203232</guid>
      <dc:creator>subhash_parise3</dc:creator>
      <dc:date>2018-12-27T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241430#M203233</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/232021/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In a Kerberized cluster, you &lt;STRONG&gt;MUST &lt;/STRONG&gt;add the below parameter &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;spark.sql.hive.hiveserver2.jdbc.url.principal = $hiveS2@REALM&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;The above principle you can either copy it from  Advanced hive-site hive.server2.authentication.kerberos.principal or get by &lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;$ klist -kt /etc/security/keytabs/hiveserver2.service.keytab&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Please check the correct HS2 &lt;/EM&gt;keytab&lt;EM&gt; in  &lt;/EM&gt;&lt;B&gt;/etc/security/keytabs/ &lt;/B&gt; &lt;EM&gt;that should resolve the issue.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 01:40:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241430#M203233</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-28T01:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241431#M203234</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I had already defined spark.sql.hive.hiveserver2.jdbc.url.principal=hive/_HOST@TEST.COM in configuration.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 15:18:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241431#M203234</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-28T15:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241432#M203235</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/232021/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;What do you mean by "&lt;STRONG&gt;After restart spark service, hive-site.xml to original xml file.&lt;/STRONG&gt;"  Make sure all changes are made through Ambari otherwise it will be overwritten!&lt;BR /&gt;Can you give latest status ...&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 17:53:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241432#M203235</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-28T17:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241433#M203236</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1852/subhashparise36.html" nodeid="1852"&gt;@subhash parise&lt;/A&gt; &lt;/P&gt;&lt;P&gt;i have also tried spark-shell --conf spark.sql.hive.hiveserver2.jdbc.url="jdbc:hive2://************************:10000/" spark.datasource.hive.warehouse.load.staging.dir="/tmp" spark.hadoop.hive.zookeeper.quorum="ip.************:2181" --jars /usr/hdp/current/hive_warehouse_connector/hive-warehouse-connector-assembly-1.0.0.3.0.0.0-1634.jar&lt;/P&gt;&lt;P&gt;but same result. Only Default database is visible.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 19:12:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241433#M203236</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-28T19:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241434#M203237</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;P&gt;I had copied manually /etc/hive/conf/hive-site.xml to /etc/spark2/conf/ and restarted spark service. After restart /etc/spark2/conf/hive-site.xml changed to previous hive-site.xml which i had replaced.&lt;/P&gt;&lt;P&gt;Latest status is, still not able to see hive database by spark. even i have also added below properties in spark configuration:&lt;/P&gt;&lt;P&gt;spark.sql.hive.hiveserver2.jdbc.url.principal&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.zookeeper.quorum&lt;/P&gt;&lt;P&gt;spark.hadoop.hive.llap.daemon.service.hosts&lt;/P&gt;&lt;P&gt;spark.datasource.hive.warehouse.load.staging.dir&lt;/P&gt;&lt;P&gt;spark.datasource.hive.warehouse.metastoreUri&lt;/P&gt;&lt;P&gt;spark.sql.hive.hiveserver2.jdbc.url&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 19:18:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241434#M203237</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2018-12-28T19:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241435#M203238</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/232021/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Can you install hive,spark clients on the hive/Spark nodes?&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Dec 2018 19:14:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241435#M203238</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2018-12-31T19:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241436#M203239</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;&lt;/A&gt;Hive and spark client has already installed on hive and spark node.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 13:31:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241436#M203239</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2019-01-02T13:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241437#M203240</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Could you please confirm do we really need to enable Interactive query? because after enable Interactive query, i'm unable to start interactive query service. Below are the logs:&lt;/P&gt;&lt;P&gt;2019-01-02T08:36:41,455  WARN [main] cli.LlapStatusServiceDriver: Watch mode enabled and got YARN error. Retrying..
2019-01-02T08:36:43,462  WARN [main] cli.LlapStatusServiceDriver: Watch mode enabled and got YARN error. Retrying..
2019-01-02T08:36:45,469  WARN [main] cli.LlapStatusServiceDriver: Watch mode enabled and got YARN error. Retrying..
2019-01-02T08:36:47,476  INFO [main] LlapStatusServiceDriverConsole: LLAP status unknown&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:37:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241437#M203240</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2019-01-02T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241438#M203241</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.hortonworks.com/questions/232021/@Vinay"&gt;@Vinay&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Yes, you need to enable Interactive query. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Did you follow these steps  &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.1/performance-tuning/content/hive_setting_up_llap.html" target="_blank"&gt; LLAP &amp;amp; Interactive query&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Remember also to enable YARN pre-emption via YARN config&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;HTH&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 19:49:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241438#M203241</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2019-01-02T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spark unable to connect Hive database in HDP 3.0.1</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241439#M203242</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1271/sheltong.html" nodeid="1271"&gt;@Geoffrey Shelton Okot&lt;/A&gt;&lt;P&gt;Ohh. I did not enable the pre-emption via yarn config, It is only point which is pending. Rest of part, i have completed.&lt;/P&gt;&lt;P&gt;let me check with enable yarn pre-emption. Will update you once done it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 22:24:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Spark-unable-to-connect-Hive-database-in-HDP-3-0-1/m-p/241439#M203242</guid>
      <dc:creator>vinayk</dc:creator>
      <dc:date>2019-01-02T22:24:44Z</dc:date>
    </item>
  </channel>
</rss>

