Member since
02-08-2020
2
Posts
0
Kudos Received
0
Solutions
01-25-2021
03:28 AM
@kevinmat0510 You have to delete the files from HDFS use this command::hdfs dfs -rm -rf /user/hive/.yarn/package/LLAP
... View more
03-03-2020
04:44 AM
Get all the classes listed as part of error(ClassNotfound) and add those corrresponding jars to spark.driver.extraClassPath and spark.executor.extraClassPath. It worked for us, when all the jars corresponding the class in the error was added.
... View more