client mode and cluster mode are for YARN. if you are using Spark standalone, your application will run in "client" mode.
Thanks, Meisam On Wed, Mar 7, 2018 at 9:41 PM kant kodali <[email protected]> wrote: > livy.spark.master yarn ?? Do I need to have yarn ? can I use spark > standalone master? > > On Mon, Feb 12, 2018 at 1:19 AM, Jeff Zhang <[email protected]> wrote: > >> livy.spark.master yarn >> livy.spark.deploy-mode cluster >> >> >> kant kodali <[email protected]>于2018年2月12日周一 下午4:36写道: >> >>> I checked my livy.conf and livy.spark.deploy-mode is not set at all. so >>> I wonder which mode it runs by default? >>> >>> On Sun, Feb 11, 2018 at 11:50 PM, Jeff Zhang <[email protected]> wrote: >>> >>>> >>>> Via livy.spark.master & livy.spark.deploy-mode in livy.conf >>>> >>>> >>>> >>>> kant kodali <[email protected]>于2018年2月12日周一 下午3:49写道: >>>> >>>>> Hi All, >>>>> >>>>> When I submit a livy job to livy server am I running in a client mode >>>>> or cluster mode ? How can I switch from one mode to another? >>>>> >>>>> Thanks! >>>>> >>>>> >>> >
