[GitHub] zeppelin issue #3210: [ZEPPELIN-3835] Update website for 0.8.0 release

2018-10-29 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3210 LGTM ---

[GitHub] zeppelin issue #3210: [ZEPPELIN-3835] Update website for 0.8.0 release

2018-10-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/3210 @zjffdu @felixcheung please review. ---

[GitHub] zeppelin pull request #3210: [ZEPPELIN-3835] Update website for 0.8.0 releas...

2018-10-29 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/3210 [ZEPPELIN-3835] Update website for 0.8.0 release ### What is this PR for? 0.8.0 has released in last June, but what's new section in website still have information of 0.7.x. This PR

[jira] [Created] (ZEPPELIN-3835) Update website "what's new" section for 0.8.0 release.

2018-10-29 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-3835: -- Summary: Update website "what's new" section for 0.8.0 release. Key: ZEPPELIN-3835 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3835 Project: Zeppelin

[jira] [Created] (ZEPPELIN-3834) Some keyboard shortcuts do not behave as documented, using Chrome in Windows.

2018-10-29 Thread jahira ibrahim (JIRA)
jahira ibrahim created ZEPPELIN-3834: Summary: Some keyboard shortcuts do not behave as documented, using Chrome in Windows. Key: ZEPPELIN-3834 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3834

[GitHub] zeppelin pull request #3207: [ZEPPELIN-3825] Allow custom service account fo...

2018-10-29 Thread 88sanjay
Github user 88sanjay closed the pull request at: https://github.com/apache/zeppelin/pull/3207 ---

[GitHub] zeppelin pull request #3207: [ZEPPELIN-3825] Allow custom service account fo...

2018-10-29 Thread 88sanjay
GitHub user 88sanjay reopened a pull request: https://github.com/apache/zeppelin/pull/3207 [ZEPPELIN-3825] Allow custom service account for GCSNotebookRepo ### What is this PR for? The current implementation uses the default google applications service account to establish

[jira] [Created] (ZEPPELIN-3833) Zeppelin UI cycling uncontrollably

2018-10-29 Thread nathan warshauer (JIRA)
nathan warshauer created ZEPPELIN-3833: -- Summary: Zeppelin UI cycling uncontrollably Key: ZEPPELIN-3833 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3833 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-3832) zeppelin-0.8.0-bin-all remote process hung issue where as 0.7 works

2018-10-29 Thread Pankaj Singh (JIRA)
Pankaj Singh created ZEPPELIN-3832: -- Summary: zeppelin-0.8.0-bin-all remote process hung issue where as 0.7 works Key: ZEPPELIN-3832 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3832 Project:

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/zeppelin/pull/3206 It should be usable if the changes is cherry-picked properly. This PR basically just replace one line:

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread ajaygk95
Github user ajaygk95 commented on the issue: https://github.com/apache/zeppelin/pull/3206 > > > The error message: > > ``` > [ERROR] /home/cloud-user/ajay/code/csf-cc-zeppelin-k8szep/spark/scala- >

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread ajaygk95
Github user ajaygk95 commented on the issue: https://github.com/apache/zeppelin/pull/3206 > > > Does that happen only with this code changes? The change here does not touch signature at `class SparkScala211Interpreter(` and the error message looks pretty unrelated. The

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/zeppelin/pull/3206 The error message: ``` [ERROR] /home/cloud-user/ajay/code/csf-cc-zeppelin-k8szep/spark/scala-2.11/src/main/scala/org/apache/zeppelin/spark/SparkScala211Interpreter.scala:37:

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/zeppelin/pull/3206 Does that happen only with this code changes? The change here does not touch signature at `class SparkScala211Interpreter(` and the error message looks pretty unrelated. The whole change

[GitHub] zeppelin issue #3206: [WIP][ZEPPELIN-3810] Support Spark 2.4

2018-10-29 Thread ajaygk95
Github user ajaygk95 commented on the issue: https://github.com/apache/zeppelin/pull/3206 Hello, I was trying to run zeppelin with spark 2.4. I have pulled your code. While building zeppelin I'm facing the below issue, ``` [ERROR]