Re: Issue with multiple users running Spark

2018-01-17 Thread Michael Segel
..@ccri.com>> Sent: Monday, January 15, 2018 6:59:55 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'. -

Re: Issue with multiple users running Spark

2018-01-17 Thread Felix Cheung
Should we have some doc on this? I think this could be a common problem From: Austin Heyne <ahe...@ccri.com> 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 M

Re: Issue with multiple users running Spark

2018-01-15 Thread Austin Heyne
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

Re: Issue with multiple users running Spark

2018-01-12 Thread Jeff Zhang
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