Created 03-14-2018 01:49 PM
I am performing spark action with oozie but I have some doubts over job.properties for spark :
as I could see in examples its value is set to spark2 , is it like value of this present location of jar files needed to run the job.
2. what if I skip this filed in job.properties oozie.use.system.libpath=true
or what is impact if I set its value true in the job.properties file.
3. what does oozie.libpath present ? is value of this field is location of all jar files needed for running the job with spark2 , if yes
then do we need oozie.action.sharelib.for.spark filed in the library ? or what if we set both
Thanks in advance