You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "slim bouguerra (JIRA)" <ji...@apache.org> on 2018/03/28 03:20:00 UTC

[jira] [Assigned] (HIVE-18197) Fix issue with wrong segments identifier usage.

     [ https://issues.apache.org/jira/browse/HIVE-18197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

slim bouguerra reassigned HIVE-18197:
-------------------------------------

    Assignee: slim bouguerra

> Fix issue with wrong segments identifier usage.
> -----------------------------------------------
>
>                 Key: HIVE-18197
>                 URL: https://issues.apache.org/jira/browse/HIVE-18197
>             Project: Hive
>          Issue Type: Bug
>          Components: Druid integration
>            Reporter: slim bouguerra
>            Assignee: slim bouguerra
>            Priority: Major
>
> We have 2 different issues, that can make checking of load status fail for druid segments.
> issues are due to usage of wrong segment identifier at couple of locations.
> # We are construction the segment identifier with UTC timezone, which can be wrong if the segments we built in a different timezone. The way to fix this is to use the segment identifier instead of re-making it at the client side.
> # We are using outdate segments identifiers for the INSERT INTO case. The way to fix this is to use the segment metadata produced by the metadata commit phase.



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