Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
2.2.0
-
None
-
None
Description
REPL load from a table level dump always fails with exception
"SemanticException org.apache.hadoop.hive.ql.parse.SemanticException: org.apache.hadoop.hive.ql.parse.SemanticException: Invalid path".
Either the dump path obtained from DUMP command was incorrect or dump didn't work well.
Steps:
1. REPL dump default.t1;
---------------------------------------+
dump_dir last_repl_id
---------------------------------------+
/tmp/dump/1487588522621 58
---------------------------------------+
2. REPL load repl.t2 from '/tmp/dump/1487588522621';
Error: Error while compiling statement: FAILED: SemanticException org.apache.hadoop.hive.ql.parse.SemanticException: org.apache.hadoop.hive.ql.parse.SemanticException: Invalid path (state=42000,code=40000)