[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2809
  
Thanks for the review will merge this to master and branch-0.8 if no more 
discussion.


---


[GitHub] zeppelin pull request #2804: [ZEPPELIN-3245] checkstyle/eslintrc for zeppeli...

2018-02-22 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[jira] [Created] (ZEPPELIN-3257) "Show line numbers" doesn't show current line

2018-02-22 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3257:
---

 Summary: "Show line numbers" doesn't show current line
 Key: ZEPPELIN-3257
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3257
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.8.0
Reporter: Ruslan Dautkhanov
 Attachments: image-2018-02-22-21-36-17-677.png

Not super critical - but looks a bit odd in the new Zeppelin current line 
number is missing.

Notice current line 5 has no number. 

This is a regression from previous Zeppelin release.

 

!image-2018-02-22-21-36-17-677.png!



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


[jira] [Created] (ZEPPELIN-3256) ipython backend: capture when backend ipython process dies

2018-02-22 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3256:
---

 Summary: ipython backend: capture when backend ipython process dies
 Key: ZEPPELIN-3256
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3256
 Project: Zeppelin
  Issue Type: Bug
  Components: Core, pySpark, python-interpreter, zeppelin-interpreter
Affects Versions: 0.7.3, 0.8.0
Reporter: Ruslan Dautkhanov


Using `quit()` in the new ipython interpreter backend leads to ipython backend 
.. exiting, and a new paragraph run gets stuck in 'RUNNING' indefinitely, or at 
least until pySpark interpreter is restarted.

Two suggestions:
 # Ignore `quit()` calls 
 # More importantly - capture when IPython backend process dies (for this any 
other) reason so Spark interpreter would know it has to start a new session, 
and so it would also not show misleading 'RUNNING' state indefinitely on the 
front-end.

First one might be easy to fix using something `def quit(): pass` or something 
as soon as ipython process starts.

But again more importantly it would be great to capture and recognize events 
when ipython process exits or dies for some reason and pass this information up 
to Spark interpreter.



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


[GitHub] zeppelin issue #2809: [ZEPPELIN-3249] Add support for streaming table

2018-02-22 Thread r-kamath
Github user r-kamath commented on the issue:

https://github.com/apache/zeppelin/pull/2809
  
Tested. LGTM.


---


[GitHub] zeppelin issue #2812: disable tab completion

2018-02-22 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2812
  
One way to fix 
[ZEPPELIN-3253](https://issues.apache.org/jira/browse/ZEPPELIN-3253?focusedCommentId=16373706=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16373706
 ) - this is just proof of concept


---


[GitHub] zeppelin pull request #2812: disable tab completion

2018-02-22 Thread Tagar
Github user Tagar closed the pull request at:

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


---


[GitHub] zeppelin pull request #2812: disable tab completion

2018-02-22 Thread Tagar
GitHub user Tagar opened a pull request:

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

disable tab completion

### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - 
https://zeppelin.apache.org/contribution/contributions.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?
* First time? Setup Travis CI as described on 
https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
* Strongly recommended: add automated unit tests for any new or changed 
behavior
* Outline any manual 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/Tagar/zeppelin master

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

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


commit 0ecc35233a68844c0c388edefaec34ab61209d16
Author: Ruslan Dautkhanov 
Date:   2018-02-22T23:25:35Z

disable tab completion




---


[GitHub] zeppelin issue #2624: [ZEPPELIN-2965] Add code completion for livy interpret...

2018-02-22 Thread Tagar
Github user Tagar commented on the issue:

https://github.com/apache/zeppelin/pull/2624
  
This commit seems broke Tab to indent text behavior.
https://issues.apache.org/jira/browse/ZEPPELIN-3253 


---


[GitHub] zeppelin pull request #2808: [ZEPPELIN-3243] fix IndexOutOfBoundsException w...

2018-02-22 Thread weand
Github user weand closed the pull request at:

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


---


[GitHub] zeppelin pull request #2808: [ZEPPELIN-3243] fix IndexOutOfBoundsException w...

2018-02-22 Thread weand
GitHub user weand reopened a pull request:

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

[ZEPPELIN-3243] fix IndexOutOfBoundsException when 'No interpreter is 
binded to this note'

### What is this PR for?
I observed IndexOutOfBoundsException when using zeppelin locally on an 
existing notebook repository and with fresh interpreter.json file.
The default Zeppelin behavior when using existing notebooks is the manual 
binding of the interpreter settings, which works fine. This PR simply avoids 
the IndexOutOfBoundsException.

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

### Todos
-

### What is the Jira issue?

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

### How should this be tested?
- manual

### 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/weand/zeppelin ZEPPELIN-3243

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

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


commit b97a38eeed89573e64059dc862ab9bc05700ce7d
Author: Andreas Weise 
Date:   2018-02-18T11:55:32Z

ZEPPELIN-3243 fix IndexOutOfBoundsException when 'No interpreter is
binded to this note'




---


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

2018-02-22 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2439
  
@herval: I merged latest master: 
[https://github.com/weand/zeppelin/tree/ZEPPELIN-2680](https://github.com/weand/zeppelin/tree/ZEPPELIN-2680)

But I also face continuous requests against helium endpoint (without having 
any helium configured at all). Same behavior like @khalidhuseynov. I recognized 
this only by having a look at the Network Communication in the browsers 
developer tools.

I'm not into the angular stuff so much. Could you have a look?


---


[GitHub] zeppelin pull request #2735: [ZEPPELIN-3177]Resize charts on paragaph resize

2018-02-22 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #2749: [ZEPPELIN-3180] BUGFIX - save operation on interpreter...

2018-02-22 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2749
  
LGTM @felixcheung what do you think?


---


[GitHub] zeppelin issue #2804: [ZEPPELIN-3245] checkstyle/eslintrc for zeppelin-web (...

2018-02-22 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2804
  
Will merge this to branch-0.8 as well, so that if there are any backports 
they are convenient.


---


[jira] [Created] (ZEPPELIN-3255) Can not run spark1 and spark2 in one zeppelin instance

2018-02-22 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3255:


 Summary: Can not run spark1 and spark2 in one zeppelin instance
 Key: ZEPPELIN-3255
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3255
 Project: Zeppelin
  Issue Type: Bug
Reporter: Jeff Zhang






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