Repository: hadoop Updated Branches: refs/heads/branch-2.8 01b6c6c3b -> 2c12102ed
HADOOP-14208. Fix typo in the top page in branch-2.8 This closes #230 Signed-off-by: Akira Ajisaka <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2c12102e Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2c12102e Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2c12102e Branch: refs/heads/branch-2.8 Commit: 2c12102edd9f909a481fb89cc3f9695cf2ee1e9a Parents: 01b6c6c Author: wenxin he <[email protected]> Authored: Wed Jun 7 14:56:25 2017 +0800 Committer: Akira Ajisaka <[email protected]> Committed: Thu Jun 8 11:36:24 2017 +0900 ---------------------------------------------------------------------- .../hadoop-hdfs/src/site/markdown/ArchivalStorage.md | 2 +- hadoop-project/src/site/markdown/index.md.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c12102e/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md index 0d63d87..4066086 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md +++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/ArchivalStorage.md @@ -87,7 +87,7 @@ Note that the Lazy\_Persist policy is useful only for single replica blocks. For When a file or directory is created, its storage policy is *unspecified*. The storage policy can be specified using the "[`storagepolicies -setStoragePolicy`](#Set_Storage_Policy)" command. The effective storage policy of a file or directory is resolved by the following rules. -1. If the file or directory is specificed with a storage policy, return it. +1. If the file or directory is specified with a storage policy, return it. 2. For an unspecified file or directory, if it is the root directory, return the *default storage policy*. Otherwise, return its parent's effective storage policy. http://git-wip-us.apache.org/repos/asf/hadoop/blob/2c12102e/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 229691e..76d72c1 100644 --- a/hadoop-project/src/site/markdown/index.md.vm +++ b/hadoop-project/src/site/markdown/index.md.vm @@ -79,7 +79,7 @@ Here is a short overview of the major features and improvements. * MAPREDUCE - * Allow node labels get specificed in submitting MR jobs + * Allow node labels get specified in submitting MR jobs * Add a new tool to combine aggregated logs into HAR files --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
