[jira] [Created] (ZEPPELIN-2117) JDBC autocompleter does not show tables in schemas with Exasol

2017-02-14 Thread Sergey Sotnichenko (JIRA)
Sergey Sotnichenko created ZEPPELIN-2117:


 Summary: JDBC autocompleter does not show tables in schemas with 
Exasol
 Key: ZEPPELIN-2117
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2117
 Project: Zeppelin
  Issue Type: Bug
  Components: interpreter-auto-completion, Interpreters
Reporter: Sergey Sotnichenko
Assignee: Sergey Sotnichenko






--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] zeppelin issue #1985: [ZEPPELIN-2075] Can't stop infinite `while` statement ...

2017-02-14 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1985
  
Hello. Sorry for late response. 
@Leemoonsoo Let me fix CI error. 
@karuppayya Let me fix `scala` too in another 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 #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter

2017-02-14 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2010
  
@zjffdu  I'll try to run and review this today.


---
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 #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter

2017-02-14 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2010
  
ping @felixcheung @prabhjyotsingh @del680202


---
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-2116) %livy interpreter needs to restart after previous session timeout

2017-02-14 Thread Kshitij Badani (JIRA)
Kshitij Badani created ZEPPELIN-2116:


 Summary: %livy interpreter needs to restart after previous session 
timeout
 Key: ZEPPELIN-2116
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2116
 Project: Zeppelin
  Issue Type: Bug
  Components: livy-interpreter
Affects Versions: 0.7.0
Reporter: Kshitij Badani
 Fix For: 0.7.0


1) Reduce livy.session.timeout = 30 (5 min)
2) I started a long running job
%livy
print(1)
Thread.sleep(40)
print(2)

This scenario runs fine.
3) After a period of inactivity, the livy session times out. I can see that on 
RM UI - the livy session state is FINISHED
4) Now in the same notebook, if I try to do
%livy
sc.version
It gives 404 Error

org.springframework.web.client.HttpClientErrorException: 404 Not Found
at 
org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:91)
at 
org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:667)
at 
org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:620)
at 
org.springframework.security.kerberos.client.KerberosRestTemplate.doExecuteSubject(KerberosRestTemplate.java:202)
at 
org.springframework.security.kerberos.client.KerberosRestTemplate.access$100(KerberosRestTemplate.java:67)
at 
org.springframework.security.kerberos.client.KerberosRestTemplate$1.run(KerberosRestTemplate.java:191)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:360)
at 
org.springframework.security.kerberos.client.KerberosRestTemplate.doExecute(KerberosRestTemplate.java:187)
at 
org.springframework.web.client.RestTemplate.execute(RestTemplate.java:580)
at 
org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:498)
at 
org.apache.zeppelin.livy.BaseLivyInterprereter.callRestAPI(BaseLivyInterprereter.java:398)
at 
org.apache.zeppelin.livy.BaseLivyInterprereter.executeStatement(BaseLivyInterprereter.java:359)
at 
org.apache.zeppelin.livy.BaseLivyInterprereter.interpret(BaseLivyInterprereter.java:229)
at 
org.apache.zeppelin.livy.BaseLivyInterprereter.interpret(BaseLivyInterprereter.java:140)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.interpret(LazyOpenInterpreter.java:94)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterServer$InterpretJob.jobRun(RemoteInterpreterServer.java:495)
at org.apache.zeppelin.scheduler.Job.run(Job.java:175)
at 
org.apache.zeppelin.scheduler.FIFOScheduler$1.run(FIFOScheduler.java:139)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)


5) Now restart the livy interpreter, and if you again try to do sc.version - it 
works



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] zeppelin issue #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2017-02-14 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1582
  
Sorry about the delay. Will look at shortly - thanks for the ping.




---
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 #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-14 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue:

https://github.com/apache/zeppelin/pull/2002
  
