[
https://issues.apache.org/jira/browse/HIVE-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13729784#comment-13729784
]
Arup Malakar commented on HIVE-4343:
------------------------------------
This patch causes compilation failure when compiled against hadoop 20.
I tried _ant clean package -Dhadoop.mr.rev=20_
{code}
[echo] Project: ql
[javac] Compiling 904 source files to
/Users/malakar/code/oss/hive/build/ql/classes
[javac]
/Users/malakar/code/oss/hive/ql/src/java/org/apache/hadoop/hive/ql/exec/SecureCmdDoAs.java:51:
cannot find symbol
[javac] symbol : variable HADOOP_TOKEN_FILE_LOCATION
[javac] location: class org.apache.hadoop.security.UserGroupInformation
[javac] env.put(UserGroupInformation.HADOOP_TOKEN_FILE_LOCATION,
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
{code}
> HS2 with kerberos- local task for map join fails
> ------------------------------------------------
>
> Key: HIVE-4343
> URL: https://issues.apache.org/jira/browse/HIVE-4343
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Thejas M Nair
> Assignee: Thejas M Nair
> Fix For: 0.12.0
>
> Attachments: HIVE-4343.1.patch, HIVE-4343.2.patch, HIVE-4343.3.patch
>
>
> With hive server2 configured with kerberos security, when a (map) join query
> is run, it results in failure with "GSSException: No valid credentials
> provided "
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira