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

Zeppelin 0.8 release plan

2017-11-30 Thread Andrea Santurbano
Hi guys! I was wondering when the version 0.8 will be official released, there is a release plan? Thanks! Andrea

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

[GitHub] zeppelin issue #2679: [ZEPPELIN-3047] Let Firefox remember login and passwor...

2017-11-30 Thread mephi42
Github user mephi42 commented on the issue: https://github.com/apache/zeppelin/pull/2679 Looks better this time, but one of sub-builds has timed out. I will push a dummy change to regtigger it. ---

[GitHub] zeppelin issue #2679: [ZEPPELIN-3047] Let Firefox remember login and passwor...

2017-11-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2679 Thanks @mephi42 for the improvement. Here's message from CI ``` Looks like travis-ci is not configured for your fork. Please setup by swich on 'zeppelin' repository at

[GitHub] zeppelin issue #2679: [ZEPPELIN-3047] Let Firefox remember login and passwor...

2017-11-30 Thread mephi42
Github user mephi42 commented on the issue: https://github.com/apache/zeppelin/pull/2679 Improved the implementation: before it used form hiding for Chrome, and now it simply changes that action, which is not used anyway. Also made sure that even though this change removes

[GitHub] zeppelin issue #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from ...

2017-11-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2688 Thanks @tinkoff-dwh. LGTM and merge to master if no further discussions. ---

[GitHub] zeppelin issue #2676: [ZEPPELIN-3048] Add the option which prevents paragrap...

2017-11-30 Thread kjmrknsn
Github user kjmrknsn commented on the issue: https://github.com/apache/zeppelin/pull/2676 @felixcheung @Leemoonsoo Then, how about the following solution which fixes this and #2671 together? * Add the `zeppelin.notebook.cron.secure` property to Zeppelin

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

2017-11-30 Thread Ruslan Dautkhanov
Would be nice if each user's interpreter is started in its own docker container a-la cloudera data science workbench. Then each user's shell interpreter is pretty isolated. Actually, from a CDSW session you could pop up a terminal session to your container which I found pretty neat. -- Ruslan

[GitHub] zeppelin pull request #2686: [ZEPPELIN-3076]Chart field is also draggable an...

2017-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2686 ---

[GitHub] zeppelin pull request #2658: [ZEPPELIN-3042] updating jgit to support post-c...

2017-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2658 ---

[GitHub] zeppelin pull request #2616: ZEPPELIN-2984: allow enter from username

2017-11-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2616 ---

[GitHub] zeppelin issue #2637: Add support to run Spark interpreter on a Kubernetes c...

2017-11-30 Thread matyix
Github user matyix commented on the issue: https://github.com/apache/zeppelin/pull/2637 From the command line it seems that the default `SparkInterpreter` is launched not the K8 specific one. Could you please check if spark.submit.deployMode is set to `cluster` since thats the other

[GitHub] zeppelin pull request #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs...

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2688 [Zeppelin-2571] & [Zeppelin-465] Run paragraphs: from first/current to current/last ### What is this PR for? This pr add the ability to run all paragraphs from the first to the current

[GitHub] zeppelin pull request #2688: [Zeppelin-2571] & [Zeppelin-465] Run paragraphs...

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2688 ---

[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2556 [Zeppelin-2839] permissions for folders ### What is this PR for? Adds permissions for folders. Folder with permissions is way to unite notes with the same permissions and change

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2615 ---

[GitHub] zeppelin pull request #2615: [ZEPPELIN-1999][IMPROVEMENT] refactoring replac...

2017-11-30 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request: https://github.com/apache/zeppelin/pull/2615 [ZEPPELIN-1999][IMPROVEMENT] refactoring replacement context parameters into interpreter settings ### What is this PR for? Field `protected Properties property` is protected. sometimes

[GitHub] zeppelin pull request #2556: [Zeppelin-2839] permissions for folders

2017-11-30 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2556 ---

[GitHub] zeppelin issue #2685: [ZEPPELIN-3075]Fix unqiue algo for the web side in piv...

2017-11-30 Thread liguohuicmss
Github user liguohuicmss commented on the issue: https://github.com/apache/zeppelin/pull/2685 @felixcheung Thank you. I have fix the code problem and the CI is all succeed. https://travis-ci.org/liguohuicmss/zeppelin ---