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 137fea8a76
commit cbd21dd9c1
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)