Skip to content

Commit

Permalink
HBASE-27171 Fix Annotation Error in HRegionFileSystem (#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>
  • Loading branch information
thangTang and Tang Tianhang committed Jul 6, 2022
1 parent f3f292f commit 6031a3a
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 6031a3a

Please sign in to comment.