[
https://issues.apache.org/jira/browse/AMBARI-20558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15942346#comment-15942346
]
Hadoop QA commented on AMBARI-20558:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12860552/AMBARI-20558_branch-2.5.patch
against trunk revision .
{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 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
contrib/views/utils.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/11174//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/11174//console
This message is automatically generated.
> HiveView does not work on WASB ACLs cluster
> -------------------------------------------
>
> Key: AMBARI-20558
> URL: https://issues.apache.org/jira/browse/AMBARI-20558
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.5.0
> Reporter: Gaurav Nagar
> Assignee: Gaurav Nagar
> Fix For: 2.5.1
>
> Attachments: AMBARI-20558_branch-2.5.patch
>
>
> org.apache.hadoop.fs.azure.AzureException:
> com.microsoft.azure.storage.StorageException: Encountered SASKeyGeneration
> exception while generating SAS Key for container : <container> inside Storage
> account : <account>
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.createAzureStorageSession(AzureNativeFileSystemStore.java:1024)
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.initialize(AzureNativeFileSystemStore.java:487)
> at
> org.apache.hadoop.fs.azure.NativeAzureFileSystem.initialize(NativeAzureFileSystem.java:1249)
> at
> org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2795)
> at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:99)
> at
> org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2829)
> at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2811)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:390)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:179)
> at org.apache.ambari.view.utils.hdfs.HdfsApi$1.run(HdfsApi.java:73)
> at org.apache.ambari.view.utils.hdfs.HdfsApi$1.run(HdfsApi.java:71)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:422)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1866)
> at org.apache.ambari.view.utils.hdfs.HdfsApi.execute(HdfsApi.java:400)
> at org.apache.ambari.view.utils.hdfs.HdfsApi.<init>(HdfsApi.java:71)
> at
> org.apache.ambari.view.utils.hdfs.HdfsUtil.getHdfsApi(HdfsUtil.java:150)
> ... 104 more
> Caused by: com.microsoft.azure.storage.StorageException: Encountered
> SASKeyGeneration exception while generating SAS Key for container :
> ambhviewl-ams26 inside Storage account : humbtesting101.blob.core.windows.net
> at
> org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl.getContainerReference(SecureStorageInterfaceImpl.java:143)
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.connectToAzureStorageInSecureMode(AzureNativeFileSystemStore.java:848)
> at
> org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.createAzureStorageSession(AzureNativeFileSystemStore.java:989)
> ... 120 more
> Caused by: org.apache.hadoop.fs.azure.SASKeyGenerationException: Encountered
> IOException while building the HttpGetRequest to remote service
> at
> org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl.getContainerSASUri(RemoteSASKeyGeneratorImpl.java:185)
> at
> org.apache.hadoop.fs.azure.SecureStorageInterfaceImpl.getContainerReference(SecureStorageInterfaceImpl.java:135)
> ... 122 more
> Caused by: org.apache.hadoop.fs.azure.SASKeyGenerationException:
> RemoteSASKeyGenerationResponse object null from remote call
> at
> org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl.getSASKey(RemoteSASKeyGeneratorImpl.java:257)
> at
> org.apache.hadoop.fs.azure.RemoteSASKeyGeneratorImpl.getContainerSASUri(RemoteSASKeyGeneratorImpl.java:179)
> ... 123 more
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)