[GitHub] zeppelin pull request #2547: Fix trivial typo

2017-08-21 Thread byung-u
GitHub user byung-u opened a pull request:

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

Fix trivial typo

### What is this PR for?
Fixes a trivial typo in travis_check.py.

The semicolon does nothing in travis_check.py.
Python use semicolon when several statements on the same line, here is 
[python doc.](https://docs.python.org/3/reference/compound_stmts.html)


### 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/byung-u/zeppelin feature/fix-trivial-typo

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

https://github.com/apache/zeppelin/pull/2547.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 #2547


commit fef77e51a85d4ff5dabcdc568fad43eb34fcb427
Author: byung-u 
Date:   2017-08-22T02:21:37Z

feature: remove semicolon end of statement




---
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 #2546: Fix trivial typo

2017-08-21 Thread byung-u
Github user byung-u closed the pull request at:

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


---
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 #2546: Fix trivial typo

2017-08-21 Thread byung-u
GitHub user byung-u opened a pull request:

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

Fix trivial typo

### What is this PR for?
Fixes a trivial typo in travis_check.py.

The semicolon does nothing in travis_check.py.
Python use semicolon when several statements on the same line, here is 
[python doc](https://docs.python.org/3/reference/compound_stmts.html)

### What type of PR is it?
[Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]

### Todos
* [ ] - Task

### What is the Jira issue?
* Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
* Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. 
[ZEPPELIN-533]

### How should this be tested?
Outline the steps to test the PR here.

### Screenshots (if appropriate)

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


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

$ git pull https://github.com/byung-u/zeppelin feature/trivial-typo

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

https://github.com/apache/zeppelin/pull/2546.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 #2546


commit 9b9cfa1e2854dccddf6789c8e11c253c4697ec94
Author: Prabhjyot Singh 
Date:   2017-08-10T23:27:28Z

[ZEPPELIN-2846] Add selenium test case for AnyOfRolesAuthorizationFilter

This is to test the new feature that was brought in with ZEPPELIN-2825 
(org.apache.zeppelin.utils.AnyOfRolesAuthorizationFilter)

[Improvement]

* [ZEPPELIN-2846](https://issues.apache.org/jira/browse/ZEPPELIN-2846)

CI should be green

* Does the licenses files need update? N/A
* Is there breaking changes for older versions? N/A
* Does this needs documentation? N/A

Author: Prabhjyot Singh 

Closes #2524 from prabhjyotsingh/ZEPPELIN-2846 and squashes the following 
commits:

e2a7ad548 [Prabhjyot Singh] add selenium test case for 
AnyOfRolesAuthorizationFilter

commit d3ec39776805b0458ff26b9ff9f9a60f326b7155
Author: byung-u 
Date:   2017-08-17T08:00:06Z

Merge branch 'master' of https://github.com/apache/zeppelin

commit bf30e268b968187b19fe507a47d74e4491e4bcfc
Author: byung-u 
Date:   2017-08-18T01:11:21Z

Merge branch 'master' of https://github.com/apache/zeppelin

commit 9803e0810cf4bbb3dc0a381f7ee4a90f6705d465
Author: byung-u 
Date:   2017-08-17T02:56:27Z

feature: fix last job execution time

commit 8716e048c685b6ccb74479ce775ea05f2ce142b0
Author: byung-u 
Date:   2017-08-17T07:57:17Z

Revert "feature: fix last job execution time"

This reverts commit 180b951af61f16fbb54c1301cc8ccbc36347cd92.

commit 8f987fd29bad7e554fb3f7aed48b35e24ad56bd1
Author: byung-u 
Date:   2017-08-17T08:09:01Z

Fix last job execution time

commit 392c5c44d77ee396020496582d95c35a80da3567
Author: byung-u 
Date:   2017-08-22T01:54:46Z

Merge branch 'master' of https://github.com/apache/zeppelin

commit b6e06f7ae3f44b54a607bab8df644022b3579d74
Author: byung-u 
Date:   2017-08-22T01:58:42Z

feature: Fix trivial typo




---
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 #2545: ZEPPELIN-2873 - Add documentation on secure cookie in ...

2017-08-21 Thread VipinRathor
Github user VipinRathor commented on the issue:

https://github.com/apache/zeppelin/pull/2545
  
@prabhjyotsingh @Leemoonsoo Please help with review. 
For some context on httpOnly flag, please check
https://www.owasp.org/index.php/HttpOnly

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


[GitHub] zeppelin pull request #2545: ZEPPELIN-2873 - Add documentation on secure coo...

2017-08-21 Thread VipinRathor
GitHub user VipinRathor opened a pull request:

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

ZEPPELIN-2873 - Add documentation on secure cookie in Shiro

### What is this PR for?
Adding a section in Shiro Authentication about how to enable secure cookie 
via Shiro. Shiro do support configuring 'HttpOnly' flag in response cookie. A 
Zeppelin user, who is security conscious, should know how to enable this in 
Zeppelin's Shiro configuration.

### What type of PR is it?
Documentation

### What is the Jira issue?
ZEPPELIN-2873

### How should this be tested?
Doc changes. CI test should pass.

### 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/VipinRathor/zeppelin ZEPPELIN-2873

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

https://github.com/apache/zeppelin/pull/2545.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 #2545


commit fec8d7edc2fee4d1950f813c4022e75d7c26f802
Author: Vipin Rathor 
Date:   2017-08-22T01:47:32Z

ZEPPELIN-2873 - Add documentation on Zeppelin Shiro's abliity to configure 
secure cookie

Added secure cookie option description in Shiro Authentiction doc.




---
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-2873) Add documentation on Zeppelin Shiro's abliity to handle cookie

2017-08-21 Thread Vipin Rathor (JIRA)
Vipin Rathor created ZEPPELIN-2873:
--

 Summary: Add documentation on Zeppelin Shiro's abliity to handle 
cookie
 Key: ZEPPELIN-2873
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2873
 Project: Zeppelin
  Issue Type: Bug
  Components: documentation
Affects Versions: 0.8.0
Reporter: Vipin Rathor
Priority: Minor


As per AMBARI-21675, secure flag attribute must be set on session cookies 
containing session tokens for Zeppelin Application. Our doc page on Shiro 
Authentication 
(http://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/setup/security/shiro_authentication.html)
 should talk about this as well.
This bug is to track the doc changes required.



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


Re: What about the release of Zeppelin 0.7.3

2017-08-21 Thread dwh...@gmail.com
OK, thank you! We will focus on 0.8.0.

On 2017-08-17 18:58, moon soo Lee  wrote: 
> Hi,
> 
> 0.7.3 is a maintenance release, so in terms of new feature, I prefer to
> ship it in 0.8.0, so we can keep 0.7.3 as a stable release.
> 
> We have a discussion thread for release 0.8.0 [1]. And I think we can
> discuss there, more about 0.8.0 release which includes all the new
> functionalities.
> 
> Does it make sense for you?
> 
> Thanks,
> moon
> 
> [1]
> https://lists.apache.org/thread.html/bb860fb22bbb473f3e784db8461e80f651c62ba793921f82f52d06ff@%3Cdev.zeppelin.apache.org%3E
> 
> On Thu, Aug 17, 2017 at 7:35 AM Polyakov Valeriy 
> wrote:
> 
> > Hi, Moon!
> >
> >
> >
> > Is there any possibility to include in 0.7.3 some critical functionality
> > (for Tinkoff) out of security scope? It will help us to upgrade our
> > platform in more stable mode. Now we are forced to use unstable version
> > built from development snapshot in production.
> >
> >
> >
> >
> >
> >
> >
> > On 2017-08-16 18:22, moon soo Lee >
> > wrote:
> >
> > > Hi,>
> >
> > >
> >
> > > An issue for Release 0.7.3 [1] has created and some security issues are>
> >
> > > linked. Please take a look and let us know if you have another security>
> >
> > > issue need to be included.>
> >
> > >
> >
> > > Thanks,>
> >
> > > moon>
> >
> > >
> >
> > > [1] https://issues.apache.org/jira/browse/ZEPPELIN-2864>
> >
> > >
> >
> > > On Mon, Aug 7, 2017 at 1:58 AM Yanbo Liang  yb...@gmail.com>> wrote:>
> >
> > >
> >
> > > > Hi All,>
> >
> > > >>
> >
> > > > Recently we sent some security features/fixes to Apache Zeppelin. Do
> > you>
> >
> > > > have plan to release a new version in near future? Then we can upgrade
> > our>
> >
> > > > Zeppelin to use these new features.>
> >
> > > >>
> >
> > > > Thanks>
> >
> > > > Yanbo>
> >
> > > >>
> >
> > >
> >
> 


Re: What about the release of Zeppelin 0.7.3

2017-08-21 Thread Polyakov Valeriy
OK, thank you! We will focus on 0.8.0.



On 2017-08-17 18:58, moon soo Lee > 
wrote:

> Hi,>

>

> 0.7.3 is a maintenance release, so in terms of new feature, I prefer to>

> ship it in 0.8.0, so we can keep 0.7.3 as a stable release.>

>

> We have a discussion thread for release 0.8.0 [1]. And I think we can>

> discuss there, more about 0.8.0 release which includes all the new>

> functionalities.>

>

> Does it make sense for you?>

>

> Thanks,>

> moon>

>

> [1]>

> https://lists.apache.org/thread.html/bb860fb22bbb473f3e784db8461e80f651c62ba793921f82f52d06ff@%3Cdev.zeppelin.apache.org%3E>

>

> On Thu, Aug 17, 2017 at 7:35 AM Polyakov Valeriy 
> >>

> wrote:>

>

> > Hi, Moon!>

> >>

> >>

> >>

> > Is there any possibility to include in 0.7.3 some critical functionality>

> > (for Tinkoff) out of security scope? It will help us to upgrade our>

> > platform in more stable mode. Now we are forced to use unstable version>

> > built from development snapshot in production.>

> >>

> >>

> >>

> >>

> >>

> >>

> >>

> > On 2017-08-16 18:22, moon soo Lee 
> >  > wrote:>

> >>

> > > Hi,>>


[GitHub] zeppelin issue #2455: ZEPPELIN-1515. Notebook: HDFS as a backend storage (Us...

2017-08-21 Thread hayssams
Github user hayssams commented on the issue:

https://github.com/apache/zeppelin/pull/2455
  
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 pull request #2455: ZEPPELIN-1515. Notebook: HDFS as a backend stor...

2017-08-21 Thread zjffdu
Github user zjffdu closed the pull request at:

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


---
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-2872) Update Apache Ignite version up to 2.1 in Ignite Interpreter

2017-08-21 Thread Andrey Gura (JIRA)
Andrey Gura created ZEPPELIN-2872:
-

 Summary: Update Apache Ignite version up to 2.1 in Ignite 
Interpreter
 Key: ZEPPELIN-2872
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2872
 Project: Zeppelin
  Issue Type: Improvement
  Components: Interpreters
Reporter: Andrey Gura
Assignee: Andrey Gura
Priority: Minor
 Fix For: 0.8.0


Need to update Apache Ignite version up to 2.1 in Ignite Interpreter.




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


[GitHub] zeppelin pull request #2544: [ZEPPELIN-2724] Another Attempt to solve the de...

2017-08-21 Thread sadhen
GitHub user sadhen opened a pull request:

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

[ZEPPELIN-2724] Another Attempt to solve the dead lock problem

### What is this PR for?
https://github.com/apache/zeppelin/pull/2465

This is my attempt under the help with my colleague. We originally wrote 
the patch in Java 8 based on Zeppelin 0.6.0. Today, I rewrite this part in Java 
7 based on Zeppelin master. I confirm the code I wrote for Zeppelin 0.6.0 
solved the dead lock problem. We have over 80 websocket connections for several 
months and our Zeppelin 0.6.0 works well and didn't crash for websocket reason 
since we apply the patch.

I will explain the patch in detail if necessary.

### What type of PR is it?
[ Improvement ]

### Todos
* [ ] - To be verified

### How should this be tested?
Our QA wrote a python script, I will post it here later.

### 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/wacai/zeppelin websocket

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

https://github.com/apache/zeppelin/pull/2544.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 #2544


commit 82ec4e0efc49daa60aed9f54bf42ff991a7873f9
Author: 忍冬 
Date:   2017-08-15T13:44:47Z

change notebook-authorization.json and interpreter.json to NotebookDir for 
dockerization

commit be8877cb4323d8a4e76f4a15ec9675f00396a5f6
Author: 忍冬 
Date:   2017-08-16T03:04:14Z

update corresponding comments and configs

commit 9e21f0e2518f1899fbd8c891b89d74ee03b1f9e8
Author: 忍冬 
Date:   2017-08-16T03:22:55Z

fix

commit d7a6d71d9af011f9fd2ebf2be813a60b8118924b
Author: 忍冬 
Date:   2017-08-16T06:07:39Z

fix unit test

commit 6afb733515620bf0bd4a6b43abe6344ad24bdc16
Author: 忍冬 
Date:   2017-08-16T06:29:27Z

fix unit test  on NoteInterpreterLoaderTest

commit 58013e34cf298c7ba343a21742c809be3c95850a
Author: 忍冬 
Date:   2017-08-21T07:45:40Z

some logging and make broadcast concurrent

commit 3c017eca125cebb5a4dc1cf8406852d83420aee9
Author: 忍冬 
Date:   2017-08-21T09:33:04Z

refactor on noteSocketMap




---
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 #2455: ZEPPELIN-1515. Notebook: HDFS as a backend storage (Us...

2017-08-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2455
  
Tested on local, works as expected, have tried on both environments, with 
and without Kerberos.
LGTM, except 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 #2533: [ZEPPELIN-2855] The Color of Pause Icon on Job Manager...

2017-08-21 Thread SDRLurker
Github user SDRLurker commented on the issue:

https://github.com/apache/zeppelin/pull/2533
  
Hi, pong
I am sorry for late reply.
I am not used to javascript(angular.js) and don't know how to correct the 
source.


---
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-2871) ZeppelinContext.run() can not run with anonymous account, can not run with an authenticated users or run

2017-08-21 Thread frank tao (JIRA)
frank tao created ZEPPELIN-2871:
---

 Summary: ZeppelinContext.run() can not run with anonymous account, 
can not run with an authenticated users or run
 Key: ZEPPELIN-2871
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2871
 Project: Zeppelin
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.2
 Environment: MAC and CentOS with Zeppelin 0.7.2
Reporter: frank tao
 Fix For: 0.7.3, 0.8.0


ZeppelinContext.run() can not run with anonymous account, can not run with an 
authenticated users or run



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


[GitHub] zeppelin issue #2455: ZEPPELIN-1515. Notebook: HDFS as a backend storage (Us...

2017-08-21 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2455
  
I also verified the kerberized hdfs manually in my local box.  @jongyoul 
@Leemoonsoo @felixcheung @prabhjyotsingh @hayssams Please help review it, 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 feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #2533: [ZEPPELIN-2855] The Color of Pause Icon on Job Manager...

2017-08-21 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2533
  
Hi, ping @SDRLurker


---
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.
---