Description
When using HBase ExportSnapshot on a kerberized cluster, exporting to s3a using HADOOP-10400, we see the following problem:
Caused by: java.lang.IllegalArgumentException: java.net.UnknownHostException: patch283two
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:414)
The problem seems to be that the patch in HADOOP-10400 does not have getCanonicalServiceName().
Attachments
Attachments
Issue Links
- is blocked by
-
HADOOP-10400 Incorporate new S3A FileSystem implementation
- Closed