You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/05/31 05:06:00 UTC

[jira] [Work logged] (HIVE-24884) Move top level dump metadata content to be in JSON format

     [ https://issues.apache.org/jira/browse/HIVE-24884?focusedWorklogId=603954&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-603954 ]

ASF GitHub Bot logged work on HIVE-24884:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/May/21 05:05
            Start Date: 31/May/21 05:05
    Worklog Time Spent: 10m 
      Work Description: aasha commented on a change in pull request #2072:
URL: https://github.com/apache/hive/pull/2072#discussion_r642211557



##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/DumpMetaData.java
##########
@@ -17,6 +17,11 @@
  */
 package org.apache.hadoop.hive.ql.parse.repl.load;
 
+import com.fasterxml.jackson.annotation.JsonIgnore;

Review comment:
       should we create a separate class for dump metadata v2?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 603954)
    Time Spent: 20m  (was: 10m)

> Move top level dump metadata content to be in JSON format
> ---------------------------------------------------------
>
>                 Key: HIVE-24884
>                 URL: https://issues.apache.org/jira/browse/HIVE-24884
>             Project: Hive
>          Issue Type: Task
>            Reporter: Pravin Sinha
>            Assignee: Pravin Sinha
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {color:#172b4d}The current content for _dumpmetadata file is TAB separated. This is not very flexible for extension. A more flexible format like JSON based content would be helpful for extending the content.{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)