I have a scala app which uses an external jar lib. How can I use it if the application jar was copied to hdfs?
From local I was start with --conf spark.driver.extraClassPath=./lib/*
but if I use hdfs link it will not work.
I have a scala app which uses an external jar lib. How can I use it if the application jar was copied to hdfs?
From local I was start with --conf spark.driver.extraClassPath=./lib/*
but if I use hdfs link it will not work.