[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-09-03 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2492 Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-09-03 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2492 @1ambda I am able to reproduce the issue, seems like the value is getting repeated. It turns out that all Headers are being set multiple times. I have created an issue (ZEPPELIN-2896) for t

[jira] [Created] (ZEPPELIN-2896) HTTP Response headers are being set multiple times

2017-09-03 Thread Krishna Pandey (JIRA)
Krishna Pandey created ZEPPELIN-2896: Summary: HTTP Response headers are being set multiple times Key: ZEPPELIN-2896 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2896 Project: Zeppelin

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-09-03 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2492 @krishna-pandey Hi, I just built master execute zeppelin. - https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.jav

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-09-03 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2492 @1ambda What's the value you are providing for "zeppelin.server.xxss.protection" property. It can take three possible values "0", "1" or "1; mode=block". --- If your project is set up for

[GitHub] zeppelin issue #2492: [ZEPPELIN-2775] Strict-Transport-Security and X-XSS-Pr...

2017-09-03 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2492 @krishna-pandey Hi, I am getting this error in browser console. Could you check this? ![image](https://user-images.githubusercontent.com/4968473/30010678-6c2c0dfa-916c-11e7-88ee-11073911ae

[GitHub] zeppelin issue #2559: [ZEPPELIN-2894] Show users in notebook permission usin...

2017-09-03 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2559 Hi, @janusd Could you check https://github.com/apache/zeppelin/pull/2487/files? which was merged to prevents SQL injection. --- If your project is set up for it, you can reply to this e

[GitHub] zeppelin issue #2548: fix tiny typos

2017-09-03 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2548 Hi, @kepricon Could you resolve the conflict? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feat

[GitHub] zeppelin pull request #2557: [HOTFIX][branch-0.7] Correct py4j.version in sp...

2017-09-03 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/2557 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] zeppelin issue #2508: [ZEPPELIN-2817] Support default interpreter setting in...

2017-09-03 Thread reminia
Github user reminia commented on the issue: https://github.com/apache/zeppelin/pull/2508 @zjffdu @Leemoonsoo can you help review? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] zeppelin issue #2562: ZEPPELIN-2645. Adding way to register RemoteInterprete...

2017-09-03 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2562 Left a question. except for that, LGTM. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] zeppelin issue #2562: ZEPPELIN-2645. Adding way to register RemoteInterprete...

2017-09-03 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2562 LGTM. I agree with using Thrift to implement this feature as we don't have to add new libs more. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[GitHub] zeppelin issue #2562: ZEPPELIN-2645. Adding way to register RemoteInterprete...

2017-09-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2562 @Leemoonsoo @jongyoul Please help review, thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this f

[GitHub] zeppelin issue #2557: [HOTFIX][branch-0.7] Correct py4j.version in spark pom

2017-09-03 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/2557 Fixed travis failure, merging if there is no more discussion --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does n

[GitHub] zeppelin issue #2561: ZEPPELIN-2893. Pass non spark.* of spark interpreter p...

2017-09-03 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2561 hmm, seems a better approach. Update the PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this featur

[GitHub] zeppelin issue #2561: ZEPPELIN-2893. Pass non spark.* of spark interpreter p...

2017-09-03 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2561 for example, Spark passes on `spark.hadoop.foo` as `foo` to hadoop/hive conf, which I think it's a better approach? https://github.com/apache/spark/blob/3f958a99921d149fb9fdf7ba7e78957afda

[GitHub] zeppelin pull request #2563: ZEPPELIN-204 make scala code completion work ag...

2017-09-03 Thread pellmont
GitHub user pellmont opened a pull request: https://github.com/apache/zeppelin/pull/2563 ZEPPELIN-204 make scala code completion work again ### What is this PR for? Spark Scala interpreter didn't show any useful completion proposals (besides some keywords) ### What type