[jira] [Created] (ZEPPELIN-1846) set value of livy.spark.master to blank

2016-12-21 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1846:
-

 Summary: set value of livy.spark.master to blank
 Key: ZEPPELIN-1846
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1846
 Project: Zeppelin
  Issue Type: Bug
  Components: livy-interpreter
Reporter: Prabhjyot Singh


The value of livy.spark.master should be blank as this is blacklisted by 
default in livy 
https://github.com/cloudera/livy/blob/master/conf/spark-blacklist.conf#L10



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1790: InterpreterFactory.createOrGetInterpreterList f...

2016-12-21 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

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

InterpreterFactory.createOrGetInterpreterList fails when interpreter mode 
is "perUser": "scoped"

### What is this PR for?
When trying to add a paragraph, whose default interpreter is running in 
mode `"perUser": "scoped"` fails with following exception

```
ERROR [2016-12-22 11:52:18,784] ({qtp112466394-59} 
NotebookServer.java[onMessage]:318) - Can't handle message
java.lang.NullPointerException
at 
java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at 
java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:964)
at 
org.apache.zeppelin.interpreter.InterpreterFactory.createOrGetInterpreterList(InterpreterFactory.java:1219)
at 
org.apache.zeppelin.interpreter.InterpreterFactory.getInterpreter(InterpreterFactory.java:1333)
at 
org.apache.zeppelin.notebook.Paragraph.isValidInterpreter(Paragraph.java:598)
at org.apache.zeppelin.notebook.Paragraph.getMagic(Paragraph.java:587)
at org.apache.zeppelin.notebook.Note.setParagraphMagic(Note.java:506)
at org.apache.zeppelin.notebook.Note.insertParagraph(Note.java:316)
at 
org.apache.zeppelin.socket.NotebookServer.insertParagraph(NotebookServer.java:1330)
at 
org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:241)
at 
org.apache.zeppelin.socket.NotebookSocket.onWebSocketText(NotebookSocket.java:59)
at 
org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:128)
at 
org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at 
org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:65)
at 
org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:122)
at 
org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:161)
at 
org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
at 
org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
at 
org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
at 
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:632)
at 
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:480)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
```

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


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

### How should this be tested?
Outline the steps to test the PR here.

### Screenshots (if appropriate)
Before:

![before](https://cloud.githubusercontent.com/assets/674497/21417398/4d7535da-c840-11e6-81aa-42290ff75617.gif)

After:

![after](https://cloud.githubusercontent.com/assets/674497/21417399/4d7554f2-c840-11e6-951c-44c7a23e191b.gif)


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


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

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1845

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

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


commit 64593183cb86ed5075975642505a309496698b5b
Author: Prabhjyot Singh 
Date:   2016-12-22T06:43:00Z

Both insertParagraph, addParagraph should accept and set AuthenticationInfo 
into paragraph




---
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-1845) InterpreterFactory.createOrGetInterpreterList fails when interpreter mode is "perUser": "scoped"

2016-12-21 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1845:
-

 Summary: InterpreterFactory.createOrGetInterpreterList fails when 
interpreter mode is "perUser": "scoped"
 Key: ZEPPELIN-1845
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1845
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-zengine
Reporter: Prabhjyot Singh


When trying to add a paragraph, whose default interpreter is running in mode 
`"perUser": "scoped"` fails with following execption


{code}
ERROR [2016-12-22 11:52:18,784] ({qtp112466394-59} 
NotebookServer.java[onMessage]:318) - Can't handle message
java.lang.NullPointerException
at 
java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:936)
at 
java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:964)
at 
org.apache.zeppelin.interpreter.InterpreterFactory.createOrGetInterpreterList(InterpreterFactory.java:1219)
at 
org.apache.zeppelin.interpreter.InterpreterFactory.getInterpreter(InterpreterFactory.java:1333)
at 
org.apache.zeppelin.notebook.Paragraph.isValidInterpreter(Paragraph.java:598)
at org.apache.zeppelin.notebook.Paragraph.getMagic(Paragraph.java:587)
at org.apache.zeppelin.notebook.Note.setParagraphMagic(Note.java:506)
at org.apache.zeppelin.notebook.Note.insertParagraph(Note.java:316)
at 
org.apache.zeppelin.socket.NotebookServer.insertParagraph(NotebookServer.java:1330)
at 
org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:241)
at 
org.apache.zeppelin.socket.NotebookSocket.onWebSocketText(NotebookSocket.java:59)
at 
org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextMessage(JettyListenerEventDriver.java:128)
at 
org.eclipse.jetty.websocket.common.message.SimpleTextMessage.messageComplete(SimpleTextMessage.java:69)
at 
org.eclipse.jetty.websocket.common.events.AbstractEventDriver.appendMessage(AbstractEventDriver.java:65)
at 
org.eclipse.jetty.websocket.common.events.JettyListenerEventDriver.onTextFrame(JettyListenerEventDriver.java:122)
at 
org.eclipse.jetty.websocket.common.events.AbstractEventDriver.incomingFrame(AbstractEventDriver.java:161)
at 
org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:309)
at 
org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:214)
at 
org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:220)
at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:258)
at 
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.readParse(AbstractWebSocketConnection.java:632)
at 
org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:480)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1784: [ZEPPELIN-1840] Allow fully qualified username when pr...

