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

John Sichi commented on HIVE-1927:
----------------------------------

As a related point, it would also be good if we could set up another Hudson 
config running tests against 0.20S.  We used to have instances for 0.17 etc 
when we were still supporting them.


> Fix TestHadoop20SAuthBridge failure on Hudson
> ---------------------------------------------
>
>                 Key: HIVE-1927
>                 URL: https://issues.apache.org/jira/browse/HIVE-1927
>             Project: Hive
>          Issue Type: Bug
>          Components: Testing Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: Devaraj Das
>            Priority: Blocker
>             Fix For: 0.7.0
>
>
> The patch for HIVE-1696 is the source a test failure on Hudson. The likely 
> cause of
> this failure is that the classpath is not being set correctly for the 
> TestHadoop20SAuthBridge
> test, which depends on the security enhanced version of Hadoop.
> A couple things to note:
> * Hive tests are supposed to run against Hadoop 0.20.0 by default. This value 
> is set in the build.properties file in the project top-level. Altering the 
> Hudson job to set hadoop.version to some other value is not a fix for this 
> issue since the Hudson job will then cease to reflect the default behavior of 
> Hive tests.
> * HIVE-1696 added new secure compile targets to the shims/build.xml file. 
> These targets explicitly set the classpath to include the secure version of 
> Hadoop. The fix for this issue likely involves overriding the "test" target 
> in shims/build.xml and explicitly setting the classpath in this target to 
> also use the secure version of Hadoop. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to