Thanks, that did the trick! Best, Stephan
From: RJ Nowling [mailto:[email protected]] Sent: Montag, 30. März 2015 16:26 To: [email protected] Subject: Re: Passing "--conf" to Spark Just do: export ZEPPELIN_INTP_JAVA_OPTS="-Dhdp.version=2.2.0.0-2041" On Mon, Mar 30, 2015 at 9:18 AM, Kessler, Stephan <[email protected]<mailto:[email protected]>> wrote: Unfortunately this does not make any difference. I did something like this: export ZEPPELIN_INTP_JAVA_OPTS="-Dconf='hdp.version=2.2.0.0-2041'" Do you have any other idea? Thanks a lot. Best, Stephan From: RJ Nowling [mailto:[email protected]<mailto:[email protected]>] Sent: Montag, 30. März 2015 15:21 To: [email protected]<mailto:[email protected]> Subject: Re: Passing "--conf" to Spark In conf/zeppelin-env.sh, you can add options in the form "-Dvariable=value", I believe they will be passed to Spark as if you did --conf. On Mon, Mar 30, 2015 at 7:29 AM, Kessler, Stephan <[email protected]<mailto:[email protected]>> wrote: Hi Zeppelin List, i try to execute zeppelin as a yarn-client for my cluster. However, in order to get spark running, I need to pass this parameter “--conf hdp.version=2.2.0.0-2041” to Spark. How can I do that? Best, Stephan
