HBASE-25609 There is a problem with the SPLITS_FILE in the HBase shell statement(#2992)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
申胜利 2021-03-07 22:01:01 +08:00 committed by GitHub
parent 9b0485fb98
commit 190c253c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ module Hbase
File.foreach(splits_file) do |line|
arg[SPLITS].push(line.chomp)
end
tdb.setValue(SPLITS_FILE, arg[SPLITS_FILE])
tdb.setValue(SPLITS_FILE, splits_file)
end
if arg.key?(SPLITS)