[GitHub] zeppelin pull request #1612: ZEPPELIN-1607. Refactor Livy Interpreter to ada...

2016-11-14 Thread zjffdu
Github user zjffdu closed the pull request at:

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


---
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 #1612: ZEPPELIN-1607. Refactor Livy Interpreter to ada...

2016-11-14 Thread zjffdu
GitHub user zjffdu reopened a pull request:

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

ZEPPELIN-1607. Refactor Livy Interpreter to adapt scope mode

### What is this PR for?
ZEPPELIN-1606 will make scoped mode as the default interpreter mode of 
livy. This PR is to refactor livy interpreter to adapt the scoped mode. 
Besides, it also fix several bugs of livy interpreter.  like ZEPPELIN-1516


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

### Todos
* [ ] - Task

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

### How should this be tested?
Travis is also enabled for livy integration test. 

### Screenshots (if appropriate)

### 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/zjffdu/zeppelin ZEPPELIN-1607

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

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


commit 220d753c93b462e9cbc51fab271e4d05b1d639a1
Author: Jeff Zhang 
Date:   2016-11-03T06:21:33Z

ZEPPELIN-1607. Refactor Livy Interpreter to adapt scope mode

commit 8c2429d414b2e8156556e97b2946bdb84c329446
Author: Jeff Zhang 
Date:   2016-11-08T08:29:17Z

enable travis for livy integration test

commit 0ddc08804e993b2a65abe5dd1e1ced956e0adfb4
Author: Jeff Zhang 
Date:   2016-11-08T09:11:10Z

add licence header

commit 00a57b83cdf4585f93e096d33f16f369e4704066
Author: Jeff Zhang 
Date:   2016-11-08T09:12:25Z

update .travis.yml

commit 39b8facd21887243f4912df882f89fe130d42377
Author: Jeff Zhang 
Date:   2016-11-08T09:44:30Z

update 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-1663) Receive NotebookSocket broadcasting messages in java client

2016-11-14 Thread Hefei Li (JIRA)
Hefei Li created ZEPPELIN-1663:
--

 Summary: Receive NotebookSocket broadcasting messages in java 
client
 Key: ZEPPELIN-1663
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1663
 Project: Zeppelin
  Issue Type: Wish
  Components: Core
Affects Versions: 0.6.2
 Environment: Ubuntu LTS 14.04
JDK 1.8
Zeppelin 0.6.2
Reporter: Hefei Li


How to use the Java Client, accept the broadcasting messages from the 
NotebookServer



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1662) authenticated access to a paragraph does not work

2016-11-14 Thread HyukSoo Chang (JIRA)
HyukSoo Chang created ZEPPELIN-1662:
---

 Summary: authenticated access to a paragraph does not work
 Key: ZEPPELIN-1662
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1662
 Project: Zeppelin
  Issue Type: Bug
  Components: conf
Affects Versions: 0.6.2
 Environment: CentOS 7.0 64-bit
Reporter: HyukSoo Chang


