Re: [DISCUSS] Change some default settings for avoiding unintended usages

2017-11-30 Thread Jeff Zhang
+1 for running interpreter process in docker container. Jongyoul Lee 于2017年12月1日周五 下午3:36写道: > Yes, exactly, this is not only the shell interpreter problem, all can run > any script through python and Scala. Shell is just an example. > > Using docker looks good but it

Re: [DISCUSS] Change some default settings for avoiding unintended usages

2017-11-30 Thread Jongyoul Lee
Yes, exactly, this is not only the shell interpreter problem, all can run any script through python and Scala. Shell is just an example. Using docker looks good but it cannot avoid unindented usage of resources like mining coin. On Fri, Dec 1, 2017 at 2:36 PM, Felix Cheung

Re: [DISCUSS] Change some default settings for avoiding unintended usages

2017-11-30 Thread Felix Cheung
I don’t think that’s limited to the shell interpreter. You can run any arbitrary program or script from python or Scala (or java) as well. _ From: Jeff Zhang Sent: Wednesday, November 29, 2017 4:00 PM Subject: Re: [DISCUSS] Change some default

Re: Sequential processing disabled?

2017-11-30 Thread Jianfeng (Jeff) Zhang
It is per interpreter. You can create impala interperter based on jdbc template. and configure its zeppelin.jdbc.concurrent.use to false, Best Regard, Jeff Zhang From: "Geiss, Chris" > Reply-To:

RE: Sequential processing disabled?

2017-11-30 Thread Geiss, Chris
Jeff, OK makes sense. Is this a global setting? Can it be set per user, or per Notebook? Chris From: Jianfeng (Jeff) Zhang [mailto:jzh...@hortonworks.com] Sent: Thursday, November 30, 2017 9:08 AM To: users@zeppelin.apache.org Subject: Re: Sequential processing disabled? Right, when

Re: Sequential processing disabled?

2017-11-30 Thread Jianfeng (Jeff) Zhang
Right, when zeppelin.jdbc.concurrent.use is false, paragraphs will run as FIFO Best Regard, Jeff Zhang From: "Geiss, Chris" > Reply-To: "users@zeppelin.apache.org"

RE: Sequential processing disabled?

2017-11-30 Thread Geiss, Chris
Hi Jeff, Thank you for the reply. So that will result in Impala paragraphs running sequentially? Is that because Impala goes through JDBC? Chris From: Jianfeng (Jeff) Zhang [mailto:jzh...@hortonworks.com] Sent: Wednesday, November 29, 2017 7:03 PM To: users@zeppelin.apache.org Subject: Re: