HADOOP-14909. Fix the word of erasure encoding in the top page. Contributed by Takanobu Asanuma.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/373d0a51 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/373d0a51 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/373d0a51 Branch: refs/heads/HDFS-9806 Commit: 373d0a51955cabff77e934a28ba2de308207374a Parents: 8aca46e Author: Andrew Wang <[email protected]> Authored: Fri Sep 29 13:34:36 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Fri Sep 29 13:34:36 2017 -0700 ---------------------------------------------------------------------- hadoop-project/src/site/markdown/index.md.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/373d0a51/hadoop-project/src/site/markdown/index.md.vm ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/markdown/index.md.vm b/hadoop-project/src/site/markdown/index.md.vm index d9443d6..1526f59 100644 --- a/hadoop-project/src/site/markdown/index.md.vm +++ b/hadoop-project/src/site/markdown/index.md.vm @@ -34,7 +34,7 @@ Minimum required Java version increased from Java 7 to Java 8 All Hadoop JARs are now compiled targeting a runtime version of Java 8. Users still using Java 7 or below must upgrade to Java 8. -Support for erasure encoding in HDFS +Support for erasure coding in HDFS ------------------ Erasure coding is a method for durably storing data with significant space --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
