jdbc:hive2://> repl dump src with ( . . .> 'hive.repl.dump.version'= '2', . . .> 'hive.repl.rootdir'= 'hdfs://<host>:<port>/user/replDir/d1' . . .> ); Done! jdbc:hive2://> repl load src into tgt with ( . . .> 'hive.repl.rootdir'= 'hdfs://<host>:<port>/user/replDir/d1' . . .> ); Done!