You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2020/06/15 12:51:00 UTC

[jira] [Comment Edited] (HIVE-23516) Store hive replication policy execution metrics in the relational DB

    [ https://issues.apache.org/jira/browse/HIVE-23516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135825#comment-17135825 ] 

Peter Vary edited comment on HIVE-23516 at 6/15/20, 12:50 PM:
--------------------------------------------------------------

[~anishek], [~aasha], [~pkumarsinha]: When I was trying to run the mysql schema create script:
* https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/sql/mysql/hive-schema-4.0.0.mysql.sql#L1245

It had a problem with the following lines:
{code}
--Create table replication metrics
[..]
--Create indexes for the replication metrics table
{code}

We need to add an extra space, like:
{code}
-- Create table replication metrics
[..]
-- Create indexes for the replication metrics table
{code}

Thanks,
Peter


was (Author: pvary):
[~anishek], [~aasha], [~pkumarsinha]: When I was trying to run the mysql schema create script:
* https://github.com/apache/hive/blob/master/standalone-metastore/metastore-server/src/main/sql/mysql/hive-schema-4.0.0.mysql.sql#L1245

It had a problem with the following lines:
{code}
--Create table replication metrics
[..]
--Create indexes for the replication metrics table
{code}

We need to add an extra space, like:
{code}
-- Create table replication metrics
[..]
-- Create indexes for the replication metrics table
{code}


> Store hive replication policy execution metrics in the relational DB
> --------------------------------------------------------------------
>
>                 Key: HIVE-23516
>                 URL: https://issues.apache.org/jira/browse/HIVE-23516
>             Project: Hive
>          Issue Type: Task
>            Reporter: Aasha Medhi
>            Assignee: Aasha Medhi
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-23516.01.patch, HIVE-23516.02.patch, HIVE-23516.03.patch, HIVE-23516.04.patch, HIVE-23516.05.patch, HIVE-23516.06.patch, HIVE-23516.07.patch, HIVE-23516.08.patch, HIVE-23516.09.patch, HIVE-23516.10.patch, HIVE-23516.11.patch, HIVE-23516.12.patch, HIVE-23516.13.patch, HIVE-23516.14.patch, HIVE-23516.15.patch, HIVE-23516.16.patch, HIVE-23516.17.patch, HIVE-23516.18.patch, HIVE-23516.19.patch, HIVE-23516.20.patch, HIVE-23516.21.patch, HIVE-23516.22.patch, HIVE-23516.23.patch, HIVE-23516.24.patch, HIVE-23516.25.patch, HIVE-23516.26.patch, HIVE-23516.27.patch, HIVE-23516.28.patch, HIVE-23516.29.patch, HIVE-23516.30.patch, HIVE-23516.31.patch, HIVE-23516.32.patch, HIVE-23516.33.patch, HIVE-23516.34.patch, Replication Metrics.pdf
>
>          Time Spent: 9h 20m
>  Remaining Estimate: 0h
>
> Details documented in the attached doc



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