@1ambda 
>Could you share the content of 
/vagrant/zeppelin/local-repo/helium-bundle/npm-debug.log? when node/node 
node_modules/webpack/bin/webpack.js --display-error-details --json failed. 
(Gist will be enough)

>I would like to check. It seems that helium bundling failed due to network 
is offline not because of to max stack size.

https://issues.apache.org/jira/secure/attachment/12852597/npm-debug.log


---
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-2115) Could not rename .note.json to note.json in afterStatusChange after a terminated job

2017-02-14 Thread Frank Rosner (JIRA)
Frank Rosner created ZEPPELIN-2115:
--

 Summary: Could not rename .note.json to note.json in 
afterStatusChange after a terminated job
 Key: ZEPPELIN-2115
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2115
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Frank Rosner


h4. Problem

When using a notebook on some actions we are getting the following error 
messages. Looking at the filesystem after some time we actually are able to see 
the file so it managed to rename it eventually. Could that be some kind of race 
condition when editing the note while some jobs are running or running 
different jobs (of different interpreters) at the same time?

It happened, e.g., when clicking "run all" but also in other situations it 
seems.

h4. Error

{noformat}
ERROR [2017-02-14 15:31:32,681] ({pool-2-thread-59} 
NotebookServer.java[afterStatusChange]:2034) - 
org.apache.commons.vfs2.FileSystemException: Could not rename 
"file:///usr/local/zeppelin/notebooks/2C9UB669K/.note.json" to 
"file:///usr/local/zeppelin/notebooks/2C9UB669K/note.json".
org.apache.commons.vfs2.FileSystemException: Could not rename 
"file:///usr/local/zeppelin/notebooks/2C9UB669K/.note.json" to 
"file:///usr/local/zeppelin/notebooks/2C9UB669K/note.json".
at 
org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1116)
at 
org.apache.zeppelin.notebook.repo.VFSNotebookRepo.save(VFSNotebookRepo.java:250)
at 
org.apache.zeppelin.notebook.repo.NotebookRepoSync.save(NotebookRepoSync.java:185)
at org.apache.zeppelin.notebook.Note.persist(Note.java:678)
at 
org.apache.zeppelin.socket.NotebookServer$ParagraphListenerImpl.afterStatusChange(NotebookServer.java:2032)
at org.apache.zeppelin.scheduler.Job.setStatus(Job.java:149)
at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.afterStatusChange(RemoteScheduler.java:386)
at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobStatusPoller.getStatus(RemoteScheduler.java:268)
at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:342)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.commons.vfs2.FileSystemException: Could not rename file 
"/usr/local/zeppelin/notebooks/2C9UB669K/.note.json" to 
"file:///usr/local/zeppelin/notebooks/2C9UB669K/note.json".
at 
org.apache.commons.vfs2.provider.local.LocalFile.doRename(LocalFile.java:140)
at 
org.apache.commons.vfs2.provider.AbstractFileObject.moveTo(AbstractFileObject.java:1102)
... 15 more
{noformat}

https://github.com/apache/zeppelin/blob/5eeebeb0aaefa87ddcd6a06ff121ff2824d5d937/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L2034



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] zeppelin issue #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-14 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue:

https://github.com/apache/zeppelin/pull/2002
  
Failed tests: 
  IgniteSqlInterpreterTest.testSql:95 expected: but was:
This test do not related with 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 pull request #2018: [ZEPPELIN-2114]: Adding an endpoint in Notebook...

2017-02-14 Thread Remilito
GitHub user Remilito opened a pull request:

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

[ZEPPELIN-2114]: Adding an endpoint in NotebookRepoRestApi to reload note 
list

### What is this PR for?
Adding endpoint in NotebookRepoRestApi to trigger reload and broadcast of 
the note list.
Sending a GET request to /api/notebook-repositories/reload will trigger a 
reload of the note list, just like the reload button does on the homepage.
Q: If you think this endpoint belongs to another API (NotebookRestApi?), 
let me know.

