HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw)
This commit is contained in:
parent
d411460e0d
commit
5c93ca2f3c
|
@ -64,7 +64,7 @@ Hadoop HDFS over HTTP - Documentation Sets ${project.version}
|
||||||
|
|
||||||
HttpFS was inspired by Hadoop HDFS proxy.
|
HttpFS was inspired by Hadoop HDFS proxy.
|
||||||
|
|
||||||
HttpFS can be seening as a full rewrite of Hadoop HDFS proxy.
|
HttpFS can be seen as a full rewrite of Hadoop HDFS proxy.
|
||||||
|
|
||||||
Hadoop HDFS proxy provides a subset of file system operations (read only),
|
Hadoop HDFS proxy provides a subset of file system operations (read only),
|
||||||
HttpFS provides support for all file system operations.
|
HttpFS provides support for all file system operations.
|
||||||
|
|
|
@ -775,6 +775,8 @@ Release 2.7.0 - UNRELEASED
|
||||||
causes the fsvolume reference being released incorrectly. (Lei Xu via
|
causes the fsvolume reference being released incorrectly. (Lei Xu via
|
||||||
yliu)
|
yliu)
|
||||||
|
|
||||||
|
HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw)
|
||||||
|
|
||||||
Release 2.6.1 - UNRELEASED
|
Release 2.6.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue