[GitHub] zeppelin issue #3098: ZEPPELIN-3664

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3098 @fsteinle Could you update the PR title ? ---

Re: Python Container

2018-08-01 Thread denny wong
Hi I tried to use the python docker option in 0.8 (see below), but it didn't work for me.  I can see the python docker image downloaded properly.  However when I ran the python paragraph (2nd paragraph), I got the "process not running" error.  I didn't see any python container running.  What's

[GitHub] zeppelin issue #3081: ZEPPELIN-3575. Add 'Copy Column Name' button in visual...

2018-08-01 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3081 Sorry for the late reply. How about adding an integration test? ---

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3092 @selvinsource Travis still fails, I will commit after travis is passed ``` [ERROR] Failed to execute goal on project zeppelin-beam: Could not resolve dependencies for project

[GitHub] zeppelin pull request #3108: ZEPPELIN-3678. Change SparkZeppelinContext to s...

2018-08-01 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3108 ZEPPELIN-3678. Change SparkZeppelinContext to scala implementation ### What is this PR for? This PR just to change SparkZeppelinContext to scala implementation, so that it is easy for us

[GitHub] zeppelin issue #3104: ZEPPELIN-3668. Can't hide Spark Jobs (Spark UI) button

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3104 Thanks @maziyarpanahi It makes sense to me. I created ZEPPELIN-3679 for it ---

[jira] [Created] (ZEPPELIN-3679) Provide option to allow hide spark ui in frontend

2018-08-01 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3679: Summary: Provide option to allow hide spark ui in frontend Key: ZEPPELIN-3679 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3679 Project: Zeppelin

[GitHub] zeppelin issue #3104: ZEPPELIN-3668. Can't hide Spark Jobs (Spark UI) button

2018-08-01 Thread maziyarpanahi
Github user maziyarpanahi commented on the issue: https://github.com/apache/zeppelin/pull/3104 We don’t provide proxy or any multi-user Spark UI solutions to our data scientists. But as a SysAdmin I need to see the jobs etc. in order to diagnose the problems they have time to time.

[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-08-01 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3066 @felixcheung are there still any defects? ---

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-08-01 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3102 @zjffdu If I'm not mistaken according to `interpreter.sh`: ``` HOSTNAME=$(hostname) ZEPPELIN_SERVER=org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer

[GitHub] zeppelin pull request #3107: [ZEPPELIN-3646] Add note for updating user perm...

2018-08-01 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3107 [ZEPPELIN-3646] Add note for updating user permissions ### What is this PR for? This is @mebelousov workaround to @maziyarpanahi

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-01 Thread selvinsource
Github user selvinsource commented on the issue: https://github.com/apache/zeppelin/pull/3092 @zjffdu yeah I think I understood and JShell should be able to achieve this. I meant as JavaContext a way to maintain the same JShell instance to run multiple snipper across paragraph in

[jira] [Created] (ZEPPELIN-3678) Change SparkZeppelinContext to scala implementation

2018-08-01 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3678: Summary: Change SparkZeppelinContext to scala implementation Key: ZEPPELIN-3678 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3678 Project: Zeppelin

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3092 @selvinsource What @felixcheung mentioned is not sharing varaibles via JavaContext, he mean share variable in the same java repl as spark repl did right now. ---

[GitHub] zeppelin pull request #3106: [ZEPPELIN-3677] SAP Interpreter improvement

2018-08-01 Thread oxygen311
GitHub user oxygen311 opened a pull request: https://github.com/apache/zeppelin/pull/3106 [ZEPPELIN-3677] SAP Interpreter improvement ### What is this PR for? Improvements: - An empty result processing, message about no data will be shown; - Dimension's attributes auto

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-01 Thread selvinsource
Github user selvinsource commented on the issue: https://github.com/apache/zeppelin/pull/3092 @felixcheung I see what you mean now and I added explicitly to the Java Interpreter doc that the Java interpreter do not support it. Eventually, when we move the Java interpreter

[jira] [Created] (ZEPPELIN-3677) SAP Interpreter improvement

2018-08-01 Thread Alexey Zabelkin (JIRA)
Alexey Zabelkin created ZEPPELIN-3677: - Summary: SAP Interpreter improvement Key: ZEPPELIN-3677 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3677 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #3104: ZEPPELIN-3668. Can't hide Spark Jobs (Spark UI) button

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3104 Why would you want to have spark.ui.enabled: true but hide the spark jobs in UI ? ---

[GitHub] zeppelin issue #3104: ZEPPELIN-3668. Can't hide Spark Jobs (Spark UI) button

2018-08-01 Thread maziyarpanahi
Github user maziyarpanahi commented on the issue: https://github.com/apache/zeppelin/pull/3104 Hi @zjffdu, Is it possible to have `spark.ui.enabled: true`, but hide the `Spark Jobs` in UI? Or should we not mention `spark.ui.enabled` at all if we wish not to see the `Spark Jobs`

[GitHub] zeppelin pull request #3077: [ZEPPELIN-3631] Increase the maven-shade-plugin...

2018-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3077 ---

[GitHub] zeppelin issue #3103: ZEPPELIN-3666. Use zeppelin.interpreter.default to rep...

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3103 git commit message has been updated. ---

[GitHub] zeppelin issue #3099: [ZEPPELIN-3665] fix notebook name

2018-08-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3099 cool merging if no more comment ---

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3102 Thanks @egorklimov , this is an interesting feature. This assume all the interpreter process will generate pid file, but this assumption is not true. There's 2 exceptions at least for now. One

[GitHub] zeppelin issue #3103: ZEPPELIN-3666. Use zeppelin.interpreter.default to rep...

2018-08-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3103 I see, would be good to update the title - I think that goes into the actual commit ---

[GitHub] zeppelin issue #3102: [WIP][ZEPPELIN-3671] Add info about running interprete...

2018-08-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3102 cool! ---

[GitHub] zeppelin issue #3103: ZEPPELIN-3666. Use zeppelin.interpreter.default to rep...

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3103 @felixcheung This is for default interpreter group, I have updated it. ---

[GitHub] zeppelin issue #3103: ZEPPELIN-3666. Use zeppelin.interpreter.default to rep...

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3103 I change it to `zeppelin.interpreter.group.default` to avoid misunderstanding ---

[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3092 no, I mean paragraph 1 ``` %java Map counts = new HashMap<>(); ``` paragraph 2 ``` %java counts.put("key", 1); ``` ---

[GitHub] zeppelin pull request #3103: ZEPPELIN-3666. Use zeppelin.interpreter.default...

2018-08-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3103 ---