Last active
July 3, 2017 11:50
-
-
Save yeshess/92578932b35ffbe2b02445fb6883cab4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi_calculation: | |
type: dice.components.spark.Application | |
properties: | |
jar: http://dice-project.github.io/DICE-Deployment-Examples/spark/simple-app-0.1.0.jar | |
class: eu.diceh2020.SimpleApp | |
name: pi_calc | |
args: | |
- 10 | |
relationships: | |
- type: dice.relationships.spark.SubmittedBy | |
target: master | |
- type: dice.relationships.Needs | |
target: worker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment