[
https://issues.apache.org/jira/browse/HIVE-7901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115734#comment-14115734
]
Hive QA commented on HIVE-7901:
-------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12665374/hive-7901.01.patch
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6127 tests executed
*Failed tests:*
{noformat}
org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes
org.apache.hive.service.TestHS2ImpersonationWithRemoteMS.testImpersonation
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/564/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/564/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-564/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12665374
> 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.2#6252)