YARN-4219. addendum patch to fix javadoc errors

(cherry picked from commit 09d831c95b)
This commit is contained in:
Rohith Sharma K S 2016-01-29 11:51:47 +05:30
parent dc65479fc0
commit 0466743afb
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ import java.util.Map;
* There are two partitions of the key space. One partition is to store a * There are two partitions of the key space. One partition is to store a
* entity id to start time mapping: * entity id to start time mapping:
* *
* i!ENTITY_ID!ENTITY_TYPE -> ENTITY_START_TIME * i!ENTITY_ID!ENTITY_TYPE to ENTITY_START_TIME
* *
* The other partition is to store the actual data: * The other partition is to store the actual data:
* *
* e!START_TIME!ENTITY_ID!ENTITY_TYPE -> ENTITY_BYTES * e!START_TIME!ENTITY_ID!ENTITY_TYPE to ENTITY_BYTES
* *
* This storage does not have any garbage collection mechanism, and is designed * This storage does not have any garbage collection mechanism, and is designed
* mainly for caching usages. * mainly for caching usages.