[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 I think you need to update this line of .travis.xml https://github.com/apache/zeppelin/blob/master/.travis.yml#L44 ---

[GitHub] zeppelin pull request #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run a...

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

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

2018-08-01 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3066 will merge it soon ---

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

2018-08-01 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3066 looks like everything passed https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407590408 ---

[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 right. just want to clarify that it is perfectly fine to run Scala, Python etc without Spark. The session context is maintained in the REPL implementation and not in SparkContext or ZeppelinCo

[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 w

[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 org.a

[GitHub] zeppelin pull request #3109: ZEPPELIN-3679. Provide option to allow hide spa...

2018-08-01 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3109 ZEPPELIN-3679. Provide option to allow hide spark ui in frontend ### What is this PR for? Introducing new property `zeppelin.spark.ui.hidden` to control whether hide spark ui in frontend. By d

[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 Issu

[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 INTERPRETE

[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 [problem](https://issues.apache.org/jira/browse/ZEPPEL

[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 a

[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 Is

[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 co

[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 impl

[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: Impr

[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` bu

[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 ---