Scala spark2 using oozie - ERROR with Jackson old version

Hi,

When I am trying to run a scala-spark job using oozie, it is giving jackson jar files error.

On searching in google, I found that this MIGHT be caused due to the different version of jackson jars in ‘oozie’ sharelib and ‘spark2’ sharelib :
/user/oozie/share/lib/lib_20180807115631/spark2/
/user/oozie/share/lib/lib_20180807115631/oozie/

But as I don’t have permission to move or delete these jars, I am not able to proceed. Can you please help.

Article that I referred : https://community.hortonworks.com/articles/197770/oozie-job-with-spark2-action-fails-with-jackson-ve.html

Job I was trying to run : ( running successfully using spark-submit )
cd ~/spark_test
spark-submit
–class “test_scala_1”
–master local[4]
target/scala-2.11/spark-test-project-xxxyyy_2.11-1.0.jar

Regards
Arijit