<?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: unable to upload files to hdfs in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33659#M9794</link>
    <description>&lt;P&gt;Thanks for pointing out.&lt;BR /&gt;Namenode contain following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;error: java.io.IOException: Append is not supported. Please see the dfs.support.append configuration parameter
java.io.IOException: Append is not supported. Please see the dfs.support.append configuration parameter
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFile(FSNamesystem.java:1781)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.append(NameNode.java:725)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:587)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1432)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1428)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1190)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1426)&lt;/PRE&gt;&lt;P&gt;I've set "&lt;SPAN&gt;dfs.support.append" to true and restarted cluster and tried again to upload file but still error is there.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 31 Oct 2015 17:44:08 GMT</pubDate>
    <dc:creator>dhruvkapatel</dc:creator>
    <dc:date>2015-10-31T17:44:08Z</dc:date>
    <item>
      <title>unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33650#M9792</link>
      <description>&lt;P&gt;When i try to upload files to HDFS it shows "Error:undefined". Howerver from terminal i can upload files successfully.&lt;BR /&gt;Is there any permission issue?&lt;BR /&gt;I've set in core-site.xml&lt;/P&gt;&lt;DIV class="line number1 index0 alt2"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hadoop.proxyuser.hue.hosts&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hadoop.proxyuser.hue.groups&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;&lt;DIV class="line number8 index7 alt1"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:56:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33650#M9792</guid>
      <dc:creator>dhruvkapatel</dc:creator>
      <dc:date>2026-04-21T13:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33654#M9793</link>
      <description>Do you see any error on the /logs page of Hue afterwards?&lt;BR /&gt;Same for the NameNode logs?&lt;BR /&gt;&lt;BR /&gt;Romain&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Oct 2015 15:54:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33654#M9793</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-10-31T15:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33659#M9794</link>
      <description>&lt;P&gt;Thanks for pointing out.&lt;BR /&gt;Namenode contain following error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;error: java.io.IOException: Append is not supported. Please see the dfs.support.append configuration parameter
java.io.IOException: Append is not supported. Please see the dfs.support.append configuration parameter
	at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.appendFile(FSNamesystem.java:1781)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.append(NameNode.java:725)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:587)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1432)
	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1428)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:415)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1190)
	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1426)&lt;/PRE&gt;&lt;P&gt;I've set "&lt;SPAN&gt;dfs.support.append" to true and restarted cluster and tried again to upload file but still error is there.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 17:44:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33659#M9794</guid>
      <dc:creator>dhruvkapatel</dc:creator>
      <dc:date>2015-10-31T17:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33775#M9795</link>
      <description>Does the user you're logged with in HUE has write permission in the directory where you try to "upload the file" ?&lt;BR /&gt;&lt;BR /&gt;Do you try to upload a file that already exists in the directory ?&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Nov 2015 14:57:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33775#M9795</guid>
      <dc:creator>mathieu.d</dc:creator>
      <dc:date>2015-11-04T14:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33890#M9796</link>
      <description>&lt;P&gt;Rightnow permission is&amp;nbsp;drwxr-xr-x and owner is hadoop user. As 3rd group is x only other users(hue) have only execute permission.&lt;BR /&gt;i've tried to change using hadoop fs -chmod 777 but there is no effect on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually i have different superuser for hadoop and hue.&lt;BR /&gt;How to solve this issue ?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 06:22:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33890#M9796</guid>
      <dc:creator>dhruvkapatel</dc:creator>
      <dc:date>2015-11-07T06:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33931#M9797</link>
      <description>&lt;P&gt;Hey everyone!&lt;BR /&gt;&lt;BR /&gt;I've fixed this issue by setting "dfs.support.broken.append" to true in hdfs-site.xml.&lt;/P&gt;&lt;P&gt;&lt;A href="http://hadoop.apache.org/docs/r1.2.1/releasenotes.html" target="_self"&gt;http://hadoop.apache.org/docs/r1.2.1/releasenotes.html&lt;/A&gt;&lt;BR /&gt;As hadoop 1.2.1 release&amp;nbsp;dfs.support.append not supported in 1.x versions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2015 05:28:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33931#M9797</guid>
      <dc:creator>dhruvkapatel</dc:creator>
      <dc:date>2015-11-09T05:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: unable to upload files to hdfs</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33952#M9798</link>
      <description>Thanks for the tip!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Nov 2015 19:37:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/unable-to-upload-files-to-hdfs/m-p/33952#M9798</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-11-09T19:37:56Z</dc:date>
    </item>
  </channel>
</rss>

