This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 5d6ca13c5cf HDFS-16983. Fix concat operation doesn't honor dfs.permissions.enabled (#5561). Contributed by caozhiqiang. add d9980ab40ff HDFS-17029. Support getECPolices API in WebHDFS (#5698). Contributed by Hualong Zhang. No new revisions were added by this update. Summary of changes: .../org/apache/hadoop/hdfs/web/JsonUtilClient.java | 32 ++++++++++ .../apache/hadoop/hdfs/web/WebHdfsFileSystem.java | 14 +++++ .../hadoop/hdfs/web/resources/GetOpParam.java | 1 + .../web/resources/NamenodeWebHdfsMethods.java | 6 ++ .../java/org/apache/hadoop/hdfs/web/JsonUtil.java | 23 ++++++++ .../hadoop-hdfs/src/site/markdown/WebHDFS.md | 68 ++++++++++++++++++++++ .../org/apache/hadoop/hdfs/web/TestWebHDFS.java | 27 +++++++++ 7 files changed, 171 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org