[jira] [Created] (ZEPPELIN-3248) Build failure - web application

2018-02-19 Thread junholee (JIRA)
junholee created ZEPPELIN-3248:
--

 Summary: Build failure - web application
 Key: ZEPPELIN-3248
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3248
 Project: Zeppelin
  Issue Type: Bug
  Components: build
Affects Versions: 0.9.0
Reporter: junholee
 Attachments: zeppelin_web_error.txt

i'm new to Zeppelin, 

I found some install manuals and followed it, but i'm getting an error while 
building,

I googled and found some other people who has same problem with me,

but it didn't help. Maybe i did something wrong,, but I don't know,

can anyone help me?

 



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


[GitHub] zeppelin pull request #2807: ZEPPELIN-3234. z.show() compatibility with prev...

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

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


---


[GitHub] zeppelin issue #2802: ZEPPELIN-3236. Make grpc framesize configurable

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

https://github.com/apache/zeppelin/pull/2802
  
@Tagar Have you tried this PR ? Does this PR solve your issue ?


---


[GitHub] zeppelin pull request #2770: ZEPPELIN-3207. fix search content not appearing

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

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


---


[jira] [Created] (ZEPPELIN-3247) Restart grpc stream for each paragraph run

2018-02-19 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3247:
---

 Summary: Restart grpc stream for each paragraph run
 Key: ZEPPELIN-3247
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3247
 Project: Zeppelin
  Issue Type: Bug
  Components: Core, pySpark, python-interpreter, zeppelin-interpreter, 
zeppelin-server
Affects Versions: 0.7.3, 0.8.0
Reporter: Ruslan Dautkhanov


