[
https://issues.apache.org/jira/browse/HIVE-7688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14096432#comment-14096432
]
Navis commented on HIVE-7688:
-----------------------------
Looks like owner is not set in anywhere. DDLTask uses,
{noformat}
database.setOwnerName(SessionState.getUserFromAuthenticator());
database.setOwnerType(PrincipalType.USER);
{noformat}
> Database made by HCatalog has no owner name
> -------------------------------------------
>
> Key: HIVE-7688
> URL: https://issues.apache.org/jira/browse/HIVE-7688
> Project: Hive
> Issue Type: Bug
> Components: HCatalog
> Affects Versions: 0.13.1
> Reporter: JongWon Park
> Priority: Minor
> Attachments: HIVE-7688.patch
>
>
> Database made by HCatalog has no owner name field. Therefore every owner name
> of database made by HCatalog is null. It should can set owner name.
--
This message was sent by Atlassian JIRA
(v6.2#6252)