Queue in Spark standalone mode

2015-11-25 Thread sunil m
Hi! I am using Spark 1.5.1 and pretty new to Spark... Like Yarn, is there a way to configure queues in Spark standalone mode? If yes, can someone point me to a good documentation / reference. Sometimes I get strange behavior while running multiple jobs simultaneously. Thanks in advance.

Re: Queue in Spark standalone mode

2015-11-25 Thread Prem Sure
spark standalone mode submitted applications will run in FIFO (first-in-first-out) order. please elaborate "strange behavior while running multiple jobs simultaneously." On Wed, Nov 25, 2015 at 2:29 PM, sunil m <260885smanik...@gmail.com> wrote: > Hi! > > I am using Spark 1.5.1 and pretty new