I edit conf/shiro.ini as following:
...
[urls]
/api/version = anon
/#/interpreter = authc
/** = anon

What I want is to access all urls anonymously except /#/interpreter.
But this does not work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1539: [ZEPPELIN-1567] Let JDBC interpreter use user c...

2016-11-14 Thread astroshim
Github user astroshim closed the pull request at:

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


---
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 #1539: [ZEPPELIN-1567] Let JDBC interpreter use user c...

2016-11-14 Thread astroshim
GitHub user astroshim reopened a pull request:

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

[ZEPPELIN-1567] Let JDBC interpreter use user credential information.

### What is this PR for?

This PR is for the multi-tenant of JDBC Interpreter.

User can create a user/password for JDBC account at the [Credential 
page](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/datasource_authorization.html).
The `Entity` of `Credential` is match with JDBC interpreter group name.

If the account for JDBC is not setted in the `Interpreter property` then 
use `Credential`'s.  
### What type of PR is it?

Improvement
### What is the Jira issue?

https://issues.apache.org/jira/browse/ZEPPELIN-1567
### How should this be tested?

Please refer to testMultiTenant() of JDBCInterpreterTest/
### Screenshots (if appropriate)
### 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/astroshim/zeppelin jdbc-impersonation

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

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


commit 373d5f1018488ab435d817551f2b628258cc42b9
Author: astroshim 
Date:   2016-10-18T10:53:26Z

pass replName to Interpreter and use credential info for jdbc auth.

commit 3dafdf017c9b1cdb04565d8132e48a18942ea971
Author: astroshim 
Date:   2016-10-18T15:14:59Z

add testcase

commit 91619374be06fadd9608d02a7e13d347ad9e0a07
Author: astroshim 
Date:   2016-10-18T15:15:40Z

clean code

commit 722e333fe47c007a0252f744d5a3173613bed50f
Author: astroshim 
Date:   2016-10-18T16:25:59Z

change testcase name

commit f311f34aa6ac3fc9e3830e1a5ae650cc69e15f84
Author: astroshim 
Date:   2016-10-19T04:02:23Z

fix typo

commit 6573c1c68b7281f4792251e89d6e4f54ed7ad966
Author: astroshim 
Date:   2016-10-19T04:14:05Z

change variable name

commit 63d6a1c7d945b7edb6b297980e98dc5ca5620cf9
Author: astroshim 
Date:   2016-10-19T12:09:02Z

change thrift version to 0.9.2

commit df1b1dcae81a3e88f007979cae2a6d2c2444eb13
Author: astroshim 
Date:   2016-10-29T06:26:15Z

rebase and entity name convention.

commit df80741e460d27f658e182a192464b0efa3f9b6f
Author: astroshim 
Date:   2016-10-30T06:48:21Z

documentation for credential.

commit a305eca1d0fdd4404079d8fbb0169b1837da996f
Author: astroshim 
Date:   2016-10-30T06:55:55Z

Merge branch 'master' into jdbc-impersonation

commit fee70862fc8069a91f80dccea94011f2ad2a261a
Author: astroshim 
Date:   2016-10-30T08:41:20Z

fix build error.

commit 34fe0a67732dfad02d20322f40b0e10e8f2f166f
Author: astroshim 
Date:   2016-10-30T08:47:24Z

fix code for more simple.

commit 086dfdab58c477790b5a19b1d983191eaeaef5ee
Author: astroshim 
Date:   2016-10-30T14:26:50Z

fix testcase

commit 24a82260adac1179beec8668df9adc731fff747d
Author: astroshim 
Date:   2016-10-31T05:21:22Z

fix doc

commit b55aceb8afc26ed8d82b07e4524d40cc899d9528
Author: astroshim 
Date:   2016-11-05T12:10:21Z

Merge branch 'master' into jdbc-impersonation

commit 99621818aebdbc5161cbc5d90fac37287dddbda2
Author: astroshim 
Date:   2016-11-05T13:41:58Z

fix InterpreterOutput of PySparkInterpreterTest case

commit a2f568707de2b8b86525cf62df8534936f9a3a9c
Author: astroshim 
Date:   2016-11-11T08:15:10Z

fix impersonation

commit 1f9c2c0aa843fd378dd8d0c6c1cb1beafcf16a23
Author: astroshim 
Date:   2016-11-11T08:44:46Z

clean redundant code

commit 79ba25b56dacf051bd74a12fb65f0823be4497f3
Author: astroshim 
Date:   2016-11-11T10:03:38Z

Merge branch 'master' into jdbc-impersonation

commit 5c0f5d77aa32045383f0b519d87b002d92af72ef
Author: astroshim 
Date:   2016-11-11T13:21:08Z

rebase

commit bf61afdf8da3ae481e264f193fcde667b273436b
Author: astroshim 
Date:   2016-11-11T17:30:10Z

fix testcase

commit 59aa9ff2696942f5c0fdfdf39894c81d432bb0ac
Author: astroshim 
Date:   2016-11-14T04:24:03Z

Merge branch 'master' into jdbc-impersonation

commit d4eb178ce8532ca25cfa3ff5fbab796f881f3f67
Author: astroshim 
Date:   2016-11-14T16:21:28Z

fix docs

commit 47c463f7e42c71cfd08ba8940ce7dea9aaccec72
Author: astroshim 
Date:   2016-11-15T05:10:24Z


[GitHub] zeppelin issue #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-11-14 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1539
  
@1ambda I added `placeholder` message for `Entity`. Does it make sense?

![image](https://cloud.githubusercontent.com/assets/3348133/20294081/e2e6715c-ab3e-11e6-8e1c-da320b542a94.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 #1623: ZEPPELIN-1625 add support for user specific properties

2016-11-14 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1623
  
@benoyantony

Hi, I am trying to test this feature. May I ask 2 things about this PR? 

- What is possible if this feature is merged in terms of usage? (e.g user 
scenario)
- Are there another features which can be implemented upon 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
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 #1594: [ZEPPELIN-1614] Remove markdown4j dep

2016-11-14 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1594
  
@bzz Please let me know if you need anything to merge 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
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-1661) Ship Zeppelin with shiro-tools-hasher-X.X.X-cli.jar

2016-11-14 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-1661:
---

 Summary: Ship Zeppelin with shiro-tools-hasher-X.X.X-cli.jar
 Key: ZEPPELIN-1661
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1661
 Project: Zeppelin
  Issue Type: Improvement
  Components: build, Core
Affects Versions: 0.6.2
Reporter: Ruslan Dautkhanov
Priority: Minor


Please add shiro-tools-hasher-X.X.X-cli.jar to the Zeppelin distribution.

It would be nice to run 
java -jar shiro-tools-hasher-X.X.X-cli.jar -p
out of the box from Zeppelin
as described in
http://shiro.apache.org/command-line-hasher.html

Referenced from Zeppelin documentation in
http://shiro.apache.org/configuration.html#encrypting-passwords
as
{quote}
Easy Secure Passwords

To save time and use best-practices, you might want to use Shiro's Command Line 
Hasher
{quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1660) Home directory references (i.e. ~/zeppelin/) in zeppelin-env.sh don't work as expected

2016-11-14 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-1660:
---

 Summary: Home directory references (i.e. ~/zeppelin/) in 
zeppelin-env.sh don't work as expected
 Key: ZEPPELIN-1660
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1660
 Project: Zeppelin
  Issue Type: Bug
  Components: conf, zeppelin-server
Affects Versions: 0.6.2
 Environment: Java 7
RHEL 6
Reporter: Ruslan Dautkhanov


We want to have template for Zeppelin conf files and a skelton of user-owned 
directories for each Zeppelin instance, so have to have configuration file 
zeppelin-env.sh to not have absolute paths, but relative to each user's home 
directory. "~" unix-type directory references don't work in Zeppelin.

Have following settings in zeppelin-env.sh that reference current user's home 
directory subdirectories under "zeppelin":
{noformat}
export ZEPPELIN_LOG_DIR="~/zeppelin/log"
export ZEPPELIN_PID_DIR="~/zeppelin/run"
export ZEPPELIN_WAR_TEMPDIR="~/zeppelin/tmp"
export ZEPPELIN_NOTEBOOK_DIR="~/zeppelin/notebooks"
{noformat}

Attempt to start zeppelin.sh --config ~/zeppelin/conf/ 
shows
{noformat}
Log dir doesn't exist, create ~/zeppelin/log
Pid dir doesn't exist, create ~/zeppelin/run
Pid dir doesn't exist, create ~/zeppelin/notebooks
{noformat}

Zeppelin actually creates a directory names "~"/zeppelin (yes, with tilde 
character, with underneath directory named "zeppelin") in the current directory.

We want to have template for Zeppelin conf files and a skelton of user-owned 
directories for each Zeppelin instance, so have to have configuration file 
zeppelin-env.sh to not have absolute paths, but relative to each user's home 
directory. "~" unix-type directory references don't work in Zeppelin.

ps. We also tried to use "~user/zeppelin" - for the sake of completeness of the 
tests -- the same issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1633: Fix formatting/typos/style in scio doc

2016-11-14 Thread ravwojdyla
Github user ravwojdyla commented on the issue:

https://github.com/apache/zeppelin/pull/1633
  
Is jira ticket needed for this?


---
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 #1633: Fix formatting/typos/style in scio doc

2016-11-14 Thread ravwojdyla
GitHub user ravwojdyla opened a pull request:

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

Fix formatting/typos/style in scio doc

### What is this PR for?
Fix formatting/typos/style in scio doc

### What type of PR is it?
Documentation



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

$ git pull https://github.com/ravwojdyla/incubator-zeppelin fix_scio_doc

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

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


commit 888ec68b4783f5e397bf7dd527bd5d65479a18dc
Author: Rafal Wojdyla 
Date:   2016-11-15T00:26:37Z

Fix formatting/typos/style in scio 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.
---


Nginx, zeppelin and chrome

2016-11-14 Thread Jeff Steinmetz
Strange thing just started occurring using NGINX in front of zeppelin.
Curious if anybody else has run into this.

We have been using NGINX for quite some time (a year or more now) to manage 
HTTPS certificates, and basic auth in front of Zeppelin
pretty much exactly as described here:
https://zeppelin.apache.org/docs/0.6.2/security/authentication.html
(we forward 8090 https + wss to zeppelin localhost:8080 using nginx)



Strange thing is Chrome & Safari are now throwing web socket connection errors,
However Firefox still works. (definitely not an SSL certificate issue, expires 
2018, still valid, works on other servers fine).  Chrome reports it is a valid 
cert as well.


vendor.js:75
WebSocket connection to 'wss://myzeppelin.mydomain.com:8090/ws' failed: 
WebSocket opening handshake was canceled


Anybody run into anything similar?

Jeff






[GitHub] zeppelin pull request #1621: [ZEPPELIN-1650] Add mariadb, redshift configs a...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1632: [ZEPPELIN-1639] Add tests with external python depende...

2016-11-14 Thread agoodm
Github user agoodm commented on the issue:

https://github.com/apache/zeppelin/pull/1632
  
ping @bzz @felixcheung @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 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 #1632: [ZEPPELIN-1639] Add tests with external python ...

2016-11-14 Thread agoodm
GitHub user agoodm opened a pull request:

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

[ZEPPELIN-1639] Add tests with external python dependencies to CI build

### What is this PR for?
Take 2 of #1618 because I had some earlier problems with rebasing. Since, 
then I have added some new features, namely:

- Matplotlib integration tests for pyspark
- `install_external_dependencies.sh` which conditionally installs the R or 
python dependencies based on the specified build profile in `.travis.yml`. This 
saves several minutes of time for a few of the build profiles since the R 
dependencies are compiled from source and therefore take quite a bit of time to 
install.
- The extra python unit tests which require external dependencies 
(`matplotlib` and `pandas`) are now relegated to two separate build profiles. 
This is done primarily to efficiently test both Python 2 and 3.
- Some minor bug fixes in the python and pyspark interpreters (mostly with 
respect to python 3 compatibility) were caught as a result of these tests, and 
are also fixed in this PR.

### What type of PR is it?
Improvement and Bugfix

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

### How should this be tested?
CI tests should be green!

### 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/agoodm/zeppelin ZEPPELIN-1639

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

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


commit 5b13decab4c3c46bb1685d9e69ebdd4eb8ced261
Author: Alex Goodman 
Date:   2016-11-08T21:52:33Z

Add python dependencies to .travis.yml




---
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 #1627: [ZEPPELIN-1658] Big download button and display packag...

2016-11-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1627
  
Thanks @tae-jun for review.
Merge to gh-pages if there're no more comments.


---
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 #1625: [ZEPPELIN-1657] Private/public mode for user note crea...

2016-11-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1625
  
Thanks @khalidhuseynov for the contribution.
I think make permission public by default make sense, while it is current 
behavior.

Could you add new configuration to 
`docs/install/install.md#apache-zeppelin-configuration`, too?


---
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 #1631: [ZEPPELIN-1535] Override JNA version with 4.2.0...

2016-11-14 Thread doanduyhai
GitHub user doanduyhai opened a pull request:

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

[ZEPPELIN-1535] Override JNA version with 4.2.0 for Power PC users

### What is this PR for?
For Power PC users, running embedded Cassandra fails because JNA version 
4.0.0 is not working. Upgrading JNA to 4.2.0 works


### What type of PR is it?
**[Bug Fix]**

### Todos
* [] - Check by **Pravin Dsilva** and/or **sonali shrivastava** to ensure 
the fix works for them

### What is the Jira issue?
* [ZEPPELIN-1535]

### How should this be tested?

1. Checkout this PR with `git fetch origin pull/xxx/head:CASSANDRA_JNA_FIX`
2. Switch to this brand `git checkout CASSANDRA_JNA_FIX`
2. Execute the following commands on a **Power PC** machine to build 
Zeppelin

```sh
>export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=1024m 
-Drat.numUnapprovedLicenses=128"
>mvn -Dhadoop.version=2.7.3 -Dspark.version=1.6.2 clean test -Drat.skip -fn
```

### Screenshots (if appropriate)

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

[ZEPPELIN-1535]: https://issues.apache.org/jira/browse/ZEPPELIN-1535#

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

$ git pull https://github.com/doanduyhai/incubator-zeppelin ZEPPELIN-1535

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

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


commit df3d73d7a17fea30cb71aac8df125c0b3e572277
Author: doanduyhai 
Date:   2016-11-14T19:46:10Z

Override JNA version with 4.2.0 for Power PC users




---
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 #1629: [ZEPPELIN-1659] DON'T reset filter whenever each inter...

2016-11-14 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1629
  
That was annoying.  Thanks @1ambda  for the fix.
Tested and LGTM.

Merge if there're no more comments.


---
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 #1619: [ZEPPELIN-1647] Save roles and use for broadcas...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1622: [ZEPPELIN-1652] Fix cursor move on double click...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1471: Closes [ZEPPELIN-1505] Add Scio interpreter

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1630: [ZEPPELIN-1629] Enable renaming folder from the...

2016-11-14 Thread tae-jun
GitHub user tae-jun opened a pull request:

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

[ZEPPELIN-1629] Enable renaming folder from the main page

### What is this PR for?
This PR will enable renaming folder from the main page.

I wrote some codes. Hope this PR is the start of folder-based features. 
(e.g folder authorization, folder focused view)

Please check when you have some time!
Thanks 😄

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

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

### How should this be tested?
Change folder names!

### Screenshots (if appropriate)

![rename_folder](https://cloud.githubusercontent.com/assets/8201019/20276414/7ba1ee86-aadf-11e6-9180-8f2d0b2b8ed2.gif)

### 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/tae-jun/zeppelin ZEPPELIN-1629

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

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


commit 2ceda58a4d37caadb17c444790642d217c4827de
Author: Jun 
Date:   2016-11-14T17:50:26Z

add renaming folder from the main page




---
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 #1624: ZEPPELIN-1653: Make UI responsive

2016-11-14 Thread karup1990
Github user karup1990 commented on the issue:

https://github.com/apache/zeppelin/pull/1624
  
Ready for review @corneadoug @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 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 #1624: ZEPPELIN-1653: Make UI responsive

2016-11-14 Thread karup1990
GitHub user karup1990 reopened a pull request:

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

ZEPPELIN-1653: Make UI responsive

### What is this PR for?
When we do the following operations, the entire notebook is transmitted 
back to client.
1) Insert paragraph
2) Remove paragraph
3) Update paragraph
4) Paragraph status update
5) commit paragraph
When the json becomes larger(which happens when large  output is stored in 
the json), the time to transfer the notebook to client is directly 
proportional.(we can check this in chrome browser-> dev console-> select ws 
request-> on the right pane that opens, select frames tab and observe the 
length column)

And since the UI update is based on this new transmitted json, the UI seems 
unresponsive/laggy.
In this PR, Making the updates selective.(Not sending the complete json 
back to client)


### What type of PR is it?
Improvement

### Todos
NA

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

### How should this be tested?

-In chrome browser-> dev console-> select ws request-> on the right pane 
that opens, select frames tab and observe  *NOTE* message.
We should not see the message for the above mentioned operations except 
when the notebook is loaded is for first time
-We should not see *GET_NOTE* log message for above operations.

### Screenshots 
NA

### 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/karup1990/incubator-zeppelin ZEPPELIN-1653

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

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


commit 30e5468802c9132903f723121babadcb4be55b68
Author: Karup 
Date:   2016-11-12T05:25:05Z

Refactor code , dont broadcast note

commit 1836558de8d44d2aea067f2256d67b3f9d2f2d62
Author: Karup 
Date:   2016-11-12T06:18:14Z

Add comment

commit a70f48cacf77aad251daebd439d1d16630746890
Author: karuppayya 
Date:   2016-11-14T14:48:30Z

fix lookandfeel config




---
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 #1624: ZEPPELIN-1653: Make UI responsive

2016-11-14 Thread karup1990
Github user karup1990 closed the pull request at:

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


---
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 #1621: [ZEPPELIN-1650] Add mariadb, redshift configs and usef...

2016-11-14 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1621
  
@AhyoungRyu Updated postgres image :) Thanks again. 

CI is failing but it doens't related this PR i 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.
---


[GitHub] zeppelin issue #1588: [ZEPPELIN-1610] - Add notebook watcher

2016-11-14 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue:

https://github.com/apache/zeppelin/pull/1588
  
CI is green after ~10 retry


![53997955](https://cloud.githubusercontent.com/assets/3139557/20270079/055785e4-aac9-11e6-85e5-2b0b378a3ffd.jpg)



---
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 #1621: [ZEPPELIN-1650] Add mariadb, redshift configs a...

2016-11-14 Thread 1ambda
GitHub user 1ambda reopened a pull request:

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

[ZEPPELIN-1650] Add mariadb, redshift configs and useful links to JDBC doc

### What is this PR for?

Add 2 JDBC configs and useful links to JDBC doc so that users can connect 
those backends easily :)


### What type of PR is it?

Documentation

### Todos
* [ ] - Task

### What is the Jira issue?

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

### How should this be tested?

See screenshots.

### Screenshots (if appropriate)

https://cloud.githubusercontent.com/assets/4968473/20208653/01b1e468-a833-11e6-9166-b05d15e9a5fe.png;>
https://cloud.githubusercontent.com/assets/4968473/20208654/02b49a22-a833-11e6-9b29-5a61f2b6a4bb.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/1ambda/zeppelin jdbc-doc-improve

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

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


commit 2fb5db15ad5906a16cfe6fd908526cfc098eba11
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-11T08:12:03Z

docs: Add mariadb, redshift configs

commit ce24af174cab58278d6cd8647f7c60c15788ac62
Author: AhyoungRyu 
Date:   2016-11-11T17:13:20Z

Make mariadb and redshift screenshots same with others

commit 6009eb9c88d7faefead819fa735a75b265d00221
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-12T03:28:25Z

docs: Add postgres section, hive2 doc link

Don't make users confused when seperated postgre doc is removed

commit 0aab8788a1f0baa83422bf5216caa48c307568ba
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-14T10:35:17Z

docs: Update postgres img ;)




---
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 #1621: [ZEPPELIN-1650] Add mariadb, redshift configs a...

2016-11-14 Thread 1ambda
Github user 1ambda closed the pull request at:

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


---
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 #1629: [ZEPPELIN-1659] DON'T reset filter whenever eac...

2016-11-14 Thread 1ambda
GitHub user 1ambda reopened a pull request:

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

[ZEPPELIN-1659] DON'T reset filter whenever each interpreter setting is 
updated

### What is this PR for?

Filter is cleared whenever each interpreter setting is updated. 
it's sometimes annoying if user wants to debugging settings (I attached GIF)

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?

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

### How should this be tested?

1. insert interpreter filter
2. update a interpreter setting
3. check whether the filter is cleared or not

### Screenshots (if appropriate)


![filter_is_cleared_everytime](https://cloud.githubusercontent.com/assets/4968473/20266522/c61410fa-aab9-11e6-8d1d-5e28748a7830.gif)

### 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/1ambda/zeppelin 
fix/clear-filter-when-setting-updated

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

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


commit 72bac065e8b361ef055e1b61243531c5c2f68283
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-14T11:44:51Z

fix: DON'T reset filter

When a interpreter setting is 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 pull request #1629: [ZEPPELIN-1659] DON'T reset filter whenever eac...

2016-11-14 Thread 1ambda
Github user 1ambda closed the pull request at:

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


---
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 #1629: [ZEPPELIN-1659] DON'T reset filter whenever each inter...

2016-11-14 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1629
  
What if we keep filter after interpreter creation?


---
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 #1629: [ZEPPELIN-1569] DON'T reset filter whenever each inter...

2016-11-14 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1629
  
After fixed:


![filter_is_now_not_cleared](https://cloud.githubusercontent.com/assets/4968473/20266574/14628912-aaba-11e6-91f2-7278e243cd39.gif)



---
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 #1629: [ZEPPELIN-1569] DON'T reset filter whenever eac...

2016-11-14 Thread 1ambda
GitHub user 1ambda opened a pull request:

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

[ZEPPELIN-1569] DON'T reset filter whenever each interpreter setting is 
updated

### What is this PR for?

Filter is cleared whenever each interpreter setting is updated. 
it's sometimes annoying if user wants to debugging settings (I attached GIF)

### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

### What is the Jira issue?

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

### How should this be tested?

1. insert interpreter filter
2. update a interpreter setting
3. check whether the filter is cleared or not

### Screenshots (if appropriate)


![filter_is_cleared_everytime](https://cloud.githubusercontent.com/assets/4968473/20266522/c61410fa-aab9-11e6-8d1d-5e28748a7830.gif)

### 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/1ambda/zeppelin 
fix/clear-filter-when-setting-updated

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

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


commit 72bac065e8b361ef055e1b61243531c5c2f68283
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-14T11:44:51Z

fix: DON'T reset filter

When a interpreter setting is 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.
---


[jira] [Created] (ZEPPELIN-1659) Filter should not be cleared evenwhen interpreter settings are updated (bug)

2016-11-14 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-1659:
---

 Summary: Filter should not be cleared evenwhen interpreter 
settings are updated (bug)
 Key: ZEPPELIN-1659
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1659
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Reporter: Hoon Park


Filter is cleared whenever each interpreter setting is updated. it's sometimes 
annoying if user want to debugging settings (I attached GIF)





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1621: [ZEPPELIN-1650] Add mariadb, redshift configs a...

2016-11-14 Thread 1ambda
Github user 1ambda closed the pull request at:

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


---
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 #1621: [ZEPPELIN-1650] Add mariadb, redshift configs a...

2016-11-14 Thread 1ambda
GitHub user 1ambda reopened a pull request:

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

[ZEPPELIN-1650] Add mariadb, redshift configs and useful links to JDBC doc

### What is this PR for?

Add 2 JDBC configs and useful links to JDBC doc so that users can connect 
those backends easily :)


### What type of PR is it?

Documentation

### Todos
* [ ] - Task

### What is the Jira issue?

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

### How should this be tested?

See screenshots.

### Screenshots (if appropriate)

https://cloud.githubusercontent.com/assets/4968473/20208653/01b1e468-a833-11e6-9166-b05d15e9a5fe.png;>
https://cloud.githubusercontent.com/assets/4968473/20208654/02b49a22-a833-11e6-9b29-5a61f2b6a4bb.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/1ambda/zeppelin jdbc-doc-improve

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

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


commit 2fb5db15ad5906a16cfe6fd908526cfc098eba11
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-11T08:12:03Z

docs: Add mariadb, redshift configs

commit ce24af174cab58278d6cd8647f7c60c15788ac62
Author: AhyoungRyu 
Date:   2016-11-11T17:13:20Z

Make mariadb and redshift screenshots same with others

commit 6009eb9c88d7faefead819fa735a75b265d00221
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-12T03:28:25Z

docs: Add postgres section, hive2 doc link

Don't make users confused when seperated postgre doc is removed

commit 0aab8788a1f0baa83422bf5216caa48c307568ba
Author: 1ambda <1am...@gmail.com>
Date:   2016-11-14T10:35:17Z

docs: Update postgres img ;)




---
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 #765: [ZEPPELIN-157] Adding Map Visualization for Zeppelin

2016-11-14 Thread Dinduks
Github user Dinduks commented on the issue:

https://github.com/apache/zeppelin/pull/765
  
@Madhuka Any news on this? How can we help?


---
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 #1619: [ZEPPELIN-1647] Save roles and use for broadcasting no...

2016-11-14 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1619
  
Tried on local, 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 #1618: Add tests with external python dependencies to ...

2016-11-14 Thread agoodm
Github user agoodm closed the pull request at:

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


---
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 #1588: [ZEPPELIN-1610] - Add notebook watcher

2016-11-14 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue:

https://github.com/apache/zeppelin/pull/1588
  
@Leemoonsoo looks like tests are falling for random reason...


---
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 #1539: [ZEPPELIN-1567] Let JDBC interpreter use user credenti...

2016-11-14 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1539
  
@1ambda Thank you for the testing and great suggestion about the `Entity` 
name.
Let me fix 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 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.
---