Please read [https://github.com/grpc/grpc-java/issues/4086] for details
|The RPC (a.k.a. the stream) cannot continue, but you can start a new RPC. The 
Channel will still work. You can start a new RPC on the existing channel. 
Without seeing the code I don't know why a failed RPC would fail the whole 
application, but that isn't the intended behavior.|
 
It seems spark interpreter --> grpc --> ipython backend is currently somewhat 
brittle as any exception stops grpc stream [1].
 
Would it be possible to adjust code in ipython logic to restart grpc stream for 
each paragraph run ? To make new ipython logic more robust.
 
 
 
 
[1]
 
{quote}INFO [2018-02-14 10:39:10,923] (\{grpc-default-worker-ELG-1-2} 
AbstractClientStream2.java[inboundDataReceived]:249) - Received data on closed 
stream
INFO [2018-02-14 10:39:10,924] (\{grpc-default-worker-ELG-1-2} 
AbstractClientStream2.java[inboundDataReceived]:249) - Received data on closed 
stream
INFO [2018-02-14 10:39:10,925] (\{grpc-default-worker-ELG-1-2} 
AbstractClientStream2.java[inboundDataReceived]:249) - Received data on closed 
stream
{quote}



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


[GitHub] zeppelin issue #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpre...

2018-02-19 Thread masyan
Github user masyan commented on the issue:

https://github.com/apache/zeppelin/pull/2763
  
CI green https://travis-ci.org/masyan/zeppelin/builds/342323724


---


[GitHub] zeppelin pull request #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe i...

2018-02-19 Thread masyan
Github user masyan closed the pull request at:

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


---


[GitHub] zeppelin pull request #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe i...

2018-02-19 Thread masyan
GitHub user masyan reopened a pull request:

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

[ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpreter

### What is this PR for?
New interpreter, SAP BusinessObjects (Universes). See 
[documentation](https://github.com/masyan/zeppelin/blob/9178d1cc80253b9ae58b988443b619127f42d945/docs/interpreter/sap.md)

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

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

### How should this be tested?
see screenshots

### Screenshots (if appropriate)
Autocomplete + get results

![comletion_and_results](https://user-images.githubusercontent.com/705100/35770106-1fb3e9e6-0937-11e8-9ee4-df0c06a7b6c3.gif)

Errors

![errors](https://user-images.githubusercontent.com/705100/35770108-23de9674-0937-11e8-89e1-a0d3380e88bb.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/masyan/zeppelin ZEPPELIN-3194

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

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


commit f6b71f9c2a776c32972e14029f79638d364ccb9f
Author: Maksim Reshetov 
Date:   2018-01-31T09:49:44Z

[ZEPPELIN-3194] is null fix

commit c1c09af5c014ca3c6410ed5dbeecc81738188b39
Author: Maksim Reshetov 
Date:   2018-01-31T11:01:59Z

[ZEPPELIN-3194] docs fix + unit tests for util

commit 1aeb7ad0f14c470253e668d32c9bac7757768e2d
Author: Maksim Reshetov 
Date:   2018-01-31T11:11:39Z

[ZEPPELIN-3194] pom license

commit e00ace2e3efdc869c34d9e3bafe353f0eaa45f77
Author: Maksim Reshetov 
Date:   2018-01-31T15:32:30Z

[ZEPPELIN-3194] completer tests

commit 0784ba0303aaf50d438fe18729f219fa5df0e9b1
Author: Maksim Reshetov 
Date:   2018-02-01T14:30:14Z

[ZEPPELIN-3194] docs

commit ce97551b9611574ad3f68f49837a0acdcd218f1b
Author: Maksim Reshetov 
Date:   2018-02-03T14:29:37Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-3194

commit 9178d1cc80253b9ae58b988443b619127f42d945
Author: Maksim Reshetov 
Date:   2018-02-03T14:39:16Z

[ZEPPELIN-3194] docs

commit 24336a85559873d37d04667e48cbcaeeea5d7cc1
Author: Maksim Reshetov 
Date:   2018-02-16T12:44:20Z

[ZEPPELIN-3194] fix parser for result objects and conditions




---


[GitHub] zeppelin issue #2771: ZEPPELIN-3209. Preserve thread context classloader whe...

2018-02-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2771
  
I ran CI test of this branch 
https://travis-ci.org/Leemoonsoo/zeppelin/builds/343475153 in my travis 
account. And build went success. I think previous error was flaky test 
unrelated to this PR.

LGTM and merge to master and branch-0.8.


---


[GitHub] zeppelin issue #2771: ZEPPELIN-3209. Preserve thread context classloader whe...

2018-02-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2771
  
Okay, let me take a look and see if errors are related to this change or 
not.


---


[GitHub] zeppelin issue #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpre...

2018-02-19 Thread masyan
Github user masyan commented on the issue:

https://github.com/apache/zeppelin/pull/2763
  
@Leemoonsoo 
okay, I had one question in support of SAP, but they don't answer


---


[GitHub] zeppelin pull request #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe i...

2018-02-19 Thread masyan
GitHub user masyan reopened a pull request:

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

[ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpreter

### What is this PR for?
New interpreter, SAP BusinessObjects (Universes). See 
[documentation](https://github.com/masyan/zeppelin/blob/9178d1cc80253b9ae58b988443b619127f42d945/docs/interpreter/sap.md)

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

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

### How should this be tested?
see screenshots

### Screenshots (if appropriate)
Autocomplete + get results

![comletion_and_results](https://user-images.githubusercontent.com/705100/35770106-1fb3e9e6-0937-11e8-9ee4-df0c06a7b6c3.gif)

Errors

![errors](https://user-images.githubusercontent.com/705100/35770108-23de9674-0937-11e8-89e1-a0d3380e88bb.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/masyan/zeppelin ZEPPELIN-3194

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

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


commit f6b71f9c2a776c32972e14029f79638d364ccb9f
Author: Maksim Reshetov 
Date:   2018-01-31T09:49:44Z

[ZEPPELIN-3194] is null fix

commit c1c09af5c014ca3c6410ed5dbeecc81738188b39
Author: Maksim Reshetov 
Date:   2018-01-31T11:01:59Z

[ZEPPELIN-3194] docs fix + unit tests for util

commit 1aeb7ad0f14c470253e668d32c9bac7757768e2d
Author: Maksim Reshetov 
Date:   2018-01-31T11:11:39Z

[ZEPPELIN-3194] pom license

commit e00ace2e3efdc869c34d9e3bafe353f0eaa45f77
Author: Maksim Reshetov 
Date:   2018-01-31T15:32:30Z

[ZEPPELIN-3194] completer tests

commit 0784ba0303aaf50d438fe18729f219fa5df0e9b1
Author: Maksim Reshetov 
Date:   2018-02-01T14:30:14Z

[ZEPPELIN-3194] docs

commit ce97551b9611574ad3f68f49837a0acdcd218f1b
Author: Maksim Reshetov 
Date:   2018-02-03T14:29:37Z

Merge remote-tracking branch 'upstream/master' into ZEPPELIN-3194

commit 9178d1cc80253b9ae58b988443b619127f42d945
Author: Maksim Reshetov 
Date:   2018-02-03T14:39:16Z

[ZEPPELIN-3194] docs

commit 24336a85559873d37d04667e48cbcaeeea5d7cc1
Author: Maksim Reshetov 
Date:   2018-02-16T12:44:20Z

[ZEPPELIN-3194] fix parser for result objects and conditions




---


[GitHub] zeppelin issue #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpre...

2018-02-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2763
  
I'd like to merge this PR to master if we have no further reviews. @masyan 
Is this PR closed on purpose?


---


[GitHub] zeppelin issue #2770: ZEPPELIN-3207. fix search content not appearing

2018-02-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2770
  
LGTM! Merge to master and branch-0.8 if no further discussions.


---


[GitHub] zeppelin issue #2807: ZEPPELIN-3234. z.show() compatibility with previous re...

2018-02-19 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2807
  
Ah yes. There is however a bit of fuzzy line with in mixed language mode 
(ie. Dataset created in Scala and then turn to Python)







---


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

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

https://github.com/apache/zeppelin/pull/2439
  
@herval would you mind merging again on latest master?

@soralee @zjffdu as we face the same issue, and we are using helium, I will 
also test it.


---


[jira] [Created] (ZEPPELIN-3246) Need option for automatically restart the livy interpreter automatically as zeppelin does not start new Livy session if yarn livy session application is killed

2018-02-19 Thread Franklinsam Paul (JIRA)
Franklinsam Paul created ZEPPELIN-3246:
--

 Summary: Need option for automatically restart the livy 
interpreter automatically as zeppelin does not start new Livy session if yarn 
livy session application is killed
 Key: ZEPPELIN-3246
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3246
 Project: Zeppelin
  Issue Type: Improvement
  Components: zeppelin-interpreter
Affects Versions: 0.7.3, 0.8.0
Reporter: Franklinsam Paul


Scenario:
1) Create a livy notebook
2) run 2 paragraph ( Make sure a livy session yarn application is started )
3) Clone livy notebook 
4) Kill yarn livy application
5) Run paragraphs from Clone livy notebook
Here, Cloned notebook para fails with 
"org.springframework.web.client.HttpServerErrorException: 500 Internal Server 
Error".
Zeppelin still try to connect to previous livy session which is killed. It does 
not start new session.

Bug fix  for https://issues.apache.org/jira/browse/ZEPPELIN-2988 is only 
improves the error message when the livy session is dead.  In a scenario where 
user makes a mistake in a query, he might need  to kill the job, but killing 
yarn livy session makes the interpreter inaccessible for all the users. It 
would be more reasonable to generate a notification (to  investigate the cause 
why the session has been dead) on the yarn livy session's dead following by an 
automatic interpreter restart to restore the service quickly without manual 
intervention. At-least this auto restart of interpreter could be provided as a 
optional feature or a possible workaround without manual intervention could be 
very helpful.

 



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


[GitHub] zeppelin issue #2770: ZEPPELIN-3207. fix search content not appearing

2018-02-19 Thread swkimme
Github user swkimme commented on the issue:

https://github.com/apache/zeppelin/pull/2770
  
@Leemoonsoo now it's good to go!


---