[ https://issues.apache.org/jira/browse/HIVE-7901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14118905#comment-14118905 ]
Sushanth Sowmyan commented on HIVE-7901: ---------------------------------------- I've committed it, but JIRA was having issues that prevented me from marking as resolved. -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You. > CLONE - pig -useHCatalog with embedded metastore fails to pass command line > args to metastore (org.apache.hive.hcatalog version) > -------------------------------------------------------------------------------------------------------------------------------- > > Key: HIVE-7901 > URL: https://issues.apache.org/jira/browse/HIVE-7901 > Project: Hive > Issue Type: Bug > Components: HCatalog > Affects Versions: 0.14.0 > Reporter: Sushanth Sowmyan > Assignee: Eric Hanson > Attachments: hive-7901.01.patch > > > This fails because the embedded metastore can't connect to the database > because the command line -D arguments passed to pig are not getting passed to > the metastore when the embedded metastore is created. Using > hive.metastore.uris set to the empty string causes creation of an embedded > metastore. > pig -useHCatalog "-Dhive.metastore.uris=" > "-Djavax.jdo.option.ConnectionPassword=AzureSQLDBXYZ" > The goal is to allow a pig job submitted via WebHCat to specify a metastore > to use via job arguments. That is not working because it is not possible to > pass Djavax.jdo.option.ConnectionPassword and other necessary arguments to > the embedded metastore. -- This message was sent by Atlassian JIRA (v6.3.4#6332)