<?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: sqoop confilt with Hive HA metastore in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/63772#M46748</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´m trying to use sqoop via hue, but i keep getting this error:&lt;/P&gt;&lt;PRE&gt;2018-01-18 08:31:52,353 [main] WARN  org.kitesdk.data.spi.hive.MetaStoreUtil  - Aborting use of local MetaStore. Allow local MetaStore by setting kite.hive.allow-local-metastore=true in HiveConf
2018-01-18 08:31:52,353 [main] ERROR org.apache.sqoop.tool.ImportTool  - Import failed: Missing Hive MetaStore connection URI&lt;/PRE&gt;&lt;P&gt;Its not the same but seems to be quite similar.&lt;/P&gt;&lt;P&gt;The cluster is useing HA for Hive metastore.&lt;/P&gt;&lt;P&gt;I tried to set the Hive metastore uri like this:&lt;/P&gt;&lt;PRE&gt;import -Dhive.metastore.uris=thrift://17.239.167.168:9083 -Dkite.hive.allow-local-metastore=true --connect jdbc:exa:17.239.167.201..205:8563;schema=sks_dp_steuerung --driver com.exasol.jdbc.EXADriver --username sys --password exasol --table dbo_institutspartitionen --hive-import --as-parquetfile --hive-table DBO_INSTITUTSPARTITIONEN --hive-database SKS_DP_STEUERUNG -m 1&lt;/PRE&gt;&lt;P&gt;but it makes no difference.&lt;/P&gt;&lt;P&gt;The Exception tells to set&lt;/P&gt;&lt;PRE&gt;kite.hive.allow-local-metastore=true&lt;/PRE&gt;&lt;P&gt;I tried this via&lt;/P&gt;&lt;PRE&gt;-Dkite.hive.allow-local-metastore=true&lt;/PRE&gt;&lt;P&gt;I have no idea whether this would be the right way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something i might have missed? Or is this really a completely different error?&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2018 08:16:03 GMT</pubDate>
    <dc:creator>HSt</dc:creator>
    <dc:date>2018-01-18T08:16:03Z</dc:date>
    <item>
      <title>sqoop confilt with Hive HA metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47647#M46745</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I met this issue&amp;nbsp;&lt;A href="https://issues.cloudera.org/browse/KITE-762" target="_self"&gt;https://issues.cloudera.org/browse/KITE-762&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Sqoop1 job works if I remove Hive meastore HA and keep only on metastore server.&lt;/P&gt;
&lt;P&gt;How could I disable HA only for sqoop1 client?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:48:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47647#M46745</guid>
      <dc:creator>zhuangmz</dc:creator>
      <dc:date>2022-09-16T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop confilt with Hive HA metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47650#M46746</link>
      <description>You can try to pass an override specifying a singular URI in such a manner:&lt;BR /&gt;&lt;BR /&gt;sqoop import -Dhive.metastore.uris=thrift://only-one-of-your-HMS-host:9083&lt;BR /&gt;…(rest of arguments follow)…&lt;BR /&gt;&lt;BR /&gt;(The override argument via -D must precede all other arguments)&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Nov 2016 14:48:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47650#M46746</guid>
      <dc:creator>Harsh J</dc:creator>
      <dc:date>2016-11-20T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop confilt with Hive HA metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47651#M46747</link>
      <description>Thanks. It works.&lt;BR /&gt;Will this solved in next version of kite?&lt;BR /&gt;</description>
      <pubDate>Sun, 20 Nov 2016 14:56:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/47651#M46747</guid>
      <dc:creator>zhuangmz</dc:creator>
      <dc:date>2016-11-20T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: sqoop confilt with Hive HA metastore</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/63772#M46748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i´m trying to use sqoop via hue, but i keep getting this error:&lt;/P&gt;&lt;PRE&gt;2018-01-18 08:31:52,353 [main] WARN  org.kitesdk.data.spi.hive.MetaStoreUtil  - Aborting use of local MetaStore. Allow local MetaStore by setting kite.hive.allow-local-metastore=true in HiveConf
2018-01-18 08:31:52,353 [main] ERROR org.apache.sqoop.tool.ImportTool  - Import failed: Missing Hive MetaStore connection URI&lt;/PRE&gt;&lt;P&gt;Its not the same but seems to be quite similar.&lt;/P&gt;&lt;P&gt;The cluster is useing HA for Hive metastore.&lt;/P&gt;&lt;P&gt;I tried to set the Hive metastore uri like this:&lt;/P&gt;&lt;PRE&gt;import -Dhive.metastore.uris=thrift://17.239.167.168:9083 -Dkite.hive.allow-local-metastore=true --connect jdbc:exa:17.239.167.201..205:8563;schema=sks_dp_steuerung --driver com.exasol.jdbc.EXADriver --username sys --password exasol --table dbo_institutspartitionen --hive-import --as-parquetfile --hive-table DBO_INSTITUTSPARTITIONEN --hive-database SKS_DP_STEUERUNG -m 1&lt;/PRE&gt;&lt;P&gt;but it makes no difference.&lt;/P&gt;&lt;P&gt;The Exception tells to set&lt;/P&gt;&lt;PRE&gt;kite.hive.allow-local-metastore=true&lt;/PRE&gt;&lt;P&gt;I tried this via&lt;/P&gt;&lt;PRE&gt;-Dkite.hive.allow-local-metastore=true&lt;/PRE&gt;&lt;P&gt;I have no idea whether this would be the right way to do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something i might have missed? Or is this really a completely different error?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:16:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/sqoop-confilt-with-Hive-HA-metastore/m-p/63772#M46748</guid>
      <dc:creator>HSt</dc:creator>
      <dc:date>2018-01-18T08:16:03Z</dc:date>
    </item>
  </channel>
</rss>

