AM
To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>
Subject: Re: Issue with multiple users running Spark
Thanks Jeff and Michael for the help. We're seeing good success just disabling
'zeppelin.spark.useHiveContext'.
-Austin
On 01/12/2018 07:56 PM, Jeff Zhang w
Should we have some doc on this? I think this could be a common problem
From: Austin Heyne
Sent: Monday, January 15, 2018 6:59:55 AM
To: users@zeppelin.apache.org
Subject: Re: Issue with multiple users running Spark
Thanks Jeff and Michael for the help. We
Thanks Jeff and Michael for the help. We're seeing good success just
disabling 'zeppelin.spark.useHiveContext'.
-Austin
On 01/12/2018 07:56 PM, Jeff Zhang wrote:
There're 2 options for you:
1. Disable hiveContext in spark via setting
zeppelin.spark.useHiveContext to false in spark's interp
There're 2 options for you:
1. Disable hiveContext in spark via setting zeppelin.spark.useHiveContext
to false in spark's interpreter setting
2. Connect to hive metastore service instead of single derby instance. You
can configure that in your hive-site.xml
Michael Segel 于2018年1月13日周六 上午2:40写道:
Hi,
Quick response… unless you tell Derby to set up as a networked service (this is
going back to SilverCloud days), its a single user instance. So it won’t work.
Were you using MySQL or something… you would have better luck…
I think if you go back in to Derby’s docs and see how to start thi