[ https://issues.apache.org/jira/browse/AMBARI-13345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955161#comment-14955161 ]
Hudson commented on AMBARI-13345: --------------------------------- SUCCESS: Integrated in Ambari-trunk-Commit #3635 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3635/]) AMBARI-13345. Views: HDFS API utility needs to work with WASB (Gaurav (smohanty: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=45ce79631b95066664e3a8a01661f1daa9739dd2]) * contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/files/FileService.java * contrib/views/utils/src/main/java/org/apache/ambari/view/utils/hdfs/ConfigurationBuilder.java * contrib/views/utils/pom.xml > Views: HDFS API utility needs to work with WASB > ----------------------------------------------- > > Key: AMBARI-13345 > URL: https://issues.apache.org/jira/browse/AMBARI-13345 > Project: Ambari > Issue Type: Bug > Components: ambari-views > Affects Versions: 2.1.0, 2.1.1, 2.1.2 > Reporter: Rohit Choudhary > Assignee: Gaurav Nagar > Fix For: 2.1.0, 2.1.1, 2.1.2 > > Attachments: AMBARI-13345_branch-2.1.patch > > > We have a cluster that has HDFS configured for WASB. The Files View fails to > load with the error below. This is the HDFS config... > fs.defaultFS = wasb://cloudbr...@operations8738sa.blob.core.windows.net > In an attempt to get this working, I placed hadoop-azure-2.7.1.jar in here > and restarted Ambari Server. > /var/lib/ambari-server/resources/views/work/FILES{1.0.0}/WEB-INF/lib > But the view still continued to fail to load. This is from ambari-server.log > when I try to access the view: > 25 Sep 2015 15:48:39,450 INFO [qtp-client-20] ConfigurationBuilder:101 - > HdfsApi configured to connect to > defaultFS='wasb://cloudbr...@operations8738sa.blob.core.windows.net:50070' > 25 Sep 2015 15:48:39,584 WARN [qtp-client-20] NativeCodeLoader:62 - Unable > to load native-hadoop library for your platform... using builtin-java classes > where applicable > 25 Sep 2015 15:48:39,615 ERROR [qtp-client-20] HdfsUtil:130 - HDFS040 > Couldn't open connection to HDFS > This is the exception shown in the UI when trying to access the view. > org.apache.ambari.view.utils.hdfs.HdfsApiException: HDFS040 Couldn't open > connection to HDFS > at > org.apache.ambari.view.utils.hdfs.HdfsUtil.connectToHDFSApi(HdfsUtil.java:131) > at > org.apache.ambari.view.filebrowser.HdfsService.getApi(HdfsService.java:79) > at > org.apache.ambari.view.filebrowser.FileOperationService.listdir(FileOperationService.java:64) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at > com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) -- This message was sent by Atlassian JIRA (v6.3.4#6332)