[GitHub] zeppelin issue #2239: Show dialog if owners field set to be empty on shiro

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

https://github.com/apache/zeppelin/pull/2239
  
hey sorry, so in your screen shot here 
https://github.com/apache/zeppelin/pull/2239#issuecomment-297239470
if cancel when owner is empty it resets also writer/reader, is that a bit 
odd?



---
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 #2239: Show dialog if owners field set to be empty on shiro

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

https://github.com/apache/zeppelin/pull/2239
  
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 #2414: [ZEPPELIN-2657] Add group search filter option to Ldap...

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

https://github.com/apache/zeppelin/pull/2414
  
Merging this 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 #2421: [ZEPPELIN-2663] Helium vizualisations do not appear in...

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

https://github.com/apache/zeppelin/pull/2421
  
Thanks for the contribution. Could fix the failed jobs?


---
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-19 Thread andreaTP
Github user andreaTP 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 pull request #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID C...

2017-06-19 Thread andreaTP
GitHub user andreaTP reopened a pull request:

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

[ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

### What is this PR for?
Integrating Open ID connect login into Zeppelin leveraging Shiro(already 
present) and Pac4J( that needs to be in the classpath).
Modifications done here should not affect any existing mechanisms but 
simply integrates and enable new once.

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

### What is the Jira issue?
[ZEPPELIN-2598]

### 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/nokia/zeppelin keycloak

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

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


commit 4ce91213eedf7c6b9eee1339290fbff1818989bd
Author: andrea 
Date:   2017-05-16T16:33:41Z

Enabling authentication with OpenId connect

commit 03bbe30b5707580580e2ee5c27126e7541220ff9
Author: andrea 
Date:   2017-05-30T06:32:02Z

updates

commit 545686dced6999bda7b8b6c21761874c9453cbd1
Author: andrea 
Date:   2017-05-30T12:23:24Z

fix username after direct login

commit 7ec8cddbe1f8162eb0bde7e2dbf8c76e2a4656bf
Author: andrea 
Date:   2017-06-01T13:07:55Z

reverted to a minimum

commit 80c375d42a3dc3f3de40360a0500c3c657ac2070
Author: andrea 
Date:   2017-06-19T19:48:41Z

fixed style issues on master

commit 31270f2cdce5a001353b6149cee4873ffa6d0fa8
Author: andrea 
Date:   2017-06-19T19:54:30Z

Merge remote-tracking branch 'apache/master' into keycloak




---
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 #2125: [ZEPPELIN-2222] Add Network Visualization

2017-06-19 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/2125
  
Hi @1ambda I created the #2421 


---
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 #2421: [ZEPPELIN-2663] Helium vizualisations do not ap...

2017-06-19 Thread conker84
GitHub user conker84 opened a pull request:

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

[ZEPPELIN-2663] Helium vizualisations do not appear in the list of builtInt 
visualizations in paragraph

### What is this PR for?
Within the helium only default build in visualizations are in the list of 
possible visualizations


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

### Todos
* [x] - Correct the bug

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

### How should this be tested?
* git clone zeppelin
* mvn clean package
* run, open browser
* go to helium
* enable few additional visualizations
* create new note and add paragraph: print("%table text\tme\n")

### Screenshots (if appropriate)
No

### 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/conker84/zeppelin master

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

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


commit 5d8e50e365dfce949f08f5334e683e82475e9029
Author: conker84 
Date:   2017-06-19T21:02:17Z

Bugfix




---
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 #2420: [ZEPPELIN-2628] Serialization issue with Runtim...

2017-06-19 Thread necosta
GitHub user necosta opened a pull request:

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

[ZEPPELIN-2628] Serialization issue with RuntimeTypeAdapterFactory

### What is this PR for?
Serialization bugfix in RuntimeTypeAdapterFactory
More info: https://github.com/google/gson/issues/712

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

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

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

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


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

$ git pull https://github.com/nokia/zeppelin zeppelin2628

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

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


commit f0f7ebd0156f4eeb76a0ddbe80b20706890f6ef4
Author: Nelson Costa 
Date:   2017-06-19T18:38:55Z

[ZEPPELIN-2628] Serialization issue with RuntimeTypeAdapterFactory




---
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-19 Thread necosta
Github user necosta commented on the issue:

https://github.com/apache/zeppelin/pull/2373
  
@andreaTP , sorry, I forgot to add. You need to test on top of latest 
master. nokia:keycloak is 45 commits behind apache:master . That could explain 
why it's not failing here. 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 #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

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

https://github.com/apache/zeppelin/pull/2373
  
@necosta checked again but it works for me and on CI ... I have had this 
problem once try to fetch and pull and see if this solves


---
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-19 Thread necosta
Github user necosta commented on the issue:

https://github.com/apache/zeppelin/pull/2373
  
@andreaTP , a bit strange why Jenkins succeeds, running "mvn clean package 
-DskipTests" fails with the below errors introduced in this pull request. Can 
you have a look? Thanks.

> .../zeppelin-web/src/app/app.js
[INFO]   166:1   error  More than 1 blank line not allowed
no-multiple-empty-lines
[INFO]   180:3   error  Unexpected var, use let or const instead  no-var
[INFO]   180:27  error  Extra space before value for key 'headers'
key-spacing
[INFO]   181:5   error  Strings must use singlequote  quotes
[INFO]   181:25  error  Strings must use singlequote  quotes
[INFO]   182:5   error  Expected indentation of 2 spaces but found 4  indent
[INFO]   189:50  error  Strings must use singlequote  quotes
[INFO]   190:18  error  Strings must use singlequote  quotes
[INFO]   196:5   error  Unexpected var, use let or const instead  no-var
[INFO]   197:30  error  Expected '===' and instead saw '=='   eqeqeq
[INFO]   197:49  error  Expected '!==' and instead saw '!='   eqeqeq
[INFO]   198:7   error  Expected space or tab after '//' in comment   
spaced-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 #2125: [ZEPPELIN-2222] Add Network Visualization

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

https://github.com/apache/zeppelin/pull/2125
  
@conker84 Hi, could you take care this issue might be related without 
NETWORK viz?

- https://issues.apache.org/jira/browse/ZEPPELIN-2663

```html
  


  
```


---
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 #2419: [ZEPPELIN-2666] docs: Add docker usage to download pag...

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

https://github.com/apache/zeppelin/pull/2419
  
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 #2371: [ZEPPELIN-2596] Improving documentation page

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

https://github.com/apache/zeppelin/pull/2371
  
@1ambda, Thanks for quick fix. 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 #2371: [ZEPPELIN-2596] Improving documentation page

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

https://github.com/apache/zeppelin/pull/2371
  
@soralee Thanks for the review. I missed fixing that part.


![fold](https://user-images.githubusercontent.com/4968473/27280891-93c8a0c8-5524-11e7-917a-2b5d6902784d.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.
---


[jira] [Created] (ZEPPELIN-2671) JMX connector server communication error: service:jmx:rmi

2017-06-19 Thread Francis Mendoza (JIRA)
Francis Mendoza created ZEPPELIN-2671:
-

 Summary: JMX connector server communication error: service:jmx:rmi
 Key: ZEPPELIN-2671
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2671
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.1
Reporter: Francis Mendoza


I added these flags on ZEPPELIN_JAVA_OPTS
-Dcom.sun.net.ssl.checkRevocation=false
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9910
-Dcom.sun.management.jmxremote.rmi.port=9911
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=

I also added ports 9910 and 9911 in Eucalyptus/Mesos. I successfully connected 
JConsole and can view the graphs, but when i run a paragraph, i got 
"java.net.ConnectException: Connection refused (Connection refused)". See 
attached full log. And i got Error: JMX connector server communication error: 
service:jmx:rmi://slave-e2e-perf-004:9911 in the Zeppelin's mesos log.



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


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

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

https://github.com/apache/zeppelin/pull/2394
  
Ping, 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 #2401: [gh-pages] [ZEPPELIN-2597] updating navbar and main se...

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

https://github.com/apache/zeppelin/pull/2401
  
Ping, 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 #2371: [ZEPPELIN-2596] Improving documentation page

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

https://github.com/apache/zeppelin/pull/2371
  
@1ambda Sorry for late response.
except one more thing bug : 
![don 
t_revet_navbarcolor](https://user-images.githubusercontent.com/8110458/27277972-0ffd97a2-551b-11e7-92e0-9206403bca35.gif)

FYI : 
https://github.com/apache/zeppelin/pull/2401/commits/c645ee0762df7ca51ef22dd390d9770a3223,
 I hope It would be help to you :slightly_smiling_face: 


---
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-2670) Reordering vis package using the `save` btn resets all enabled visualizations.

2017-06-19 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2670:
---

 Summary: Reordering vis package using the `save` btn resets all 
enabled visualizations.
 Key: ZEPPELIN-2670
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2670
 Project: Zeppelin
  Issue Type: Improvement
  Components: helium
Affects Versions: 0.8.0
Reporter: Hoon Park


Reordering vis package using the `save` btn resets all enabled visualizations. 

Originally, reported in ZEPPELIN-2656 but created a new issue track that 
problem only.



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


[GitHub] zeppelin issue #2415: [ZEPPELIN-2661] Test: personalized mode action

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

https://github.com/apache/zeppelin/pull/2415
  
@1ambda, changed some code so that using minimum `sleep` method. I tried to 
change all sleep, but I checked If changing page, it needed a little `sleep`.



---
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 #2397: [ZEPPELIN-2592] Ensure open stream is closed

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

https://github.com/apache/zeppelin/pull/2397
  
@felixcheung , @jongyoul , @Leemoonsoo , can this be merged? 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 #2371: [ZEPPELIN-2596] Improving documentation page

2017-06-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/2371
  
LGTM. Merging if there is no more discussion 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does 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 #2419: [ZEPPELIN-2666] docs: Add docker usage to download pag...

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

https://github.com/apache/zeppelin/pull/2419
  
CI Failed, but irrelevant.


---
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 #2419: [ZEPPELIN-2666] docs: Add docker usage to downl...

2017-06-19 Thread 1ambda
GitHub user 1ambda opened a pull request:

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

[ZEPPELIN-2666] docs: Add docker usage to download page

### What is this PR for?

Recently, Zeppelin community released the official docker image for 
Zeppelin 0.7.2. 
If we add some usage in http://zeppelin.apache.org/download.html, it would 
be helpful.

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

### Todos

DONE

### What is the Jira issue?

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

### How should this be tested?

1. checkout
2. `bundle exec jekyll serve --watch` (make sure that you have ruby and 
required gems are installed already)

### Screenshots (if appropriate)


![image](https://user-images.githubusercontent.com/4968473/27274556-c648bc92-550e-11e7-8d06-0f04ad35b1f7.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 
ZEPPELIN-2667/add-docker-usage-to-download-page

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

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


commit 3a90522178a24a689dfe098311414ab78557e0d2
Author: 1ambda <1am...@gmail.com>
Date:   2017-06-19T07:43:32Z

docs: Add docker usage to download 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.
---


[jira] [Created] (ZEPPELIN-2669) Can't run mahout interpreter in 0.7.2 docker image

2017-06-19 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2669:
---

 Summary: Can't run mahout interpreter in 0.7.2 docker image
 Key: ZEPPELIN-2669
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2669
 Project: Zeppelin
  Issue Type: Improvement
  Components: build, Interpreters
Affects Versions: 0.7.2
Reporter: Hoon Park


{quote}
Mark Miller 
5:27 AM (10 hours ago)

I can't run the mahout code either, which surprised me.  I thought the 
"convenience paragraphs" were included to pull any required dependencies.

python: can't open file '../scripts/mahout/add_mahout.py': [Errno 2] No such 
file or directory

python: can't open file 'scripts/mahout/add_mahout_interpreters.py': [Errno 2] 
No such file or directory
{quote}



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


[jira] [Created] (ZEPPELIN-2668) Can't run pig interpreter in 0.7.2 docker image

2017-06-19 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2668:
---

 Summary: Can't run pig interpreter in 0.7.2 docker image
 Key: ZEPPELIN-2668
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2668
 Project: Zeppelin
  Issue Type: Improvement
Affects Versions: 0.7.2
Reporter: Hoon Park


{quote}

Mark Miller 
5:27 AM (10 hours ago)

to users 
Thanks, this is working pretty well for me on Ubuntu 16.  I can execute all of 
the spark, python and R code in the tutorial.

I can't run the pig tutorial, but I assume that's because the docker container 
doesn't include a hadoop environment.
{quote}



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


[jira] [Created] (ZEPPELIN-2667) [Umbrella] Improving Official Docker Images

2017-06-19 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2667:
---

 Summary: [Umbrella] Improving Official Docker Images
 Key: ZEPPELIN-2667
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2667
 Project: Zeppelin
  Issue Type: Improvement
  Components: build
Reporter: Hoon Park


This is an umbrella issue that collects all issues related with the official 
docker images for Zeppelin.





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


[jira] [Created] (ZEPPELIN-2666) Add docker usage for the download page in the official homepage

2017-06-19 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-2666:
---

 Summary: Add docker usage for the download page in the official 
homepage 
 Key: ZEPPELIN-2666
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2666
 Project: Zeppelin
  Issue Type: Improvement
  Components: documentation
Reporter: Hoon Park


Recently, Zeppelin community released the official docker image for Zeppelin 
0.7.2. 

If we add some usage in http://zeppelin.apache.org/download.html, it would be 
helpful.



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


[GitHub] zeppelin issue #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-06-19 Thread qwemicheal
Github user qwemicheal commented on the issue:

https://github.com/apache/zeppelin/pull/2412
  
@felixcheung It didn't fail. But when using byte to encode to  UTF-8 byte, 
CI log can show Chinese correctly.  


---
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 #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

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

https://github.com/apache/zeppelin/pull/2412
  
did it fail? livy seems to be responding with 2xx


---
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 #2412: [ZEPPELIN-2641] Change encoding to UTF-8 when sending ...

2017-06-19 Thread qwemicheal
Github user qwemicheal commented on the issue:

https://github.com/apache/zeppelin/pull/2412
  
@zjffdu @felixcheung  After putting Chinese "你你你你你你好" 
directly inside test code, I got the following log in Travis CI test. May be 
use UTF8 byte to create inexplicit Chinese string  would be better? 

DEBUG [2017-06-19 05:17:11,258] ({main} 
BaseLivyInterpreter.java[callRestAPI]:522) - Call rest api in 
http://testing-gce-d7875447-863b-4719-82c2-fb072d36b0b2.c.travis-ci-prod-5.internal:8998/sessions/3/statements,
 method: POST, jsonData: {
  "code": "print(\"ä½ ä½ ä½ ä½ ä½ ä½ å¥½\")"
}
DEBUG [2017-06-19 05:17:11,372] ({main} 
BaseLivyInterpreter.java[callRestAPI]:557) - Get response, StatusCode: 201, 
responseBody: {"id":1,"state":"running","output":null}
DEBUG [2017-06-19 05:17:12,373] ({main} 
BaseLivyInterpreter.java[callRestAPI]:522) - Call rest api in 
http://testing-gce-d7875447-863b-4719-82c2-fb072d36b0b2.c.travis-ci-prod-5.internal:8998/sessions/3/statements/1,
 method: GET, jsonData: 
DEBUG [2017-06-19 05:17:12,379] ({main} 
BaseLivyInterpreter.java[callRestAPI]:557) - Get response, StatusCode: 200, 
responseBody: 
{"id":1,"state":"available","output":{"status":"ok","execution_count":1,"data":{"text/plain":"ä½
 ä½ ä½ ä½ ä½ ä½ å¥½"}}}


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