首先要Hadoop版本支持,其次要配置hdfs-site.xml文件:
<property>
    <name>dfs.support.append</name>
    <value>true</value>
</property>
首先要Hadoop版本支持,其次要配置hdfs-site.xml文件:
<property>
    <name>dfs.support.append</name>
    <value>true</value>
</property>