[jira] [Created] (ZEPPELIN-3642) Separate spark launch scripts from other interpreter launch scripts

2018-07-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3642:


 Summary: Separate spark launch scripts from other interpreter 
launch scripts
 Key: ZEPPELIN-3642
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3642
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang


Currently interpreter.sh is mixed with all the interpreters, this make it hard 
to maintain. Since we introduce plugin framework in 0.9, it is good time to 
separate spark launch scripts out of interpreter.sh





--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ZEPPELIN-3641) Impersonation for spark without native proxy user can potentially fail

2018-07-19 Thread Jhon Cardenas (JIRA)
Jhon Cardenas created ZEPPELIN-3641:
---

 Summary: Impersonation for spark without native proxy user can 
potentially fail
 Key: ZEPPELIN-3641
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3641
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-interpreter
Affects Versions: 0.8.0
Reporter: Jhon Cardenas


Impersonation for spark without native proxy user can potentially fail.
When impersonation in on for spark without native proxy user 
(ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER=false) and the spark interpreter has a 
property value with a blank space, the spark paragraphs fail.

How to reproduce:
# Turn on impersonation for spark.
# Disable native proxy user (ZEPPELIN_IMPERSONATE_SPARK_PROXY_USER=false).
# Specify the impersonation command: ZEPPELIN_IMPERSONATE_CMD='sudo -H -u 
${ZEPPELIN_IMPERSONATE_USER} bash -c ' (With the default command the same error 
should happen)
# Put a property with at least one blank space, for example:
||Name||Value||
|spark.executor.extraJavaOptions|-Dpro1=val1 -Dprop1=val2|
# Run a spark paragraph.






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3079: ZEPPELIN-3635. Drop support for spark before 1.6

2018-07-19 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3079
  
Thanks @jongyoul  I have removed these profiles


---


[GitHub] zeppelin issue #3077: [ZEPPELIN-3631] Increase the maven-shade-plugin versio...

2018-07-19 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3077
  
LGTM


---


[GitHub] zeppelin pull request #3082: [ZEPPELIN-3636] Add timeout for s3 amazon bucke...

2018-07-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #3082: [ZEPPELIN-3636] Add timeout for s3 amazon bucket endpo...

2018-07-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3082
  
LGTM


---


[GitHub] zeppelin issue #3073: [zeppelin-3625] [branch-0.8] Pandasql interpreter fail...

2018-07-19 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/3073
  
@jongyoul thanks, will close then


---


[GitHub] zeppelin pull request #3073: [zeppelin-3625] [branch-0.8] Pandasql interpret...

2018-07-19 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at:

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


---


[GitHub] zeppelin issue #3079: ZEPPELIN-3635. Drop support for spark before 1.6

2018-07-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3079
  
BTW, we could also remove profiles for spark 1.4 - 1.5


---


[GitHub] zeppelin pull request #3027: [ZEPPELIN-2605] Import notebook has 1MB size li...

2018-07-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #3073: [zeppelin-3625] [branch-0.8] Pandasql interpreter fail...

2018-07-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3073
  
Please close this PR as it's not based on `master` branch. 


---


[GitHub] zeppelin pull request #3071: [zeppelin-3625] Pandasql interpreter fails to q...

2018-07-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #3073: [zeppelin-3625] [branch-0.8] Pandasql interpreter fail...

2018-07-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3073
  
Will merge it


---


[GitHub] zeppelin issue #3082: [ZEPPELIN-3636] Add timeout for s3 amazon bucket endpo...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3082
  
@jongyoul check my test please.


---


[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3078
  
@jongyoul I could try to migrate away from bower to npm/yarn


---


[GitHub] zeppelin issue #3078: [WIP] [ZEPPELIN-3628] HTML anchor links on paragraph d...

2018-07-19 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3078
  
Something went wrong with dependencies: after that update, cursor stopped 
moving in paragraph text using keyboard arrows.


---


[GitHub] zeppelin issue #3084: [zeppelin-3639] Add Ipython interpreter prerequisite c...

2018-07-19 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/3084
  
Would be nice to check freeze output for tornado version.
tornado 5.x is broken for Zeppelin. 
https://issues.apache.org/jira/browse/ZEPPELIN-3505 


---


[GitHub] zeppelin issue #2816: [ZEPPELIN-3263] Do not use Firefox >=55 for integratio...

2018-07-19 Thread mephi42
Github user mephi42 commented on the issue:

https://github.com/apache/zeppelin/pull/2816
  
Hi @jongyoul, sorry, I'm afraid I won't have time to finish this anytime 
soon. That said, the first 7 patches, which improve stability and performance 
of the test suite, are ready as far as I'm concerned. Maybe you could give them 
a try and get them in in case they look good?


---


[GitHub] zeppelin issue #3049: [ZEPPELIN-3580] Adds rename note method to rest api

2018-07-19 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/3049
  
Thanks. 


---


[GitHub] zeppelin issue #3049: [ZEPPELIN-3580] Adds rename note method to rest api

2018-07-19 Thread oxygen311
Github user oxygen311 commented on the issue:

https://github.com/apache/zeppelin/pull/3049
  
@jongyoul Done


---


[GitHub] zeppelin issue #3084: [zeppelin-3639] Add Ipython interpreter prerequisite c...

2018-07-19 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3084
  
LGTM


---


[jira] [Created] (ZEPPELIN-3640) Log enviroment info when starting zeppelin server & interpreter process

2018-07-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3640:


 Summary: Log enviroment info when starting zeppelin server & 
interpreter process
 Key: ZEPPELIN-3640
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3640
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang


such as jvm version, jvm arguments, classpath and etc. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin pull request #3026: Fix minor formatting issues in storage.md

2018-07-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin pull request #3084: [zeppelin-3639] Add Ipython interpreter prerequ...

2018-07-19 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request:

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

[zeppelin-3639] Add Ipython interpreter prerequisite check for protobuf

### What is this PR for?
This is to protobuf prerequisite check when starting ipython kernel. This 
is required since from grpcio 1.12.0 it's  independent from protobuf


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

### Todos
* [x] - add protobuf prerequisite check
* [x] - add to ipython docs

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

### How should this be tested?
1. remove grpcio and protobuf 
2. install latest grpcio and try to run ipython interpreter - should fail
3. then install protobuf and try again - should work

### 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/khalidhuseynov/zeppelin fix/ZEPPELIN-3639

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

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


commit 58c06898b7d78790f153dfea9912acf1d837a5c8
Author: Khalid Huseynov 
Date:   2018-07-19T06:47:53Z

add protobuf prerequsite check

commit 066e061d25d0066102818eb57a97840cece77ad5
Author: Khalid Huseynov 
Date:   2018-07-19T07:03:58Z

fix ipython documentation




---


[jira] [Created] (ZEPPELIN-3639) Add Ipython interpreter prerequisite check for protobuf

2018-07-19 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-3639:
-

 Summary: Add Ipython interpreter prerequisite check for protobuf
 Key: ZEPPELIN-3639
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3639
 Project: Zeppelin
  Issue Type: Improvement
  Components: Interpreters, python-interpreter
Affects Versions: 0.8.0, 0.9.0
Reporter: Khalid Huseynov


after grpcio 1.12 release [https://github.com/grpc/grpc/releases/tag/v1.12.0] 
it doesn't depend on protobuf, however we need protobuf to communicate with 
ipython kernel. thus we need to add prerequisite check for protobuf when 
starting ipython kernel



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)