[
https://issues.apache.org/jira/browse/AMBARI-24503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586457#comment-16586457
]
Hudson commented on AMBARI-24503:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9870 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/9870/])
[AMBARI-24503] LLAP application on Yarn fails with CNF exception on (github:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=005e50f97550264cafd4087166e696ce72196266])
* (edit) ambari-server/src/main/resources/scripts/Ambaripreupload.py
> LLAP application on Yarn fails with CNF exception on sysprepped cluster.
> ------------------------------------------------------------------------
>
> Key: AMBARI-24503
> URL: https://issues.apache.org/jira/browse/AMBARI-24503
> Project: Ambari
> Issue Type: Bug
> Affects Versions: 2.7.1
> Reporter: Aravindan Vijayan
> Assignee: Aravindan Vijayan
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.1
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> LLAP Yarn application failed to start due to missing azure class.
> {code}
> 18/08/15 20:08:28 INFO service.ServiceMaster: Kind: YARN_AM_RM_TOKEN,
> Service: , Ident: (appAttemptId { application_id { id: 4 cluster_timestamp:
> 1534200616336 } attemptId: 3 } keyId: 1688030095)
> 18/08/15 20:08:28 INFO service.AbstractService: Service Service Master failed
> in state INITED
> java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
> org.apache.hadoop.fs.azure.NativeAzureFileSystem not found
> at
> org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2596)
> at
> org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3320)
> at
> org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3352)
> at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:124)
> at
> org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3403)
> at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3371)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:477)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:226)
> at
> org.apache.hadoop.yarn.service.utils.CoreFileSystem.<init>(CoreFileSystem.java:73)
> at
> org.apache.hadoop.yarn.service.utils.SliderFileSystem.<init>(SliderFileSystem.java:41)
> at
> org.apache.hadoop.yarn.service.ServiceMaster.serviceInit(ServiceMaster.java:100)
> at
> org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
> at
> org.apache.hadoop.yarn.service.ServiceMaster.main(ServiceMaster.java:338)
> Caused by: java.lang.ClassNotFoundException: Class
> org.apache.hadoop.fs.azure.NativeAzureFileSystem not found
> at
> org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2500)
> at
> org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2594)
> ... 12 more
> 18/08/15 20:08:28 INFO service.ServiceMaster: Stopping app master
> 18/08/15 20:08:28 ERROR service.ServiceMaster: Error starting service master
> java.lang.RuntimeException: java.lang.ClassNotFoundException: Class
> org.apache.hadoop.fs.azure.NativeAzureFileSystem not found
> at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2596)
> at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:3320)
> at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:3352)
> at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:124)
> at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:3403)
> at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:3371)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:477)
> at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:226)
> at
> org.apache.hadoop.yarn.service.utils.CoreFileSystem.<init>(CoreFileSystem.java:73)
> at
> org.apache.hadoop.yarn.service.utils.SliderFileSystem.<init>(SliderFileSystem.java:41)
> at
> org.apache.hadoop.yarn.service.ServiceMaster.serviceInit(ServiceMaster.java:100)
> at org.apache.hadoop.service.AbstractService.init(AbstractService.java:164)
> at org.apache.hadoop.yarn.service.ServiceMaster.main(ServiceMaster.java:338)
> Caused by: java.lang.ClassNotFoundException: Class
> org.apache.hadoop.fs.azure.NativeAzureFileSystem not found
> at
> org.apache.hadoop.conf.Configuration.getClassByName(Configuration.java:2500)
> at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:2594)
> ... 12 more
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)