Repository: hadoop Updated Branches: refs/heads/branch-2 ddc22bbcb -> 4fe28a644
HDFS-9682. Fix a typo "aplication" in HttpFS document. Contributed by Weiwei yang. (cherry picked from commit 683163468219107afb57a002f2cf2a369442171d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4fe28a64 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4fe28a64 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4fe28a64 Branch: refs/heads/branch-2 Commit: 4fe28a644e77a59968a1bed6fdae175cd43ae14d Parents: ddc22bb Author: Akira Ajisaka <[email protected]> Authored: Fri Jan 22 20:12:18 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Fri Jan 22 20:12:39 2016 +0900 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md | 2 +- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4fe28a64/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md index 091558b..6da32f6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/site/markdown/index.md @@ -23,7 +23,7 @@ HttpFS can be used to access data in HDFS on a cluster behind of a firewall (the HttpFS can be used to access data in HDFS using HTTP utilities (such as curl and wget) and HTTP libraries Perl from other languages than Java. -The **webhdfs** client FileSytem implementation can be used to access HttpFS using the Hadoop filesystem command (`hadoop fs`) line tool as well as from Java aplications using the Hadoop FileSystem Java API. +The **webhdfs** client FileSytem implementation can be used to access HttpFS using the Hadoop filesystem command (`hadoop fs`) line tool as well as from Java applications using the Hadoop FileSystem Java API. HttpFS has built-in security supporting Hadoop pseudo authentication and HTTP SPNEGO Kerberos and other pluggable authentication mechanims. It also provides Hadoop proxy user support. http://git-wip-us.apache.org/repos/asf/hadoop/blob/4fe28a64/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 49df310..eebe97f 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -1736,6 +1736,9 @@ Release 2.8.0 - UNRELEASED HDFS-6054. MiniQJMHACluster should not use static port to avoid binding failure in unit test. (Yongjun Zhang) + HDFS-9682. Fix a typo "aplication" in HttpFS document. + (Weiwei Yang via aajisaka) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES
