HBASE-11754 [Shell] Record table property SPLITS_FILE in descriptor (chendihao)

This commit is contained in:
Andrew Purtell 2014-08-18 14:50:52 -07:00
parent 454389a4b7
commit c55ecba071
1 changed files with 1 additions and 0 deletions

View File

@ -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)