HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao)
This commit is contained in:
parent
454389a4b7
commit
c55ecba071
|
@ -242,6 +242,7 @@ module Hbase
|
|||
File.foreach(splits_file) do |line|
|
||||
arg[SPLITS].push(line.strip())
|
||||
end
|
||||
htd.setValue(SPLITS_FILE, arg[SPLITS_FILE])
|
||||
end
|
||||
|
||||
if arg.has_key?(SPLITS)
|
||||
|
|
Loading…
Reference in New Issue