You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Prasanth Jayachandran (JIRA)" <ji...@apache.org> on 2016/09/02 22:34:21 UTC

[jira] [Commented] (HIVE-14663) Change ptest java language version to 1.7, other version changes and fixes

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

Prasanth Jayachandran commented on HIVE-14663:
----------------------------------------------

Ptest is broken. Not sure if this is the patch that is causing the issue but tomcat is throwing the following exception

{code}
Exception in thread "TestExecutor" java.lang.NoSuchMethodError: com.google.common.io.ByteStreams.newInputStreamSupplier([B)Lcom/google/common/io/InputSupplier;
	at org.jclouds.io.CopyInputStreamIntoSupplier.apply(CopyInputStreamIntoSupplier.java:54)
	at org.jclouds.io.CopyInputStreamIntoSupplier.apply(CopyInputStreamIntoSupplier.java:36)
	at org.jclouds.collect.InputSupplierMap.put(InputSupplierMap.java:55)
	at org.jclouds.collect.TransformingMap.put(TransformingMap.java:55)
	at org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet.populateCredentials(EC2CreateNodesInGroupThenAddToSet.java:182)
	at org.jclouds.ec2.compute.strategy.EC2CreateNodesInGroupThenAddToSet.execute(EC2CreateNodesInGroupThenAddToSet.java:139)
	at org.jclouds.compute.internal.BaseComputeService.createNodesInGroup(BaseComputeService.java:215)
	at org.jclouds.ec2.compute.EC2ComputeService.createNodesInGroup(EC2ComputeService.java:153)
	at org.apache.hive.ptest.execution.context.CloudComputeService.createNodes(CloudComputeService.java:92)
	at org.apache.hive.ptest.execution.context.CloudExecutionContextProvider.createNodes(CloudExecutionContextProvider.java:215)
	at org.apache.hive.ptest.execution.context.CloudExecutionContextProvider.createExecutionContext(CloudExecutionContextProvider.java:187)
	at org.apache.hive.ptest.api.server.TestExecutor.createExceutionContext(TestExecutor.java:167)
	at org.apache.hive.ptest.api.server.TestExecutor.run(TestExecutor.java:93)

{code}

jcloud-core needs guava 15.0 but this patch is updating guava 18.0. We should either update jclouds to newer version or revert this patch.

https://issues.apache.org/jira/browse/JCLOUDS-622

> Change ptest java language version to 1.7, other version changes and fixes
> --------------------------------------------------------------------------
>
>                 Key: HIVE-14663
>                 URL: https://issues.apache.org/jira/browse/HIVE-14663
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>             Fix For: 2.2.0
>
>         Attachments: HIVE-14663.01.patch
>
>




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