<?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: While accessing hive tables getting cant find schema error in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107562#M70420</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2690/er-gurjinder.html" nodeid="2690"&gt;@Gurjinder Singh&lt;/A&gt; Make sure you have a table in Hive named 'emp1' in the 'default' database.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2016 21:16:42 GMT</pubDate>
    <dc:creator>rich1</dc:creator>
    <dc:date>2016-03-03T21:16:42Z</dc:date>
    <item>
      <title>While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107561#M70419</link>
      <description>&lt;P&gt;grunt&amp;gt; A = load 'emp1' Using org.apache.hive.hcatalog.pig.HCatLoader();
2016-03-04 00:31:02,232 [main] INFO  org.apache.hadoop.conf.Configuration.deprecation - fs.default.name is deprecated. Instead, use fs.defaultFS
2016-03-04 00:31:02,411 [main] INFO  org.apache.hadoop.hive.metastore.HiveMetaStore - 0: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore
2016-03-04 00:31:02,413 [main] INFO  org.apache.hadoop.hive.metastore.ObjectStore - ObjectStore, initialize called
2016-03-04 00:31:02,417 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2245: Cannot get schema from loadFunc org.apache.hive.hcatalog.pig.HCatLoader
Details at logfile: /usr/lib/hive-0.13.1-bin/hcatalog/pig_1457031005634.log&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 13:33:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107561#M70419</guid>
      <dc:creator>er_gurjinder</dc:creator>
      <dc:date>2016-03-03T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107562#M70420</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2690/er-gurjinder.html" nodeid="2690"&gt;@Gurjinder Singh&lt;/A&gt; Make sure you have a table in Hive named 'emp1' in the 'default' database.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2016 21:16:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107562#M70420</guid>
      <dc:creator>rich1</dc:creator>
      <dc:date>2016-03-03T21:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107563#M70421</link>
      <description>&lt;P&gt;Rich, even if emp1 in default database it would be giving error. I received the same error for below command.&lt;/P&gt;&lt;P&gt;A = Load 'orders_manage1' USING org.apache.hive.hcatalog.pig.HCatLoader();&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2016 18:55:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107563#M70421</guid>
      <dc:creator>praphul_agarwal</dc:creator>
      <dc:date>2016-07-10T18:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107564#M70422</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11744/praphulagarwal.html" nodeid="11744"&gt;@Praphul Agarwal&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/2690/er-gurjinder.html" nodeid="2690"&gt;@Gurjinder Singh&lt;/A&gt; - Here are the steps&lt;/P&gt;&lt;P&gt;1) Add the hive connection property in pig properties - PIG_OPTS=-Dhive.metastore.uris=thrift://localhost:10000&lt;/P&gt;&lt;P&gt;2) restart hiveserver, hivemetastore and pig services&lt;/P&gt;&lt;P&gt;3) create a pig script with the load statement 'using org.apache.hive.hcatalog.pig.HCatLoader();'&lt;/P&gt;&lt;P&gt;4) run the pig script - pig -useHCatalog 'pigscript'&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 23:06:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107564#M70422</guid>
      <dc:creator>vsithannan</dc:creator>
      <dc:date>2016-07-26T23:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107565#M70423</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11766/vsithannan.html" nodeid="11766"&gt;@vsithannan&lt;/A&gt; &lt;/P&gt;&lt;P&gt;"PIG_OPTS=-Dhive.metastore.uris=thrift://localhost:10000 "&lt;/P&gt;&lt;P&gt;This localhost number depends on hive-site.xml or separately we have to defile mine is&lt;/P&gt;&lt;P&gt;&amp;lt;property&amp;gt;
 &amp;lt;name&amp;gt;hive.metastore.uris&amp;lt;/name&amp;gt;
 &amp;lt;value&amp;gt;thrift://localhost:9083&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;can you  please help me &lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 20:48:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107565#M70423</guid>
      <dc:creator>sanyog_tiwari31</dc:creator>
      <dc:date>2017-02-07T20:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: While accessing hive tables getting cant find schema error</title>
      <link>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107566#M70424</link>
      <description>&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/12188-log-file.txt"&gt;log-file.txt&lt;/A&gt;&lt;P&gt;This my log file while i was trying to get data from hive&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 20:50:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/While-accessing-hive-tables-getting-cant-find-schema-error/m-p/107566#M70424</guid>
      <dc:creator>sanyog_tiwari31</dc:creator>
      <dc:date>2017-02-07T20:50:59Z</dc:date>
    </item>
  </channel>
</rss>

