You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2015/02/16 23:35:11 UTC

[jira] [Commented] (HIVE-9702) Fix HOS ptest environment

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

Brock Noland commented on HIVE-9702:
------------------------------------

>From http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-730/failed/TestCliDriver-alter_char1.q-serde_reported_schema.q-bucketmapjoin1.q-and-12-more/TEST-TestCliDriver-alter_char1.q-serde_reported_schema.q-bucketmapjoin1.q-and-12-more-TEST-org.apache.hadoop.hive.cli.TestCliDriver.xml

{{The jurisdiction policy files are not signed by a trusted signer!}}

First google hit for that message:
http://stackoverflow.com/questions/9745193/java-lang-securityexception-the-jurisdiction-policy-files-are-not-signed-by-a-t

> Fix HOS ptest environment
> -------------------------
>
>                 Key: HIVE-9702
>                 URL: https://issues.apache.org/jira/browse/HIVE-9702
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Brock Noland
>            Assignee: Sergio Peña
>
> Precommits for HOS are failing.
> e.g. http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/730/testReport/junit/org.apache.hadoop.hive.cli/TestCliDriver/testCliDriver_authorization_4/
> {noformat}
> Begin query: authorization_4.q
> java.lang.NoClassDefFoundError: Could not initialize class javax.crypto.JceSecurity
> 	at javax.crypto.KeyGenerator.nextSpi(KeyGenerator.java:324)
> 	at javax.crypto.KeyGenerator.<init>(KeyGenerator.java:157)
> 	at javax.crypto.KeyGenerator.getInstance(KeyGenerator.java:207)
> 	at org.apache.hadoop.mapreduce.JobSubmitter.submitJobInternal(JobSubmitter.java:473)
> 	at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1296)
> 	at org.apache.hadoop.mapreduce.Job$10.run(Job.java:1293)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:415)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> 	at org.apache.hadoop.mapreduce.Job.submit(Job.java:1293)
> 	at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:562)
> 	at org.apache.hadoop.mapred.JobClient$1.run(JobClient.java:557)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:415)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)
> 	at org.apache.hadoop.mapred.JobClient.submitJobInternal(JobClient.java:557)
> 	at org.apache.hadoop.mapred.JobClient.submitJob(JobClient.java:548)
> 	at org.apache.hadoop.hive.ql.exec.mr.ExecDriver.execute(ExecDriver.java:428)
> 	at org.apache.hadoop.hive.ql.exec.mr.MapRedTask.execute(MapRedTask.java:137)
> 	at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:160)
> 	at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:88)
> 	at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:1640)
> 	at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:1399)
> 	at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1185)
> 	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1051)
> 	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1041)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:207)
> 	at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:159)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:370)
> 	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:305)
> 	at org.apache.hadoop.hive.ql.QTestUtil.executeClientInternal(QTestUtil.java:1019)
> 	at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:993)
> 	at org.apache.hadoop.hive.cli.TestCliDriver.runTest(TestCliDriver.java:234)
> 	at org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_authorization_4(TestCliDriver.java:166)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)