[
https://issues.apache.org/jira/browse/HIVE-2995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266137#comment-13266137
]
Carl Steinbach commented on HIVE-2995:
--------------------------------------
This failure can be easily reproduced on branch-0.9 by applying the following
patch, and then running 'ant clean package test':
{noformat}
diff --git build.xml build.xml
index 6cc92a3..94906f5 100644
--- build.xml
+++ build.xml
@@ -343,12 +343,9 @@
<target name="test" depends="clean-test,jar-test,ivy-retrieve-hadoop-test"
description="Run tests">
<echo message="Project: ${ant.project.name}"/>
- <antcall target="test-shims">
- <param name="hadoop.version.ant-internal"
value="${hadoop.security.version}" />
- </antcall>
<for keepgoing="${test.continue.on.failure}" param="file">
<path>
- <fileset dir="." includes="*/build.xml"
excludes="ant/*,odbc/*,shims/*"/>
+ <fileset dir="." includes="pdk/build.xml"
excludes="ant/*,odbc/*,shims/*"/>
</path>
<sequential>
<ant antfile="@{file}" target="test" inheritAll="false"
inheritRefs="true">
{noformat}
> Fix broken pdk test dependency on junit
> ---------------------------------------
>
> Key: HIVE-2995
> URL: https://issues.apache.org/jira/browse/HIVE-2995
> Project: Hive
> Issue Type: Bug
> Reporter: Carl Steinbach
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira