You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by "Richard A. Bross" <rb...@oaktreepeak.com> on 2018/04/12 10:19:01 UTC

Unsubscribe


----- Original Message -----
From: "Soheil Pourbafrani" <so...@gmail.com>
To: users@zeppelin.apache.org
Sent: Thursday, April 12, 2018 5:59:28 AM
Subject: SPARK_SUBMIT_OPTIONS variable didin't applied!


I use SPARK_SUBMIT_OPTIONS variable in zeppeline-env.sh file to set some options for spark applications that runs for zeppelin. 
export SPARK_SUBMIT_OPTIONS="--executor-memory 512m --driver-memory 512m --executor-cores 2 --queue onlineQ" But running spark on the Yarn cluster, it didn't applied. When I set some options like 
executor-memory in interpreter setting, it will be applied, but I want to use some options like 


queue and I don't know if it's possible to set such option in interpreter settings?