[GitHub] zeppelin issue #2870: [ZEPPELIN-3335] trim property name of interpreter sett...

2018-03-19 Thread rockiee281
Github user rockiee281 commented on the issue: https://github.com/apache/zeppelin/pull/2870 Hi, @zjffdu rebase done ---

[GitHub] zeppelin issue #2881: ZEPPELIN-3313 z.getInterpreterContext().out().clear() ...

2018-03-19 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2881 @zjffdu the issue in the second screenshot will not occur when viz switching is enabled, I'm working on it ---

[jira] [Created] (ZEPPELIN-3353) Ship IPython prerequisites in PythonInterpreter

2018-03-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3353: Summary: Ship IPython prerequisites in PythonInterpreter Key: ZEPPELIN-3353 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3353 Project: Zeppelin Issue

[GitHub] zeppelin issue #2870: [ZEPPELIN-3335] trim property name of interpreter sett...

2018-03-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2870 could you do a rebase first ? ---

[GitHub] zeppelin issue #2870: [ZEPPELIN-3335] trim property name of interpreter sett...

2018-03-19 Thread rockiee281
Github user rockiee281 commented on the issue: https://github.com/apache/zeppelin/pull/2870 @felixcheung Hi, I check the build errors but seems those error was caused by other codes on the master branch. Should I wait until others resolve those problems? ---

[jira] [Created] (ZEPPELIN-3352) Improve RemoteInterpreterProcess creation timeout mechnism

2018-03-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3352: Summary: Improve RemoteInterpreterProcess creation timeout mechnism Key: ZEPPELIN-3352 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3352 Project: Zeppelin

Re: Build zeppelin 0.8 with spark 2.3

2018-03-19 Thread Jeff Zhang
You don't need to build with spark 2.3 to make zeppelin support spark 2.3. Starting from branch-0.8, you can build zeppelin without specifying any spark profile and it would support all versions of spark. mvn clean package -DskipTests Felix Cheung 于2018年3月20日周二

[GitHub] zeppelin issue #2854: ZEPPELIN-3310. Scio interpreter layout is broken

2018-03-19 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue: https://github.com/apache/zeppelin/pull/2854 Thank you for the review and merge. ---

[GitHub] zeppelin issue #2854: ZEPPELIN-3310. Scio interpreter layout is broken

2018-03-19 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2854 thanks - sorry about the delay ---

[GitHub] zeppelin pull request #2854: ZEPPELIN-3310. Scio interpreter layout is broke...

2018-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2854 ---

Re: Build zeppelin 0.8 with spark 2.3

2018-03-19 Thread Felix Cheung
Are you running with branch-0.8? I think there is a recent change in master for this. From: Felix Cheung Sent: Monday, March 19, 2018 9:49:10 AM To: dev@zeppelin.apache.org; dev@zeppelin.apache.org Subject: Re: Build zeppelin 0.8 with

Re: Build zeppelin 0.8 with spark 2.3

2018-03-19 Thread Felix Cheung
Spark 2.3 does not support Scala 2.10. There should be a script to switch Zeppelin to build for Scala 2.11 only... From: Xiaohui Liu Sent: Sunday, March 18, 2018 9:20:13 PM To: dev@zeppelin.apache.org Subject: Build zeppelin 0.8 with spark 2.3

Build zeppelin 0.8 with spark 2.3

2018-03-19 Thread Xiaohui Liu
Hi, I am building zep 0.8 with Spark 2.3. >> ./dev/change_scala_version.sh 2.11 >> mvn clean package -Pspark-2.3 -Pr -Pscala-2.11 -Pbuild-distr -DskipTests But it fails with the following error: [ERROR] Failed to execute goal on project spark-scala-2.10: Could not resolve dependencies for

[GitHub] zeppelin issue #2854: ZEPPELIN-3310. Scio interpreter layout is broken

2018-03-19 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue: https://github.com/apache/zeppelin/pull/2854 @felixcheung If no problem, could you merge this PR? ---

[GitHub] zeppelin issue #2881: ZEPPELIN-3313 z.getInterpreterContext().out().clear() ...

2018-03-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2881 Thanks @r-kamath , I try another example, but the result seems unstable (sometimes it would display 2 elements), see screenshot.

[GitHub] zeppelin pull request #2873: ZEPPELIN-3340 Streaming support in builtin visu...

2018-03-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2873 ---

[GitHub] zeppelin pull request #2881: ZEPPELIN-3313 z.getInterpreterContext().out().c...

2018-03-19 Thread r-kamath
GitHub user r-kamath opened a pull request: https://github.com/apache/zeppelin/pull/2881 ZEPPELIN-3313 z.getInterpreterContext().out().clear() fails to clear table data ### What is this PR for? z.getInterpreterContext().out().clear() fails to clear table data ### What

[GitHub] zeppelin issue #1678: [ZEPPELIN-1706] Make spark Ui accesible in various int...

2018-03-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1678 ping @karuppayya ---

[GitHub] zeppelin pull request #2880: Fix to build for spark 2.3

2018-03-19 Thread woowahan-jaehoon
GitHub user woowahan-jaehoon opened a pull request: https://github.com/apache/zeppelin/pull/2880 Fix to build for spark 2.3 ### What is this PR for? build for spark 2.3 ### What type of PR is it? Bug Fix ### Todos * [x] - Remove unused import in

[jira] [Created] (ZEPPELIN-3351) Build fail for Spark 2.3

2018-03-19 Thread Jaehoon Jeong (JIRA)
Jaehoon Jeong created ZEPPELIN-3351: --- Summary: Build fail for Spark 2.3 Key: ZEPPELIN-3351 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3351 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2716: [ZEPPELIN-3123] Fix to create pid per each interpreter

2018-03-19 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2716 @mebelousov No, It couldn't work. :( ---

[GitHub] zeppelin issue #2852: [ZEPPELIN-3264] Notebook Snapshot feature.

2018-03-19 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2852 Will the git storage allow to delete older snapshots? I see the scenario: every day create new snapshot and delete the oldest snapshot. ---

[jira] [Created] (ZEPPELIN-3350) Don't allow setting cronExecutionUser

2018-03-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3350: Summary: Don't allow setting cronExecutionUser Key: ZEPPELIN-3350 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3350 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-3349) Add more test for cron job

2018-03-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3349: Summary: Add more test for cron job Key: ZEPPELIN-3349 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3349 Project: Zeppelin Issue Type: Sub-task

[GitHub] zeppelin issue #2873: ZEPPELIN-3340 Streaming support in builtin visualizati...

2018-03-19 Thread r-kamath
Github user r-kamath commented on the issue: https://github.com/apache/zeppelin/pull/2873 will merge this if there are no more discussions ---