Skip to content

Commit

Permalink
HBASE-27171 Fix Annotation Error in HRegionFileSystem (apache#4588)
Browse files Browse the repository at this point in the history
Co-authored-by: Tang Tianhang <tianhang.tang@shopee.com>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit 6031a3a)
(cherry picked from commit c725dc9)
Change-Id: I79b053712ab63dc26f79094f5e3f1b44ac5201a9
  • Loading branch information
2 people authored and Jenkins committed Jul 16, 2022
1 parent 538bb0f commit 6a2b4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Path createStoreDir(final String familyName) throws IOException {
* <br>
* See {@link org.apache.hadoop.hdfs.protocol.HdfsConstants} for more details.
* @param familyName The name of column family.
* @param policyName The name of the storage policy: 'HOT', 'COLD', etc. See see hadoop 2.6+
* @param policyName The name of the storage policy: 'HOT', 'COLD', etc. See hadoop 2.6+
* org.apache.hadoop.hdfs.protocol.HdfsConstants for possible list e.g 'COLD',
* 'WARM', 'HOT', 'ONE_SSD', 'ALL_SSD', 'LAZY_PERSIST'.
*/
Expand Down

0 comments on commit 6a2b4d5

Please sign in to comment.