From a336956708dba1012ca0de39487467d5795e9c6e Mon Sep 17 00:00:00 2001 From: "sandro.labruzzo" Date: Wed, 30 Oct 2019 12:01:42 +0100 Subject: [PATCH] added defautl property to job --- .gitignore | 1 + .../eu/dnetlib/dhp/graph/oozie_app/config-default.xml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 177e1bddd..486eacee9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /*/build /build spark-warehouse +/dhp-workflows/dhp-graph-mapper/job-override.properties diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/graph/oozie_app/config-default.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/graph/oozie_app/config-default.xml index 3832110ca..2e0ed9aee 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/graph/oozie_app/config-default.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/graph/oozie_app/config-default.xml @@ -11,4 +11,8 @@ oozie.use.system.libpath true + + oozie.action.sharelib.for.spark + spark2 + \ No newline at end of file