Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14841 Replication - Phase 2
  3. HIVE-16280

Table level REPL LOAD doesn't return a valid dump path.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Cannot Reproduce
    • 2.2.0
    • None
    • repl
    • 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)

      Attachments

        Activity

          People

            sankarh Sankar Hariappan
            sankarh Sankar Hariappan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: