<?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: Hive view unable to upload table  E090 HDFS020 Could not write file in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108580#M50626</link>
    <description>&lt;P&gt;Issue is related to hadoop.proxyuser.&amp;lt;user_name&amp;gt;.hosts and hadoop.proxyuser.&amp;lt;user_name&amp;gt;.groups configurations from core-site under HDFS configs, for all properties hadoop.proxyuser.&amp;lt;user_name&amp;gt;.hosts changed values to * and it will worked.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Aug 2017 20:30:44 GMT</pubDate>
    <dc:creator>kharade_ajay</dc:creator>
    <dc:date>2017-08-23T20:30:44Z</dc:date>
    <item>
      <title>Hive view unable to upload table  E090 HDFS020 Could not write file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108576#M50622</link>
      <description>&lt;P&gt;Why I can't upload a table to hive view? When I try to upload, it throws the next fail: &lt;/P&gt;&lt;PRE&gt;E090 HDFS020 Could not write file /user/admin/hive/jobs/hive-job-11-2017-01-03_06-05/query.hql [HdfsApiException]&lt;/PRE&gt;&lt;P&gt;I have all the permission on the HDFS Custom core-site:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11008-custom-coresite.png" style="width: 675px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23409iF71A0EE7D4D5AD70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11008-custom-coresite.png" alt="11008-custom-coresite.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" /&gt;&lt;/P&gt;&lt;P&gt;But when I try to upload I see the next:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11009-exception.png" style="width: 867px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23410i8FDD29B6A8251501/image-size/medium?v=v2&amp;amp;px=400" role="button" title="11009-exception.png" alt="11009-exception.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am using Centos7, with Ambari HDP. My firewalld is disabled. Could be Selinux?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:38:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108576#M50622</guid>
      <dc:creator>asierga95</dc:creator>
      <dc:date>2019-08-19T11:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hive view unable to upload table  E090 HDFS020 Could not write file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108577#M50623</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15197/asierga95.html" nodeid="15197"&gt;@Asier Gomez&lt;/A&gt;&lt;P&gt;Click on the exception and share the complete stack trace. In most case, issue is related to hadoop.proxyuser.&amp;lt;user_name&amp;gt;.hosts and hadoop.proxyuser.&amp;lt;user_name&amp;gt;.groups configurations from core-site under HDFS configs.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:57:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108577#M50623</guid>
      <dc:creator>ssubhas</dc:creator>
      <dc:date>2017-01-03T17:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hive view unable to upload table  E090 HDFS020 Could not write file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108578#M50624</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/15197/asierga95.html" nodeid="15197"&gt;@Asier Gomez&lt;/A&gt;&lt;P&gt;Adding to my previous reply, check if the directory /user/admin exists under HDFS. If not, do the following:&lt;/P&gt;&lt;P&gt;su - hdfs&lt;/P&gt;&lt;P&gt;hdfs dfs -mkdir /user/admin&lt;/P&gt;&lt;P&gt;hdfs dfs -chown -R admin:hdfs /user/admin&lt;/P&gt;&lt;P&gt;Then, try running the query again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 17:59:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108578#M50624</guid>
      <dc:creator>ssubhas</dc:creator>
      <dc:date>2017-01-03T17:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hive view unable to upload table  E090 HDFS020 Could not write file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108579#M50625</link>
      <description>&lt;P&gt;Really thanks it works great!!!:)&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2017 18:10:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108579#M50625</guid>
      <dc:creator>asierga95</dc:creator>
      <dc:date>2017-01-03T18:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Hive view unable to upload table  E090 HDFS020 Could not write file</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108580#M50626</link>
      <description>&lt;P&gt;Issue is related to hadoop.proxyuser.&amp;lt;user_name&amp;gt;.hosts and hadoop.proxyuser.&amp;lt;user_name&amp;gt;.groups configurations from core-site under HDFS configs, for all properties hadoop.proxyuser.&amp;lt;user_name&amp;gt;.hosts changed values to * and it will worked.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 20:30:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-view-unable-to-upload-table-E090-HDFS020-Could-not/m-p/108580#M50626</guid>
      <dc:creator>kharade_ajay</dc:creator>
      <dc:date>2017-08-23T20:30:44Z</dc:date>
    </item>
  </channel>
</rss>

