[jira] [Created] (ZEPPELIN-3261) zeppelin运行一段时间后,执行notebook一直是pending状态,只能重启zeppelin才能正常执行notebook

2018-02-23 Thread wangjian (JIRA)
wangjian created ZEPPELIN-3261:
--

 Summary: 
zeppelin运行一段时间后,执行notebook一直是pending状态,只能重启zeppelin才能正常执行notebook
 Key: ZEPPELIN-3261
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3261
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.7.2
Reporter: wangjian


|ERROR [2018-02-05 15:42:41,462] (\{qtp1018937824-2281} 
NotebookServer.java[onMessage]:351) - Can't handle message
 org.eclipse.jetty.io.EofException
 at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:192)
 at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:408)
 at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:364)
 at 
org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
 at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:641)
 at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:612)
 at 
org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:550)
 at 
org.eclipse.jetty.util.thread.NonBlockingThread.run(NonBlockingThread.java:52)
 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.io.IOException: Broken pipe
 at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
 at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
 at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
 at sun.nio.ch.IOUtil.write(IOUtil.java:65)
 at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
 at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:170)
 ... 10 more
paragraph execution will go to pending state and never run and I had to restart 
zeppelin for it to work
 it is at least 1-2 times per 2 weeks will reproduce the problem|
 
 
 
[!https://avatars0.githubusercontent.com/u/9623440?s=88=4|width=44,height=44!|https://github.com/novicelayman]
 
 
 
 
 
 
 
 Attach files by dragging & dropping, 
, or pasting from the clipboard. 
 
[ Styling with Markdown is supported 
|https://guides.github.com/features/mastering-markdown/]
 
 



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


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

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

https://github.com/apache/zeppelin/pull/2802
  
Thanks @ejona86 


---


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

2018-02-23 Thread ejona86
Github user ejona86 commented on the issue:

https://github.com/apache/zeppelin/pull/2802
  
I just changed them to be more clear in grpc/grpc-java#4106. Each message 
gets its own gRPC frame, but the very fact there are gRPC frames is more of an 
internal detail; users shouldn't need to know about such things.


---


[jira] [Created] (ZEPPELIN-3260) iPython shell (! magic command) doesn't print

2018-02-23 Thread Ruslan Dautkhanov (JIRA)
Ruslan Dautkhanov created ZEPPELIN-3260:
---

 Summary: iPython shell (! magic command) doesn't print
 Key: ZEPPELIN-3260
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3260
 Project: Zeppelin
  Issue Type: Bug
  Components: Core, front-end, pySpark, python-interpreter
Affects Versions: 0.8.0, 0.9.0
Reporter: Ruslan Dautkhanov
 Attachments: image-2018-02-23-10-38-07-304.png

 
{code:java}
%ipyspark
! !echo 1; sleep 1; echo 2
{code}
uses ipython's shell magic command (! - exclamation mark), but in Zeppelin it 
prints just two empty lines:

!image-2018-02-23-10-38-07-304.png!

Should have printed two lines with "1" and "2" in them.

 



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


[jira] [Created] (ZEPPELIN-3259) Improve code-completion in Zeppelin to support true intellisense

2018-02-23 Thread Gesly George (JIRA)
Gesly George created ZEPPELIN-3259:
--

 Summary: Improve code-completion in Zeppelin to support true 
intellisense
 Key: ZEPPELIN-3259
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3259
 Project: Zeppelin
  Issue Type: Improvement
Affects Versions: 0.7.3
Reporter: Gesly George


Can we get true intelli-sense in Zeppelin like in Jupyter?

For starters, if we could get method completion and method parameters on Ctrl + 
., that would be a start.

Right now Ctrl + . just list various variables and keywords. Can we show the 
methods on a variable when press Ctrl + . and what parameters those methods 
take? I think that would be very useful.



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


[GitHub] zeppelin pull request #2650: [ZEPPELIN-3035] Ability to display the same res...

2018-02-23 Thread SleepyThread
Github user SleepyThread closed the pull request at:

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


---


[jira] [Created] (ZEPPELIN-3258) PegdownParserTest tests fails consistently

2018-02-23 Thread Sneha Kanekar (JIRA)
Sneha Kanekar created ZEPPELIN-3258:
---

 Summary: PegdownParserTest tests fails consistently
 Key: ZEPPELIN-3258
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3258
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.9.0
 Environment: $ uname -a
Linux 380b3a3d8759 4.4.0-112-generic #135-Ubuntu SMP Fri Jan 19 11:48:36 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

$ java -version
openjdk version "1.8.0_151"
OpenJDK Runtime Environment (build 1.8.0_151-8u151-b12-0ubuntu0.16.04.2-b12)
OpenJDK 64-Bit Server VM (build 25.151-b12, mixed mode)
Reporter: Sneha Kanekar


All testcases from testsuite org.apache.zeppelin.markdown.PegdownParserTest are 
failing consistently.

Error message:

{code:borderStyle=solid}

Error while parsing action 
'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/BlockRule/Sequence/BlockRule_Action3'
 at input position (line 8, pos 6):
 %%%
 ^

java.lang.RuntimeException: Failed to get proper response from 
websequencediagrams.com

{code}

Stacktrace:
{code:borderStyle=solid}

testItalics(org.apache.zeppelin.markdown.PegdownParserTest) Time elapsed: 0.021 
sec <<< ERROR!
java.lang.RuntimeException: Error creating extended parser class: Error at 
instruction 8: Internal error during analysis of rule method 'BlockRule', 
please report this error to i...@parboiled.org! Thank you!
 at org.parboiled.support.Checks.ensure(Checks.java:49)
 at 
org.parboiled.transform.RuleMethodInterpreter.findArrayCreatorPredecessor(RuleMethodInterpreter.java:126)
 at 
org.parboiled.transform.RuleMethodInterpreter.ternaryOperation(RuleMethodInterpreter.java:80)
 at org.objectweb.asm.tree.analysis.BasicInterpreter.ternaryOperation(Unknown 
Source)
 at org.objectweb.asm.tree.analysis.Frame.execute(Unknown Source)
 at org.objectweb.asm.tree.analysis.Analyzer.analyze(Unknown Source)
 at 
org.parboiled.transform.InstructionGraphCreator.process(InstructionGraphCreator.java:43)
 at 
org.parboiled.transform.ParserTransformer.runMethodTransformers(ParserTransformer.java:62)
 at 
org.parboiled.transform.ParserTransformer.extendParserClass(ParserTransformer.java:45)
 at 
org.parboiled.transform.ParserTransformer.transformParser(ParserTransformer.java:38)
 at org.parboiled.Parboiled.createParser(Parboiled.java:54)
 at 
org.pegdown.plugins.PegDownPlugins$Builder.withPlugin(PegDownPlugins.java:126)
 at org.apache.zeppelin.markdown.PegdownParser.(PegdownParser.java:35)
 at org.apache.zeppelin.markdown.Markdown.createMarkdownParser(Markdown.java:75)
 at org.apache.zeppelin.markdown.Markdown.open(Markdown.java:85)
 at 
org.apache.zeppelin.markdown.PegdownParserTest.setUp(PegdownParserTest.java:47)

{code}



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