### What type of PR is it?
Improvement

### Todos
* [ ] - Task

### What is the Jira issue?


### How should this be tested?
0. add (or remove) a note in the notebook repository
1. curl -x GET http://HOST:PORT/api/notebook-repository/reload
2. verify that you the note list in Zeppelin's home page now contains (or 
does not contain anymore) the note.

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? NO
* Is there breaking changes for older versions? NO
* Does this needs documentation? NotebookRepoRestApi does not have 
documentation yet. Could add it in another PR if needed.


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

$ git pull https://github.com/Remilito/zeppelin develop

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

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


commit 064eee83a8e11d37178b9454791069cc979f2419
Author: Remilito 
Date:   2017-02-14T13:46:49Z

[ZEPPELIN-2114]: Adding a call in NotebookRepoRestApi to reload note
list




---
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-2114) API call to reload note list

2017-02-14 Thread Remy Gayet (JIRA)
Remy Gayet created ZEPPELIN-2114:


 Summary: API call to reload note list
 Key: ZEPPELIN-2114
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2114
 Project: Zeppelin
  Issue Type: Improvement
  Components: rest-api
Reporter: Remy Gayet
Priority: Minor


Add an API call to reload and broadcast the note list from the repository 
(Similar to manually clicking on the reload button in /# page)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] zeppelin pull request #2016: [ZEPPELIN-2105] yarn installed by frontend-mave...

2017-02-14 Thread 1ambda
GitHub user 1ambda reopened a pull request:

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

[ZEPPELIN-2105] yarn installed by frontend-maven-plugin causes build 
failure (BUG)

### What is this PR for?

yarn installed by frontend-maven-plugin causes build failure **when there 
is no nodeJS in local system**

To reproduce this bug

- Remove system nodejs
- Execute `mvn -X clean package -pl 'zeppelin-web' -DskipTests;`

 Details.

- yarn installed by frontend-maven-plugin can't run commands described in 
scripts tag (`package.json`)
- but npm is able to execute them. 
- so, it's bug of the maven plugin. 

 See also

https://github.com/apache/zeppelin/pull/2002
https://github.com/eirslett/frontend-maven-plugin/issues/562

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

### Todos
* [x] - Rollback yarn to npm
* [x] - Update README.md for zeppelin-web

### What is the Jira issue?

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

### How should this be tested?

- Remove system nodejs
- `mvn -X clean package -pl 'zeppelin-web' -DskipTests;`


### Screenshots (if appropriate)

NONE

### 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-2105/rollback-yarn-to-npm

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

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


commit 66543efa69044f9f01c76ade332371c9fe7d
Author: 1ambda <1am...@gmail.com>
Date:   2017-02-13T16:48:57Z

fix: Rollback yarn to npm

commit ed8c4ceaf7b90750eeaf355704eac0f971f926e2
Author: 1ambda <1am...@gmail.com>
Date:   2017-02-13T16:49:08Z

docs: Update README for zeppelin-web




---
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 #2016: [ZEPPELIN-2105] yarn installed by frontend-mave...

2017-02-14 Thread 1ambda
Github user 1ambda closed the pull request at:

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


---
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 #1998: [ZEPPELIN-2070][DOCS] Create Docs for Spell

2017-02-14 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1998
  
Merge into master if there are no more comments on 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 issue #2008: [MINOR][ZEPPELIN-2100] Enable to go back to zeppelin.a...

2017-02-14 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/2008
  
@felixcheung Thanks anyway for your feedback. 
Then will merge this into branch-0.7 and master if there are no 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 #2006: [ZEPPELIN-2099] Add NPM link for helium pkgs published...

2017-02-14 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/2006
  
Then I'll merge this to master if there is no further 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 #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2017-02-14 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/1582
  
Hi guys any news on this?
Thanks
Andrea


---
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 #2017: [ZEPPELIN-1746] Flaky test: PySparkInterpreterT...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


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