[GitHub] zeppelin issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2017-05-31 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2373 Hi, I have a question. Does this PR means, zeppelin can be OAuth client? For example github, google, ... --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] zeppelin issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2017-05-31 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/2373 i've just tried to login using the config info from online demo for oidc-client in https://demo.c2id.com/oidc-client using modified config below ``` oidcConfig = org.pac4j.oidc.confi

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-05-31 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2383 yes a full compilation with all interpreters available should be included in CI build IMO --- If your project is set up for it, you can reply to this email and have your reply appear on Git

[GitHub] zeppelin issue #2380: [ZEPPELIN-2152] Fix for npe in Helium loading when no ...

2017-05-31 Thread necosta
Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2380 Thanks guys! I was having some issues testing this without proxies so really appreciated you testing it. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-31 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2343 If there is no more comment on this, I will merge it. --- 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

[GitHub] zeppelin issue #2377: User does not land on Zeppelin UI Login page after cli...

2017-05-31 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2377 CI green, ready for 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 feature enable

[GitHub] zeppelin issue #2347: [Bug Fix][ZEPPELIN-2554] sql parser fix (backslash)

2017-05-31 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2347 looks OK, let me test it out on my cluster, I'll update this thread. --- 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

[jira] [Created] (ZEPPELIN-2607) Deleting a notebook through REST API should put it in trash.

2017-05-31 Thread Danish Khan (JIRA)
Danish Khan created ZEPPELIN-2607: - Summary: Deleting a notebook through REST API should put it in trash. Key: ZEPPELIN-2607 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2607 Project: Zeppelin

Re: Permission denied: user=zeppelin while using %spark.pyspark interpreter in AWS EMR cluster

2017-05-31 Thread Jeff Zhang
Try to set spark.sql.streaming.checkpointLocation to a folder that user zeppelin has the write permission Trevor Grant 于2017年6月1日周四 上午2:00写道: > maybe relevant (maybe not) > > https://github.com/apache/zeppelin/pull/1323 > > Had some issues hitting a cloud HDFS instance a while back- you may be

[GitHub] zeppelin issue #2383: [ZEPPELIN-2606] Fix compilation with R interpreter ena...

2017-05-31 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2383 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 feature enabled and wishes so, or if the feat

[GitHub] zeppelin issue #2366: [ZEPPELIN-2471] - NotebookTest fails on travis

2017-05-31 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2366 Thanks @pravin-dsilva for the fix. LGTM and merge to master if no further comment. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] zeppelin issue #2378: [ZEPPELIN-2602] fix: broken navbar-title rendering in ...

2017-05-31 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2378 LGTM and merge to master if no further comment. --- 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 thi

[GitHub] zeppelin pull request #2380: [ZEPPELIN-2152] Fix for npe in Helium loading w...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2380 --- 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 e

[GitHub] zeppelin issue #2380: [ZEPPELIN-2152] Fix for npe in Helium loading when no ...

2017-05-31 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2380 Tested and LGTM. Merge this to master and branch-0.7 as a hotfix. --- 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 pro

Re: Permission denied: user=zeppelin while using %spark.pyspark interpreter in AWS EMR cluster

2017-05-31 Thread Trevor Grant
maybe relevant (maybe not) https://github.com/apache/zeppelin/pull/1323 Had some issues hitting a cloud HDFS instance a while back- you may be able to hack a solution out relevant to your problem. tg Trevor Grant Data Scientist https://github.com/rawkintrevo http://stackexchange.com/users/30020

Re: Permission denied: user=zeppelin while using %spark.pyspark interpreter in AWS EMR cluster

2017-05-31 Thread BigData Consultant
How to set the access for zeppelin user to the HDFS? On Tue, May 30, 2017 at 2:16 AM, Felix Cheung wrote: > Seems to be with hdfs ACL - does the service user Zeppelin have access to > your storage? > > -- > *From:* BigData Consultant > *Sent:* Friday, May 26, 2017 10

[GitHub] zeppelin pull request #2383: [ZEPPELIN-2606] Fix compilation with R interpre...

2017-05-31 Thread andreaTP
GitHub user andreaTP opened a pull request: https://github.com/apache/zeppelin/pull/2383 [ZEPPELIN-2606] Fix compilation with R interpreter enabled ### What is this PR for? `mvn -DskipTests clean package -Pr` fails ### What type of PR is it? Bug Fix ### What

[jira] [Created] (ZEPPELIN-2606) compilation with R interpreter is broken

2017-05-31 Thread Andrea Peruffo (JIRA)
Andrea Peruffo created ZEPPELIN-2606: Summary: compilation with R interpreter is broken Key: ZEPPELIN-2606 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2606 Project: Zeppelin Issue

[GitHub] zeppelin issue #2381: [WIP] [gh-pages] [ZEPPELIN-2597] Updating offcial main...

2017-05-31 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/2381 Hi, all. There are many feedback in here so, I've arranged the following TODO list for sharing progress. 1) in blue section - [x] add zeppelin logo in the blue section - [x]

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-31 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/2343 @tinkoff-dwh Sorry. My confirmation is late. I will left comment for results in until 12 hours. I'm sorry for wait. --- If your project is set up for it, you can reply to this em

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-31 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/2343 @cloverhearts Did you test this 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 feature en

[GitHub] zeppelin issue #2343: [ZEPPELIN-2538] JDBC completer improvements for work w...

2017-05-31 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2343 Ready to 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 feature enabled and wishes so

[GitHub] zeppelin issue #2347: [Bug Fix][ZEPPELIN-2554] sql parser fix (backslash)

2017-05-31 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2347 Ready to 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 feature enabled and wishes so

[GitHub] zeppelin issue #2309: [ZEPPELIN-2482] added font size for paragraph

2017-05-31 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2309 Ready to 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 feature enabled and wishes so

[GitHub] zeppelin issue #2268: [ZEPPELIN-2403] interpreter property widgets

2017-05-31 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2268 @Leemoonsoo ? --- 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

[GitHub] zeppelin issue #2381: [WIP] [gh-pages] [ZEPPELIN-2597] Updating offcial main...

2017-05-31 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2381 How about "For single user" -> "Single user" "For multi user" -> "Multi user" ? --- If your project is set up for it, you can reply to this email and have your reply appea