You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@livy.apache.org by Harshal Patil <ha...@gmail.com> on 2021/04/20 15:39:45 UTC

Concurrent job submission on single session

Hi All ,
Does livy support concurrent spark job submission  on a single spark
session (application ) ?
I have set following properties

"spark.scheduler.mode" :"FAIR",

  "spark.scheduler.pool": "production",
   "spark.scheduler.allocation.file": "/home/hadoop/fair_scheduler.xml",

> ```


If yes , what needs to be checked ?