How can I submit a Scala program directly as a string?

1 vues

Réponse

You can use the 'program' parameter to specify the plain text arbitrary Scala program that is executed inside Spark.
Did this answer help you?
executeProgram

sparkEmbeddedProcess

See technical action