Skip to content

Apache Livy - Apache NiFi - Example Scala Spark Job

Notifications You must be signed in to change notification settings

tspannhw/livysparkjob

Repository files navigation

Apache Spark Apache Livy Apache NiFi

Scala 2.11 Example Code

Apache NiFi Runner Code

import com.dataflowdeveloper.example.Example println("Before run") val job = new Example() job.run(spark) println("After run")