forked from D-Net/dnet-hadoop
Change jar param in project impact indicators action
This commit is contained in:
parent
7256c8d3c7
commit
23f58a86f1
|
@ -611,9 +611,9 @@
|
|||
<mode>cluster</mode>
|
||||
|
||||
<!-- This is the name of our job -->
|
||||
<name>Spark Pagerank</name>
|
||||
<name>Project Impact Indicators</name>
|
||||
<!-- Script name goes here -->
|
||||
<jar>PageRank.py</jar>
|
||||
<jar>projects_impact.py</jar>
|
||||
<!-- spark configuration options: I've taken most of them from an example from dhp workflows / Master value stolen from sandro -->
|
||||
<spark-opts>--executor-memory 18G --executor-cores 4 --driver-memory 10G
|
||||
--master yarn
|
||||
|
|
Loading…
Reference in New Issue