[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
Thanks @1ambda for the help on the updated diagram, it looks create. Just 
leave a minor 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 this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2447: [ZEPPELIN-2700] Provide a link to interpreter binding ...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2447
  
merge if 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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
Many sentences should be updated since our major unit is the session, not 
interpreter group in the screenshots. Let me updated.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2268
  
I am not a big fan of this approach.  But reviewers discussed and I 
partially agree in terms of complexity. 

I will check few things since it was quite old when I last reviewed this, 
Then if it's good will merge if 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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-06-28 Thread tinkoff-dwh
GitHub user tinkoff-dwh reopened a pull request:

https://github.com/apache/zeppelin/pull/2268

[ZEPPELIN-2403] interpreter property widgets

### What is this PR for?
I spoiled the previous PR #2251

Added widgets (string, text, url, password, url, checkbox) to properties of 
interpreters. Those are widgets for properties customization. Properties must 
have the ability to customize the display (for example password).


### What type of PR is it?
Feature

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2403

### How should this be tested?
- remove conf/interpreter.json
- Try new form (create, edit) of interpreter settings

### Screenshots (if appropriate)
edit

![edit](https://cloud.githubusercontent.com/assets/25951039/25130228/e2a28060-245a-11e7-895a-d7c1571f885f.png)

view

![view](https://cloud.githubusercontent.com/assets/25951039/25130227/e2a10906-245a-11e7-9ea3-0bd070219f42.png)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/tinkoff-dwh/zeppelin ZEPPELIN-2403

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2268.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2268


commit 45f5f6276d731084b3873cb1885f684ab1449e68
Author: Tinkoff DWH 
Date:   2017-04-14T07:44:29Z

ZEPPELIN-2403 added interpreter property types

commit 12499ae1ef7d329c7f3e74b4298031cfe4b9c490
Author: Tinkoff DWH 
Date:   2017-04-17T08:01:39Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

# Conflicts:
#   docs/install/upgrade.md

commit 14353b1200443582b1fceafabce0e82cdf83a054
Author: Tinkoff DWH 
Date:   2017-04-17T08:02:01Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit dd5d6c809aeb2bdb72357a072954cf4a9c882487
Author: Tinkoff DWH 
Date:   2017-04-17T08:38:59Z

ZEPPELIN-2403 did properties immutable, added new type 'checkbox'

commit 4f271d9b03a1748d83fefdf290abbba68d3cd280
Author: Tinkoff DWH 
Date:   2017-04-18T12:16:00Z

ZEPPELIN-2403  rename to widget  added new widgets  string,  number,  url

commit fd8d27810cfc004216c8ea61ea7fe5d06aa9bde2
Author: Tinkoff DWH 
Date:   2017-04-20T10:42:05Z

Merge remote-tracking branch 'origin/master' into ZEPPELIN-2403_backup

# Conflicts:
#   zeppelin-web/src/app/interpreter/interpreter.controller.js
#   zeppelin-web/src/index.js

commit a495137ffccd7d88adb9593ada3cff2cb6e10698
Author: Tinkoff DWH 
Date:   2017-04-20T10:49:24Z

ZEPPELIN-2403 eslint fix

commit 07160e00eb294f9962b7b4c1bc738c1e7788c870
Author: Tinkoff DWH 
Date:   2017-04-27T10:40:36Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit e92713c72f41e9c1be2fd85bcc8a4ca35f4b5810
Author: Tinkoff DWH 
Date:   2017-04-27T10:44:26Z

[ZEPPELIN-2403] generalized types, added new types

commit 637cb0a155d5e4d525c74f95744a4e9a2edb023d
Author: Tinkoff DWH 
Date:   2017-04-28T10:44:11Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

# Conflicts:
#   spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java

commit b41e7a3f19ea982f67d7a0d5fc6570a31ae37467
Author: Tinkoff DWH 
Date:   2017-05-01T16:47:50Z

ZEPPELIN-2403 checkstyle

commit 76a9808307e53040a60c01eb5099d9fbe627c520
Author: Tinkoff DWH 
Date:   2017-05-11T04:24:05Z

Merge remote-tracking branch 'origin/master' into ZEPPELIN-2403

commit c6d24c4c35b51628fd1de1f37e0135c4ac8b3e5c
Author: Tinkoff DWH 
Date:   2017-05-11T06:11:07Z

[ZEPPELIN-2403] converter for old settings to new (with widgets)

commit f735c0a9465390b4a083de32719962004d2247b6
Author: Tinkoff DWH 
Date:   2017-05-11T06:51:35Z

[ZEPPELIN-2403] fix test

commit 99daca6d5892c3485162734520470186f128afec
Author: Tinkoff DWH 
Date:   2017-05-11T09:01:32Z

[ZEPPELIN-2403] fix rest api test

commit ca1e2bf7602bb21e410e9e4fe6b7ad41f157163b
Author: Tinkoff DWH 
Date:   2017-05-15T08:14:45Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-2403

commit 10ce996a10d19805dba1c1968678f2f72726e1fe
Author: Tinkoff DWH 
Date:   2017-05-22T11:32:13Z

[ZEPPELIN-2403] merge widget and type

commit 

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

2017-06-28 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at:

https://github.com/apache/zeppelin/pull/2268


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2441: [ZEPPELIN-2683] fix: should provide horizontal scrollb...

2017-06-28 Thread soralee
Github user soralee commented on the issue:

https://github.com/apache/zeppelin/pull/2441
  
Cool! 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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-06-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2442
  
@felixcheung 
session == database session. added documentation


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #2444: [ZEPPELIN-2691] fix: should display setting for...

2017-06-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2444


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
awesome!


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2394: [gh-pages] [ZEPPELIN-2597] adding technologies and dep...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2394
  
Looks good to me. Thanks for your contribution. 

Merge if no more discussion.


![image](https://user-images.githubusercontent.com/4968473/27670824-6324fc98-5cca-11e7-9e57-c325663472dc.png)



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2447: [ZEPPELIN-2700] Provide a link to interpreter binding ...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2447
  
Thanks for the review @felixcheung, I updated the tooltip message.


![image](https://user-images.githubusercontent.com/4968473/27670624-0857dcaa-5cc9-11e7-9b25-4c819e6e0e3b.png)



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
Now it looks like


![image](https://user-images.githubusercontent.com/4968473/27670467-180708fc-5cc8-11e7-8ffc-bdf4ca224e1b.png)


![image](https://user-images.githubusercontent.com/4968473/27670469-1ba75f8e-5cc8-11e7-99bc-f3d3c0deef97.png)


![image](https://user-images.githubusercontent.com/4968473/27670473-1f54b30c-5cc8-11e7-9543-4b31beeed77c.png)


![image](https://user-images.githubusercontent.com/4968473/27670479-282b4de2-5cc8-11e7-9ca5-df3bd688fa25.png)


![image](https://user-images.githubusercontent.com/4968473/27670482-2b86f04a-5cc8-11e7-8623-74b1831fb542.png)


![image](https://user-images.githubusercontent.com/4968473/27670486-2fa69400-5cc8-11e7-8b9b-27033fcd22db.png)



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2394: [gh-pages] [ZEPPELIN-2597] adding technologies and dep...

2017-06-28 Thread soralee
Github user soralee commented on the issue:

https://github.com/apache/zeppelin/pull/2394
  
@1ambda Fixed!


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID C...

2017-06-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2373


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2435: [ZEPPELIN-2688]. Upgrade ace to 1.2.7

2017-06-28 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2435
  
oh nice


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-2705) Remove support for interpreter with remove as false

2017-06-28 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2705:


 Summary: Remove support for interpreter with remove as false
 Key: ZEPPELIN-2705
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2705
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
@zjffdu Let me work on the new diagram based on yours, and will share it 
here.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
@cacti77 @zjffdu Please tell me if this is incorrect


![image](https://user-images.githubusercontent.com/4968473/27667834-6b63f97a-5cb8-11e7-9c0b-3ddf2a28845c.png)



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
@zjffdu I like that diagram, it's more precise and accurate. But would be 
nice to

- colorize
- and attach note UI so that users easily understand 

like 


![image](https://user-images.githubusercontent.com/4968473/27667820-595e45fa-5cb8-11e7-8787-82752433d7dd.png)
 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2435: [ZEPPELIN-2688]. Upgrade ace to 1.2.7

2017-06-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2435
  
Will merge it if 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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
@cacti77  @1ambda  How about diagram like this ?


![image](https://user-images.githubusercontent.com/164491/27667765-9ca2a6ac-5caf-11e7-8dcf-781252d40c8d.png)

![image](https://user-images.githubusercontent.com/164491/27667735-7744299e-5caf-11e7-9fb7-471a0abe5638.png)



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
1. Added the **sharing objects** column.
2. Enhanced the description for **per user**


![image](https://user-images.githubusercontent.com/4968473/27667762-fa7d18f4-5cb7-11e7-907f-80f57b791548.png)

3. Added images for UI


![image](https://user-images.githubusercontent.com/4968473/27667773-061de62a-5cb8-11e7-9ff5-9f165e9293ef.png)




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
@cacti77 So, you want to add some description for **per user** as well?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2447: [ZEPPELIN-2700] Provide a link to interpreter binding ...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2447
  
Updating doc is discussed in https://github.com/apache/zeppelin/pull/2437


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #2423: [ZEPPELIN-2672] Fix interpreter repos url toolt...

2017-06-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2423


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-2704) Unauth user accessing /notebook/ should be redirected to notebook page after login

2017-06-28 Thread Arthur Jeng (JIRA)
Arthur Jeng created ZEPPELIN-2704:
-

 Summary: Unauth user accessing /notebook/ should be 
redirected to notebook page after login
 Key: ZEPPELIN-2704
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2704
 Project: Zeppelin
  Issue Type: Bug
Reporter: Arthur Jeng
Priority: Minor


Currently users are directed to zeppelin homepage after logging in on 
/notebook/.

This can be confusing, especially since the user intent is clear.

>From what I know, 'ref' field isn't being set correctly on login redirect.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


Zeppelin security configuration

2017-06-28 Thread goutham koneru
Hi,

I've enabled AD authentication by updating shiro.ini - this is just to
login to Zeppelin. I am using HDP 2.6.1 and Zeppelin 0.7.0.


ldapADGCRealm.userSearchFilter=(&(objectclass=user)(sAMAccountName={0})(|(
memberOf=cn=adhdpadm,ou=Groups,ou=Corporate,dc=abccompany,dc=com)(memberOf=
cn=adhdpdev,ou=Groups,ou=Corporate,dc=abccompany,dc=com)))

Now people belong to these groups are able to login but all of them have
access to edit any interpreters. People who belong to adhdpdev group should
not be able to modify any settings. I have tried with individual users by
specifying in shiro.ini and it worked. But how can I do that with groups?
Is it possible?

Thanks,
Goutham.


[GitHub] zeppelin issue #2407: [ZEPPELIN-1907] Shell Interpreter does not renew ticke...

2017-06-28 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2407
  
@prabhjyotsingh,  created 
https://issues.apache.org/jira/browse/ZEPPELIN-2703
Let me know what do you gyus think?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-2703) Drop down user's interpreter uid to authenticated user's uid

2017-06-28 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-2703:
---

 Summary: Drop down user's interpreter uid to authenticated user's 
uid
 Key: ZEPPELIN-2703
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2703
 Project: Zeppelin
  Issue Type: Improvement
Affects Versions: 0.7.2, 0.7.0, 0.8.0
Reporter: Ruslan Dautkhanov
Priority: Critical


Would be great if Zeppelin would launch user's Zeppelin interpreter processes 
under their own uid through setuid() call. 

So then keytabs could be locked down to be accessible to that one user. 

For example, after I LDAP-authenticated as "tagar" user, Zeppelin will drop 
down uid to tagar user and its keytab will have unix access bits set to 0600.

As suggested on 
[PR-2407|https://github.com/apache/zeppelin/pull/2407#issuecomment-311485194] 
for ZEPPELIN-1907.

Another advantage is that for example, user's shell interpreter would find ~ to 
be correct user's home directory, not a shared service accounts' home directory.

Notice, that setuid() doesn't require Zeppelin to run as root user. It's only 
required to set CAP_SETUID Linux capability on the executable so Zeppelin 
server can change user's interpreter processes from Zeppelin's service 
account's uid to that specific user's uid. 




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin pull request #2448: [ZEPPELIN-2702] save notes in reader-friendly f...

2017-06-28 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request:

https://github.com/apache/zeppelin/pull/2448

[ZEPPELIN-2702] save notes in reader-friendly format with zpln extension 
for VFS and Git repo

### What is this PR for?
first task in converting note files into human readable and Zeppelin own 
format

### What type of PR is it?
Improvement | Feature

### Todos
* [x] - initial flow
* [ ] - add rename tests

### What is the Jira issue?
[ZEPPELIN-2702](https://issues.apache.org/jira/browse/ZEPPELIN-2702)

### How should this be tested?
go create new notes or rename title of old ones

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? maybe


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/khalidhuseynov/zeppelin feat/zpln-extension

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/2448.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2448


commit 60b3d8bc31872d05818d28d476c83d3a3b1d775b
Author: Khalid Huseynov 
Date:   2017-06-27T12:36:27Z

read note from zpln and json files

commit 4d02c8f24fae27bfa01c330d34e0371be9d57855
Author: Khalid Huseynov 
Date:   2017-06-28T15:05:53Z

add file conversion routine

commit b469cc4003524a446488670153017c5b4f29985d
Author: Khalid Huseynov 
Date:   2017-06-28T18:14:14Z

fix create note

commit e14889c7f7446b2e4b4bf1c5f9a6fb3447bbae02
Author: Khalid Huseynov 
Date:   2017-06-28T18:14:48Z

add convert util test




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-2702) Save note in [NoteId]/[Title].zpln instead of [NoteId]/note.json for VFS and Git repo

2017-06-28 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-2702:
-

 Summary: Save note in [NoteId]/[Title].zpln instead of 
[NoteId]/note.json for VFS and Git repo
 Key: ZEPPELIN-2702
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2702
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: Khalid Huseynov


This is first step for saving note in local storage in human friendly Zeppelin 
own format (e.g. zpln)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] zeppelin issue #2428: [ZEPPELIN-1470] limiting results from jdbc

2017-06-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2428
  
@herval 
reopen pull request. and wait another reviewers or committers)


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2439: [ZEPPELIN-2680] allow opening notebook as a reader

2017-06-28 Thread herval
Github user herval commented on the issue:

https://github.com/apache/zeppelin/pull/2439
  
Build is green: https://travis-ci.org/herval/zeppelin/builds/247345573


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Google OAuth in Zeppelin

2017-06-28 Thread Akash Mishra
Hi *,

Is there any plans to enable OAuth based Authentication mechanism for
Zeppelin. Going through some of the archive emails I found out people
suggesting to use buji-pac4j but it looks like the integration is not very
smooth. I was also looking at the Apache Oltu Project which helps in the
handling of OAuth.

I am planning to add OAuth feature on Zeppelin but would require some input
from community,


1. Do we have any brainstorm done on how to implement OAuth?
2. Which library would be better suited for our case?


Thanks,





-- 

Regards,
Akash Mishra.


"It's not our abilities that make us, but our decisions."--Albus Dumbledore


[GitHub] zeppelin issue #2441: [ZEPPELIN-2683] fix: should provide horizontal scrollb...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2441
  
@tinkoff-dwh Thanks for the review. Merge if 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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2447: [ZEPPELIN-2700] Provide a link to interpreter binding ...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2447
  
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, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2446: [WIP] [ZEPPELIN-2699] Helium REST API bug-fixes. Also ...

2017-06-28 Thread necosta
Github user necosta commented on the issue:

https://github.com/apache/zeppelin/pull/2446
  
@1ambda , yes, started adding unit-tests. This will take time. I'll update 
you when ready.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2407: [ZEPPELIN-1907] Shell Interpreter does not renew ticke...

2017-06-28 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2407
  
@Tagar sure, would you like to create a JIRA for the same?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2437: [ZEPPELIN-2582][DOCS] docs for interpreter binding mod...

2017-06-28 Thread cacti77
Github user cacti77 commented on the issue:

https://github.com/apache/zeppelin/pull/2437
  
> from the code perspective, there's only one InterpreterGroup for scoped 
mode, but multiple sessions in one InterpreterGroup.

If this is true then surely the diagram for scoped mode should only have 
one InterpreterGroup in it, but with multiple (Spark?) sessions inside that, 
with several interpreters inside each session?

Also, this 'per note' and 'per user' does appear to add another dimension. 
So, to explain what's happening you'd need one table for shared/scoped/isolated 
for the 'per user' mode and another table again for shared/scoped/isolated for 
the 'per note' mode.

It would also be good to have a column or table explaining how data can be 
shared, or not, between notebooks in the 3 different modes. As a Zeppelin user 
I find all these different combinations really confusing. Maybe an 
architectural diagram of how the different parts of Zeppelin talk to each other 
would help here. Or maybe the product itself should be simplified to remove a 
lot of these combinations, especially if they're not used much?!


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-2701) Missing HTML title

2017-06-28 Thread Thomas Decaux (JIRA)
Thomas Decaux created ZEPPELIN-2701:
---

 Summary: Missing HTML title
 Key: ZEPPELIN-2701
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2701
 Project: Zeppelin
  Issue Type: Improvement
  Components: front-end, GUI
Reporter: Thomas Decaux
Priority: Trivial


The HTML page is missing the title!

title is really useful when you have multiple tabs of same web site to 
distinguish the page.

I was thinking to put the notebook title here?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


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

2017-06-28 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2268
  
@Leemoonsoo @1ambda 
maybe merge? 2 month :)


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #2433: [ZEPPELIN-2684] Flaky Test: ParagraphActionsIT....

2017-06-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/2433


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2017-06-28 Thread andreaTP
Github user andreaTP commented on the issue:

https://github.com/apache/zeppelin/pull/2373
  
thanks a lot!


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2445
  
Hi, could you setup CI? 

- 
http://zeppelin.apache.org/contribution/contributions.html#continuous-integration
- the forked repository name must be `zeppelin`



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2447: [ZEPPELIN-2700] Provide a link to interpreter binding ...

2017-06-28 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2447
  
CI failed but irrelevant.

- https://travis-ci.org/1ambda/zeppelin/jobs/247790231

```java
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 145.149 sec 
- in org.apache.zeppelin.integration.AuthenticationIT

Results :

Tests in error: 
  
ZeppelinIT.testSparkInterpreterDependencyLoading:249->AbstractZeppelinIT.waitForParagraph:68->AbstractZeppelinIT.pollingWait:94
 » Timeout

Tests run: 24, Failures: 0, Errors: 1, Skipped: 0
```


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---