added defautl property to job

This commit is contained in:
Sandro La Bruzzo 2019-10-30 12:01:42 +01:00
parent 78b5b57e86
commit a336956708
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/*/build
/build
spark-warehouse
/dhp-workflows/dhp-graph-mapper/job-override.properties

View File

@ -11,4 +11,8 @@
<name>oozie.use.system.libpath</name>
<value>true</value>
</property>
<property>
<name>oozie.action.sharelib.for.spark</name>
<value>spark2</value>
</property>
</configuration>