Member since
05-24-2018
4
Posts
0
Kudos Received
0
Solutions
02-20-2019
05:16 PM
Hi @dbompart I tried to do: spark2-shell --conf spark.yarn.access.hadoopFileSystems=hdfs://ip-10-85-54-144.eu-west-1.compute.internal:8020 but it fails to launch with error: Failed to renew token: Kind: HDFS_DELEGATION_TOKEN, Service: 10.85.54.144:8020, Ident: (token for dssetl: HDFS_DELEGATION_TOKEN ..... I had this issue before in distcp, and it was resolved in distcp by setting mapreduce.job.hdfs-servers.token-renewal.exclude=ip-10-85-54-144.eu-west-1.compute.internal How can I set this in spark2-shell too? And how can I point the spark2-shell to use the custom conf files? Thanks
... View more