[
https://issues.apache.org/jira/browse/HBASE-10890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958435#comment-13958435
]
Hadoop QA commented on HBASE-10890:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12638379/HBASE-10890-trunk-v2.patch
against trunk revision .
ATTACHMENT ID: 12638379
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:green}+1 site{color}. The mvn site goal succeeds with this patch.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/9183//console
This message is automatically generated.
> ExportSnapshot needs to add acquired token to job
> -------------------------------------------------
>
> Key: HBASE-10890
> URL: https://issues.apache.org/jira/browse/HBASE-10890
> Project: HBase
> Issue Type: Bug
> Components: snapshots
> Affects Versions: 0.96.1, 0.98.1
> Reporter: Jerry He
> Assignee: Jerry He
> Fix For: 0.99.0, 0.98.2
>
> Attachments: 10890-obtain-tokens.txt, HBASE-10890-trunk-v2.patch,
> HBASE-10890-trunk.patch
>
>
> ExportSnapshot failed when exporting to remote secure kerberos cluster
> {code}
> biadmin@hdtest249:/opt/ibm/biginsights/hbase/lib>
> /opt/ibm/biginsights/hbase/bin/hbase
> org.apache.hadoop.hbase.snapshot.ExportSnapshot -snapshot s1 -copy-to
> hdfs://bdvm197.svl.ibm.com:9000/user/biadmin/mysnapshots
> 14/04/01 14:07:20 INFO util.FSVisitor: No logs under
> directory:hdfs://hdtest249.svl.ibm.com:9000/hbase/.hbase-snapshot/s1/WALs
> 14/04/01 14:07:22 INFO zlib.ZlibFactory: Successfully loaded & initialized
> native-zlib library
> 14/04/01 14:07:22 INFO compress.CodecPool: Got brand-new compressor [.deflate]
> 14/04/01 14:07:22 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 17
> for biadmin on 9.30.195.103:9000
> 14/04/01 14:07:22 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 14
> for biadmin on 9.30.122.206:9000
> 14/04/01 14:07:24 INFO hdfs.DFSClient: Created HDFS_DELEGATION_TOKEN token 18
> for biadmin on 9.30.195.103:9000
> 14/04/01 14:07:24 INFO security.TokenCache: Got dt for
> hdfs://hdtest249.svl.ibm.com:9000/user/biadmin/.staging/job_201404010039_0015/libjars/guava-12.0.1.jar;uri=9.30.195.103:9000;t.service=9.30.195.103:9000
> 14/04/01 14:07:24 INFO input.FileInputFormat: Total input paths to process : 1
> 14/04/01 14:07:25 INFO mapred.JobClient: Running job: job_201404010039_0015
> 14/04/01 14:07:26 INFO mapred.JobClient: map 0% reduce 0%
> 14/04/01 14:07:41 INFO mapred.JobClient: Task Id :
> attempt_201404010039_0015_m_000000_0, Status : FAILED
> java.io.IOException: Failed on local exception: java.io.IOException:
> org.apache.hadoop.security.AccessControlException: Client cannot authenticate
> via:[TOKEN, KERBEROS]; Host Details : local host is:
> "hdtest250.svl.ibm.com/9.30.195.104"; destination host is:
> "bdvm197.svl.ibm.com":9000;
>
> Caused by: org.apache.hadoop.security.AccessControlException: Client cannot
> authenticate via:[TOKEN, KERBEROS]
> at
> org.apache.hadoop.security.SaslRpcClient.selectSaslClient(SaslRpcClient.java:173)
> at
> org.apache.hadoop.security.SaslRpcClient.saslConnect(SaslRpcClient.java:390)
> at
> org.apache.hadoop.ipc.Client$Connection.setupSaslConnection(Client.java:494)
> at
> org.apache.hadoop.ipc.Client$Connection.access$1700(Client.java:314)
> at org.apache.hadoop.ipc.Client$Connection$2.run(Client.java:659)
> at org.apache.hadoop.ipc.Client$Connection$2.run(Client.java:655)
> at
> java.security.AccessController.doPrivileged(AccessController.java:366)
> at javax.security.auth.Subject.doAs(Subject.java:572)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1502)
> at
> org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:654)
> ... 31 more
> {code}
> With HBASE-10608, we acquired the tokens, but we didn't add them to the MR
> job.
--
This message was sent by Atlassian JIRA
(v6.2#6252)