Skip to content

Commit 190c253

Browse files
authored
HBASE-25609 There is a problem with the SPLITS_FILE in the HBase shell statement(#2992)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
1 parent 9b0485f commit 190c253

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hbase-shell/src/main/ruby/hbase/admin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def create(table_name, *args)
534534
File.foreach(splits_file) do |line|
535535
arg[SPLITS].push(line.chomp)
536536
end
537-
tdb.setValue(SPLITS_FILE, arg[SPLITS_FILE])
537+
tdb.setValue(SPLITS_FILE, splits_file)
538538
end
539539

540540
if arg.key?(SPLITS)

0 commit comments

Comments
 (0)