HADOOP-14208. Fix typo in the top page in branch-2.8

This closes #230

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
wenxin he 2017-06-07 14:56:25 +08:00 committed by Akira Ajisaka
parent 01b6c6c3b2
commit 2c12102edd
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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