[
https://issues.apache.org/jira/browse/HIVE-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14007725#comment-14007725
]
Hive QA commented on HIVE-7114:
-------------------------------
{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/12646405/HIVE-7114.1.patch
{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 5458 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimal
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalX
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalXY
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/273/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-Build/273/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-Build-273/
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: 4 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12646405
> Extra Tez session is started during HiveServer2 startup
> -------------------------------------------------------
>
> Key: HIVE-7114
> URL: https://issues.apache.org/jira/browse/HIVE-7114
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2, Tez
> Affects Versions: 0.13.0
> Reporter: Deepesh Khandelwal
> Assignee: Thejas M Nair
> Attachments: HIVE-7114.1.patch
>
>
> When starting the HiveServer2 we are seeing an extra Tez AM launched.
> This is where it is getting created .
> {noformat}
> 2014-05-09 23:11:22,261 INFO [main]: metastore.HiveMetaStore
> (HiveMetaStore.java:addAdminUsers(588)) - No user is added in admin role,
> since config is empty
> java.lang.Exception: Opening session
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:134)
> at
> org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(TezSessionState.java:119)
> at
> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:356)
> at
> org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:292)
> at
> org.apache.hive.service.cli.session.SessionManager.applyAuthorizationConfigPolicy(SessionManager.java:88)
> at
> org.apache.hive.service.cli.session.SessionManager.init(SessionManager.java:63)
> at
> org.apache.hive.service.CompositeService.init(CompositeService.java:59)
> at org.apache.hive.service.cli.CLIService.init(CLIService.java:110)
> at
> org.apache.hive.service.CompositeService.init(CompositeService.java:59)
> at
> org.apache.hive.service.server.HiveServer2.init(HiveServer2.java:68)
> at
> org.apache.hive.service.server.HiveServer2.startHiveServer2(HiveServer2.java:100)
> at
> org.apache.hive.service.server.HiveServer2.main(HiveServer2.java:149)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)