[
https://issues.apache.org/jira/browse/HIVE-21268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767898#comment-16767898
]
anishek commented on HIVE-21268:
--------------------------------
yeh there is no table level dump support for now, so if only db level repl is
provided then the dump_dir will be corresponding to the state of the db and
hence no table info. the full db,table,dir,last_repl,id is good only if there
is single table in that dump.
> 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
> Priority: Major
>
> {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)