You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2019/02/14 06:26:00 UTC

[jira] [Created] (HIVE-21268) REPL: Repl dump can output - Database, Table, Dir, last_repl_id

Gopal V created HIVE-21268:
------------------------------

             Summary: REPL: Repl dump can output - Database, Table, Dir, last_repl_id
                 Key: HIVE-21268
                 URL: https://issues.apache.org/jira/browse/HIVE-21268
             Project: Hive
          Issue Type: Improvement
            Reporter: Gopal V


{code}
INFO  : Completed executing command(queryId=root_20190214061031_639e3a52-5c62-40be-a3cd-3e0b18b7b41d); Time taken: 0.374 seconds
INFO  : OK
+----------------------------------------------------+---------------+
|                      dump_dir                      | last_repl_id  |
+----------------------------------------------------+---------------+
| /user/root/repl/a74389d0-7cde-4cf4-aa40-3079a98b80a8 | 1104594       |
+----------------------------------------------------+---------------+
1 row selected (0.445 seconds)
{code}

is somewhat hard to associate back to the table name.

The logs a couple of lines above actually print the operation detail.

{code}
INFO  : REPL::TABLE_DUMP: {"dbName":"tpcds_bin_partitioned_orc_1000","tableName":"item","tableType":"MANAGED_TABLE","tablesDumpProgress":"1/38","dumpTime":1550124632}
{code}





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)