2016-12-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1784
  
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 #1751: ZEPPELIN-1786. Refactor LivyHelper

2016-12-21 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1751
  
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 #1030: [ZEPPELIN-1023] Add more credential apis.

2016-12-21 Thread neil4dong
Github user neil4dong commented on the issue:

https://github.com/apache/zeppelin/pull/1030
  
I checkout the branch "branch-0.6" , but it seems that this bug fix has not 
merged to this branch.
This problem makes cron jobschedule unusable.   Really appreciate for this 
bug fix. 
Should I build from source at the master branch or wait for the release 
0.7.* ?   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 #1600: Using HDFS to backup and restore notebook

2016-12-21 Thread aspen01
Github user aspen01 commented on the issue:

https://github.com/apache/zeppelin/pull/1600
  
@placeybordeaux Thank you.
@bzz  Do you mean I have to to merge these commits to master not branch-0.6?



---
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 #1600: Using HDFS to backup and restore notebook

2016-12-21 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1600
  
Thank you @aspen01, @placeybordeaux 

In order to be merged, this branch have to be rebased on top of the master, 
which itself already includes CI fixes, i.e 1c7d8fb. 

This branch must not include any other commits, except for ones that 
implement "HDFS to backup and restore notebook" - edae7bc, d94eb16 need to be 
removed.




---
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 #1753: [ZEPPELIN-1594] Support personalized mode

2016-12-21 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1753
  
@jongyoul @cloverhearts Didn't saw the last commit. Please ignore my last 
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 #1753: [ZEPPELIN-1594] Support personalized mode

2016-12-21 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1753
  
