Change jar param in project impact indicators action

This commit is contained in:
Serafeim Chatzopoulos 2023-04-18 12:26:01 +03:00
parent 7256c8d3c7
commit 23f58a86f1
1 changed files with 2 additions and 2 deletions

View File

@ -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