[GitHub] [zeppelin] zjffdu opened a new pull request #3629: [ZEPPELIN-4529]. Update R interpreter document

2020-02-03 Thread GitBox
zjffdu opened a new pull request #3629: [ZEPPELIN-4529]. Update R interpreter document URL: https://github.com/apache/zeppelin/pull/3629 ### What is this PR for? This PR update the R interpreter document and ### What type of PR is it? [Bug Fix | Improvement | Feature |

[GitHub] [zeppelin] zjffdu opened a new pull request #3628: [ZEPPELIN-4593]. Failed to get completion in ShinyInterpreter

2020-02-03 Thread GitBox
zjffdu opened a new pull request #3628: [ZEPPELIN-4593]. Failed to get completion in ShinyInterpreter URL: https://github.com/apache/zeppelin/pull/3628 ### What is this PR for? The root cause is that we didn't implement `completion` method, so it would always return null which cause

[jira] [Created] (ZEPPELIN-4593) Failed to get completion in ShinyInterpreter

2020-02-03 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4593: Summary: Failed to get completion in ShinyInterpreter Key: ZEPPELIN-4593 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4593 Project: Zeppelin Issue

[GitHub] [zeppelin] krishna-pandey commented on issue #3622: [ZEPPELIN-4586] Add option to avoid sending Jetty version on headers and on 300/400 pages

2020-02-03 Thread GitBox
krishna-pandey commented on issue #3622: [ZEPPELIN-4586] Add option to avoid sending Jetty version on headers and on 300/400 pages URL: https://github.com/apache/zeppelin/pull/3622#issuecomment-581715554 > bot You got me confused here. I got into thinking about Bots fingerprinting

[GitHub] [zeppelin] asfgit closed pull request #3627: [ZEPPELIN-4590]. Miss line break for IRInterpreter

2020-02-03 Thread GitBox
asfgit closed pull request #3627: [ZEPPELIN-4590]. Miss line break for IRInterpreter URL: https://github.com/apache/zeppelin/pull/3627 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [zeppelin] rimolive commented on issue #3620: [ZEPPELIN-4583] Fix artifact resolving issues

2020-02-03 Thread GitBox
rimolive commented on issue #3620: [ZEPPELIN-4583] Fix artifact resolving issues URL: https://github.com/apache/zeppelin/pull/3620#issuecomment-581422852 Yes, I think. The code is a bit messed in my local repo, but I'll remove this file.

[GitHub] [zeppelin] javierivanov commented on issue #3621: [ZEPPELIN-4585] Add HTTP Cache-Control Header

2020-02-03 Thread GitBox
javierivanov commented on issue #3621: [ZEPPELIN-4585] Add HTTP Cache-Control Header URL: https://github.com/apache/zeppelin/pull/3621#issuecomment-581421953 @alexott makes sense to me. I will check that. This is an

[GitHub] [zeppelin] javierivanov commented on issue #3622: [ZEPPELIN-4586] Add option to avoid sending Jetty version on headers and on 300/400 pages

2020-02-03 Thread GitBox
javierivanov commented on issue #3622: [ZEPPELIN-4586] Add option to avoid sending Jetty version on headers and on 300/400 pages URL: https://github.com/apache/zeppelin/pull/3622#issuecomment-581421259 @krishna-pandey Yes, but I think bot approaches are good here, since the goal is to

[jira] [Created] (ZEPPELIN-4592) Zeppelin 0.8.2 does not automatically add libraries to SparkCluster

2020-02-03 Thread Youness Lagrini (Jira)
Youness Lagrini created ZEPPELIN-4592: - Summary: Zeppelin 0.8.2 does not automatically add libraries to SparkCluster Key: ZEPPELIN-4592 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4592

[GitHub] [zeppelin] zjffdu opened a new pull request #3627: [ZEPPELIN-4590]. Miss line break for IRInterpreter

2020-02-03 Thread GitBox
zjffdu opened a new pull request #3627: [ZEPPELIN-4590]. Miss line break for IRInterpreter URL: https://github.com/apache/zeppelin/pull/3627 ### What is this PR for? In ZEPPELIN-4562, I fix the googlevis issue, but cause the line break missing. In this PR, I will only make html