I am using livy(post/batches)
to submit a jar with keyword parameters.
For example:
spark-sumbit \
--class xxx \
--master xxx \
--conf xxx=aa \
my_test.jar --arg1 <arg1> --arg2 <arg2>
In livy(post/batches), how can I do this? Does livy support this?