Anthony Hsu created HDFS-8701: --------------------------------- Summary: WebHDFS write commands fail when running multiple DataNodes on one machine Key: HDFS-8701 URL: https://issues.apache.org/jira/browse/HDFS-8701 Project: Hadoop HDFS Issue Type: Bug Reporter: Anthony Hsu
For testing purposes, we are running multiple DataNodes per machine. {{hadoop fs}} commands work fine when using the {{hdfs://}} protocol, but when using {{webhdfs://}}, any command that writes to HDFS (e.g.: {{-put}} or {{-touchz}}) fails: {code} $ hadoop fs -put test.txt webhdfs://<host>:<port>/user/foo put: <machine>-dn-4 {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)