[GitHub] zeppelin pull request #3067: [WIP][ZEPPELIN-3609][PART-1] Refactor ZeppelinS...

2018-08-15 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/3067 ---

[jira] [Created] (ZEPPELIN-3721) Documentation misnames PYSPARK_PYTHON as PYSPARKPYTHON

2018-08-15 Thread Mathew (JIRA)
Mathew created ZEPPELIN-3721: Summary: Documentation misnames PYSPARK_PYTHON as PYSPARKPYTHON Key: ZEPPELIN-3721 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3721 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-3720) PYSPARK_PYTHON / PYSPARK_DRIVER_PYTHON ignored.

2018-08-15 Thread Mathew (JIRA)
Mathew created ZEPPELIN-3720: Summary: PYSPARK_PYTHON / PYSPARK_DRIVER_PYTHON ignored. Key: ZEPPELIN-3720 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3720 Project: Zeppelin Issue Type:

[GitHub] zeppelin pull request #3142: ZEPPELIN-3717. Bring back r profile

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

[GitHub] zeppelin issue #3142: ZEPPELIN-3717. Bring back r profile

2018-08-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3142 I will merge it soon as currently travis is broken ---

[GitHub] zeppelin pull request #3142: ZEPPELIN-3717. Bring back r profile

2018-08-15 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3142 ZEPPELIN-3717. Bring back r profile ### What is this PR for? This PR just bring back r profile to make travis pass ### What type of PR is it? [Hot Fix | Refactoring] ###

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-15 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3117 Thanks @oxygen311 Could you add any unit test ? ---

[jira] [Created] (ZEPPELIN-3719) LdapGroupRealm allows to login with empty password

2018-08-15 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3719: --- Summary: LdapGroupRealm allows to login with empty password Key: ZEPPELIN-3719 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3719 Project:

[jira] [Created] (ZEPPELIN-3718) Livy Script fails with unexpected input \n on Windows

2018-08-15 Thread Prabhu Joseph (JIRA)
Prabhu Joseph created ZEPPELIN-3718: --- Summary: Livy Script fails with unexpected input \n on Windows Key: ZEPPELIN-3718 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3718 Project: Zeppelin

[GitHub] zeppelin pull request #3141: Adding CSP header

2018-08-15 Thread atomicpages
GitHub user atomicpages opened a pull request: https://github.com/apache/zeppelin/pull/3141 Adding CSP header ### What is this PR for? Exposing CSP headers in Zeppelin. Sometimes enterprises might not want to set `X-Frame-Options` due to security concerns and chrome not

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-15 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3117 @zjffdu So, I moved this check to `refreshCron()` method ---

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-15 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3117 @felixcheung I have amended commit for checking is note in trash. ---

[jira] [Created] (ZEPPELIN-3717) Bring back r profile

2018-08-15 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3717: Summary: Bring back r profile Key: ZEPPELIN-3717 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3717 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #3140: [WIP][ZEPPELIN-3713] Remove paragraph text and title f...

2018-08-15 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3140 @zjffdu said: > I am afraid we have to keep title & text, because when we run paragraph, the paragraph text in backend may not be updated. That means api runParagraph is not only run

[jira] [Created] (ZEPPELIN-3716) Passing parameters from one paragraph to another

2018-08-15 Thread Dmitriy (JIRA)
Dmitriy created ZEPPELIN-3716: - Summary: Passing parameters from one paragraph to another Key: ZEPPELIN-3716 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3716 Project: Zeppelin Issue

[jira] [Created] (ZEPPELIN-3715) Fix text & titile passing in NotebookRestApi.runParagraph

2018-08-15 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-3715: --- Summary: Fix text & titile passing in NotebookRestApi.runParagraph Key: ZEPPELIN-3715 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3715 Project: Zeppelin

[GitHub] zeppelin issue #3087: [ZEPPELIN-3644]: Adding SPARQL query language support ...

2018-08-15 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3087 this is just for syntax highlighting, there is no interpreter code here. also even for syntax the ACE editor should be set with the language of choice - this PR does not have either of

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

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

[GitHub] zeppelin issue #3136: ZEPPELIN-3699. Remove the logic of converting single r...

2018-08-15 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3136 Paragraph or REST API. though looks like it will break all existing notebook saved since it changes the persistent json. is there a way to make them compatible? ---