@jongyoul @cloverhearts Did you have any chance to check [my 
comment](https://github.com/apache/zeppelin/pull/1753#pullrequestreview-13267973)?
 


---
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 #1753: [ZEPPELIN-1594] Support personalized mode

2016-12-21 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1753
  
I think it has implemented basic function what we intended. Merging if 
there's no more discussion and will fix some bugs if we find any minor wrong 
behaviour.


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

2016-12-21 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1582
  
I think if you are doing a rebase it might be easier to use a tool. Have 
you tried SourceTree or GitHub Desktop tool?




---
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 #1600: Using HDFS to backup and restore notebook

2016-12-21 Thread placeybordeaux
Github user placeybordeaux commented on the issue:

https://github.com/apache/zeppelin/pull/1600
  
Looks like you're missing a hotfix commit: 


https://github.com/apache/zeppelin/commit/1c7d8fb0f7f8dd3cb6ce4837053c11c6453b5f18


---
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 #1783: Zeppelin 727

2016-12-21 Thread PetroKostyuk
Github user PetroKostyuk commented on the issue:

https://github.com/apache/zeppelin/pull/1783
  
Thank you for your replays! 
I'll try to implement what you suggested, it will indeed make this feature 
more user friendly.


---
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 #1789: [MINOR] Optimize watchers of paragraph results

2016-12-21 Thread cuspymd
GitHub user cuspymd opened a pull request:

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

[MINOR] Optimize watchers of paragraph results

### What is this PR for?
It's to optimize watchers of paragraph results
In the 'Zeppelin Tutorial / R (SparkR)' note, the number of watchers 
decreases by 1000.


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

### Todos

### What is the Jira issue?
N/A

### How should this be tested?
Check the basic actions of 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? No


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

$ git pull https://github.com/cuspymd/zeppelin opt-watcher

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

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


commit f485bd9de3872ef096ab741e7ce2fc89a0cf4885
Author: Myoungdo Park 
Date:   2016-12-21T16:21:23Z

Optimize watchers of paragraph results




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

2016-12-21 Thread conker84
Github user conker84 commented on the issue:

https://github.com/apache/zeppelin/pull/1582
  
I can't get the rebase done good this time.
Can you suggest some resource on the web to better understand how to rebase 
the code on Eclipse?
I google around but i haven't fine anything valuable.


---
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 #1785: [ZEPPELIN-1833] Fix bug in ClientFactory.destroyObject...

2016-12-21 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1785
  
LGTM and merge to master if there no further 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.
---


[jira] [Created] (ZEPPELIN-1844) Update Ignite version to 1.8

2016-12-21 Thread Andrey Gura (JIRA)
Andrey Gura created ZEPPELIN-1844:
-

 Summary: Update Ignite version to 1.8
 Key: ZEPPELIN-1844
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1844
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Andrey Gura
Assignee: Andrey Gura


Need to update Ignite dependencies for Ignite interpreter in order to provide 
users access to new SQL DML feature.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1721: [ZEPPELIN-969] order by note name in job menu

2016-12-21 Thread cloverhearts
Github user cloverhearts commented on the issue:

https://github.com/apache/zeppelin/pull/1721
  
@anthonycorbacho ofcourse, i will fix it.


---
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-1843) Error on invoking the REST API to run paragraph synchronously

2016-12-21 Thread Kavin Kumar (JIRA)
Kavin Kumar created ZEPPELIN-1843:
-

 Summary: Error on invoking the REST API to run paragraph 
synchronously
 Key: ZEPPELIN-1843
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1843
 Project: Zeppelin
  Issue Type: Bug
  Components: rest-api
Reporter: Kavin Kumar


On trying to use the REST API 
(http://localhost:8080/api/notebook/run/2BZH6PVGA/20161125-145708_286818081) to 
run paragraph synchronously, am getting the below error eventhough the given 
input were correct.

{code}
ERROR [2016-12-21 15:12:48,759] ({qtp1750905143-19} 
AbstractFaultChainInitiatorObserver.java[onMessage]:115) - Error occurred 
during error handling, give up!
org.apache.cxf.interceptor.Fault: The paragraph 20161125-145708_286818081 from 
note 2BZH6PVGA does not belong to note 2BZH6PVGA
at 
org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
at 
org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:205)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:102)
at 
org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)
at 
org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)
at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
at 
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at 
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
at 
org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at 
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at 
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at 
org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:167)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:206)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at org.apache.zeppelin.server.CorsFilter.doFilter(CorsFilter.java:72)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at 
org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at 
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: The paragraph 
20161125-145708_286818081 from note 2BZH6PVGA does not belong to note 2BZH6PVGA
at 
org.apache.zeppelin.notebook.Note.initializeJobListenerForParagraph(Note.java:169)
at 
org.apache.zeppelin.rest.NotebookRestApi.runParagraphSynchronously(NotebookRestApi.java:738)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 

[GitHub] zeppelin issue #1721: [ZEPPELIN-969] order by note name in job menu

2016-12-21 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue:

https://github.com/apache/zeppelin/pull/1721
  
Cam we use the same sorting icon than the one use in table in paragraph?


---
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 #1780: [BugFix] Tutorial note json format.

2016-12-21 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1780
  
@AhyoungRyu 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 #1780: [BugFix] Tutorial note json format.

2016-12-21 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1780
  
Nice! Then will merge into master if there are no more 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 #1780: [BugFix] Tutorial note json format.

2016-12-21 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1780
  
CI has passed after rebase.


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