SparkLivy Operator

The SparkLivy operator uses Livy to run Spark applications on a Spark instance.

Operator arguments

Parameters applied from Experiments

The operator fetches the following parameters from the current Experiment to apply them to the System under test.

Examples

Execute with Livy

- name: Run spark application
  operator: SparkLivy
  arguments:
    component: sparkemr
    file: /spark-examples.jar

Last updated