Aravindan Vijayan created AMBARI-24503:
------------------------------------------
Summary: LLAP application on Yarn fails with CNF exception.
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
Fix For: 2.7.1
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)