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:
parent
9b0485fb98
commit
190c253c4e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue