[jira] [Created] (ZEPPELIN-2921) does not work conda environment in python interpreter

2017-09-08 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2921:
--

 Summary: does not work conda environment in python interpreter
 Key: ZEPPELIN-2921
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2921
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


does not work conda environment in python interpreter
It seems that the environment of the python interpreter has changed to the py4j 
environment, causing problems with the library path and the default environment.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZEPPELIN-2824) We have to do the same with Zeppelin Markdown in Jupyter Convertor.

2017-08-01 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2824:
--

 Summary: We have to do the same with Zeppelin Markdown in Jupyter 
Convertor.
 Key: ZEPPELIN-2824
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2824
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


The markdown of the Zeppelin note changed in the Jupyter note convertor does 
not match the results of some Zeppelin.
This is because Zeppelin uses some user change plugin.
This is confusing.
We need to make this same change.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZEPPELIN-2818) Improve to better rendering from jupyter note

2017-07-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2818:
--

 Summary: Improve to better rendering from jupyter note
 Key: ZEPPELIN-2818
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2818
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts
Assignee: CloverHearts


Zeppelin currently has a library to convert and use the Jupiter Notes.
However, there is a problem with paragraphs in some notes.
We need to improve this for maximum data validation and experience.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (ZEPPELIN-2466) Chart resize problem

2017-04-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2466:
--

 Summary: Chart resize problem
 Key: ZEPPELIN-2466
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2466
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


If you change the size of the chart after changing the mode of the chart,
The chart size is not reflected.



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


[jira] [Created] (ZEPPELIN-2455) Does not work personalized mode on zeppelin

2017-04-26 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2455:
--

 Summary: Does not work personalized mode on zeppelin
 Key: ZEPPELIN-2455
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2455
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Priority: Critical
 Attachments: incooo.gif

Does not work personalized mode on zeppelin

how to reproduce
1. create a note
2. With each different browser, log in as a different user.
3. A and B users.
4. Activate personalized as user A.
5. Run paragraph A as user.
6. The code is shared, but the results are not shared.
7. Modify and execute the paragraph with the B user.
8. All changes are delivered to the A user. (Problem)

I was Attach an action screenshot.



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


[jira] [Created] (ZEPPELIN-2454) broken paragraph or note

2017-04-26 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2454:
--

 Summary: broken paragraph or note
 Key: ZEPPELIN-2454
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2454
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


When you run a note, the paragraph is sometimes blank.
Sometimes the order changes.



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


[jira] [Created] (ZEPPELIN-2453) call incorrect websocket event on revision mode

2017-04-26 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2453:
--

 Summary: call incorrect websocket event on revision mode 
 Key: ZEPPELIN-2453
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2453
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


When approaching Zeppelin in revision mode, it calls the wrong web socket event 
as many as the number of paragraphs.



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


[jira] [Created] (ZEPPELIN-2452) revison mode incorrect update

2017-04-26 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2452:
--

 Summary: revison mode incorrect update
 Key: ZEPPELIN-2452
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2452
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts


Note Update events are performed in revision mode.



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


[jira] [Created] (ZEPPELIN-2431) Raise Exception when remove note in folder

2017-04-20 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-2431:
--

 Summary: Raise Exception when remove note in folder
 Key: ZEPPELIN-2431
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2431
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


When remove note in folder, raise exception on zeppelin server
```
ERROR [2017-04-20 18:53:56,917] ({qtp1459672753-16} 
NotebookServer.java[onMessage]:357) - Can't handle message
java.lang.NullPointerException
at 
org.apache.zeppelin.interpreter.InterpreterSettingManager.removeInterpretersForNote(InterpreterSettingManager.java:806)
at 
org.apache.zeppelin.interpreter.InterpreterSettingManager.removeNoteInterpreterSettingBinding(InterpreterSettingManager.java:895)
at org.apache.zeppelin.notebook.Notebook.removeNote(Notebook.java:341)
at 
org.apache.zeppelin.socket.NotebookServer.removeNote(NotebookServer.java:973)
at 
org.apache.zeppelin.socket.NotebookServer.onMessage(NotebookServer.java:232)
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)
```



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


[jira] [Created] (ZEPPELIN-1997) exclude source tracking for derby.log

2017-01-21 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1997:
--

 Summary: exclude source tracking for derby.log
 Key: ZEPPELIN-1997
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1997
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


Sometime created derby.log in bin directory.
We should stop tracking derbylog


derby.log
  1 
  2 Thu Jan 19 23:45:08 PST 2017:
  3 Booting Derby version The Apache Software Foundation - Apache Derby - 
10.10.2.0 - (1582446): instance a816c00e-0159-bad6-0f44-30e6b528
  4 on database directory 
/Users/cloverhearts/Source/nflabs/zeppelin/bin/metastore_db with class loader 
org.apache.spark.sql.hive.client.IsolatedClientLoader$$anon$1@74101877
  5 Loaded from 
file:/Users/cloverhearts/Source/nflabs/zeppelin/interpreter/spark/dep/zeppelin-spark-dependencies_2.10-0.7.0-SNAPSHOT.jar
  6 java.vendor=Oracle Corporation
  7 java.runtime.version=1.8.0_101-b13
  8 user.dir=/Users/cloverhearts/Source/nflabs/zeppelin/bin
  9 os.name=Mac OS X
 10 os.arch=x86_64
 11 os.version=10.12.2
 12 derby.system.home=null
 13 Database Class Loader started - derby.database.classpath=''



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


[jira] [Created] (ZEPPELIN-1931) we should be add yarn_error.log on gitignore.

2017-01-09 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1931:
--

 Summary: we should be add yarn_error.log on gitignore.
 Key: ZEPPELIN-1931
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1931
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts
Assignee: CloverHearts


currently,
Currently zeppelin is built from yarn.
Therefore, we need to add a log to gitignore.




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


[jira] [Created] (ZEPPELIN-1921) Code bug, closeAndRemoveInterpreterGroup method of InterpreterSetting partially closes

2017-01-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1921:
--

 Summary: Code bug, closeAndRemoveInterpreterGroup method of 
InterpreterSetting partially closes
 Key: ZEPPELIN-1921
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1921
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


The problem is that some code in the closeAndRemoveInterpreterGroup method of 
InterpreterSetting partially closes.



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


[jira] [Created] (ZEPPELIN-1908) method name typo for closeAndRemoveAllInterpreterGroups

2017-01-05 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1908:
--

 Summary: method name typo for closeAndRemoveAllInterpreterGroups
 Key: ZEPPELIN-1908
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1908
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


invalid method name closeAndRemoveAllInterpreterGroups in Interpreter 
setting.java and interpreterGroup.java

closeAndRmoveAllInterpreterGroups -> closeAndRemoveAllInterpreterGroups



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


[jira] [Created] (ZEPPELIN-1896) The ability to remove the result of a paragraph from your code.

2017-01-03 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1896:
--

 Summary: The ability to remove the result of a paragraph from your 
code.
 Key: ZEPPELIN-1896
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1896
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


We need code that can delete the result of a paragraph of the form 
z.clearOutput.
This allows you to control the code by deleting the result of the paragraph.
You can always update the results of the paragraph you have executed explicitly.



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


[jira] [Created] (ZEPPELIN-1895) Get paragraph status in code

2017-01-03 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1895:
--

 Summary: Get paragraph status in code
 Key: ZEPPELIN-1895
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1895
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


We need a ZeppelinContext to get the state of the paragraph, such as 
z.getJobStatus.
This feature allows you to implement a similar workflow.



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


[jira] [Created] (ZEPPELIN-1886) Codebased job workflow

2017-01-02 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1886:
--

 Summary: Codebased job workflow
 Key: ZEPPELIN-1886
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1886
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts
Assignee: CloverHearts


Hello, Zeppelin users.
I am creating a Zeppelin workflow.
workflow means each interpreter paragraph to run in order on codebase.
And, I find better User Interface part.
all of first, my think about workflow is here.

```
if (z.getZeppelinJobStatus("execute note id", "execute paragraph 
id").getJobStatus().isFinished() == true) {
  z.run("execute note id", "execute paragraph id")
}

```

or

```
  val result = z.runSync("execute note id", "execute paragraph id")
  if (result.isFinished == true) {
println("job is done")
  }
```

or

```

z.run("execute note id", "execute paragraph id")
while (z.getZeppelinJobStatus("execute note id", "execute paragraph 
id").getJobStatus().isRunning) {
  // loop
}

println("next job or done.");

```

if can you see more detail or running example then you can test here 
https://github.com/apache/zeppelin/pull/1799

I need opinion with zeppelin users and developers.

if you have good idea or my sample is difficult or not good then
you can anytime write to comment.


Thank you.







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


[jira] [Created] (ZEPPELIN-1878) add ignore file npm-debug.log on gitignore

2016-12-30 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1878:
--

 Summary: add ignore file npm-debug.log on gitignore
 Key: ZEPPELIN-1878
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1878
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts
Assignee: CloverHearts


npm-debug.log file is only use debug.




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


[jira] [Created] (ZEPPELIN-1875) permission dialog code is not stable

2016-12-29 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1875:
--

 Summary: permission dialog code is not stable
 Key: ZEPPELIN-1875
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1875
 Project: Zeppelin
  Issue Type: Wish
Reporter: CloverHearts
Assignee: CloverHearts


The code for the notification pop-up is not stable.
Sometime when response to slow for backend.
Then the permission box and the dialogue open together.



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


[jira] [Created] (ZEPPELIN-1869) apply success respon to 200 for Zeppelin Restapi response

2016-12-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1869:
--

 Summary: apply success respon to 200 for Zeppelin Restapi response
 Key: ZEPPELIN-1869
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1869
 Project: Zeppelin
  Issue Type: Wish
Reporter: CloverHearts
Assignee: CloverHearts


Zeppelin had many api.
But, for some api, the response is passed to 201.
This hampers the regularity of the API's success.



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


[jira] [Created] (ZEPPELIN-1744) We should move to editable paragraph move in job menu

2016-12-01 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1744:
--

 Summary: We should move to editable paragraph move in job menu
 Key: ZEPPELIN-1744
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1744
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts






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


[jira] [Created] (ZEPPELIN-1693) doesn't work folder feature on navbar.

2016-11-21 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1693:
--

 Summary: doesn't work folder feature on navbar.
 Key: ZEPPELIN-1693
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1693
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


doesn't work folder feature on navbar.
but, well working on home.



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


[jira] [Created] (ZEPPELIN-1679) Invalid thrift implementation

2016-11-17 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1679:
--

 Summary: Invalid thrift implementation
 Key: ZEPPELIN-1679
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1679
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


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

Added the ability to access spark ui.
However, this implementation's thift protocol seems to have arbitrarily 
modified the code that is automatically generated.
Therefore, zeppelin is not built if you generate the code automatically by 
calling generate_thift.



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


[jira] [Created] (ZEPPELIN-1665) Z.run with external note executable

2016-11-15 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1665:
--

 Summary: Z.run with external note executable
 Key: ZEPPELIN-1665
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1665
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


Currently, the z.run command is restricted.
Only paragraphs in a single note can be executed.



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


[jira] [Created] (ZEPPELIN-1559) Code Editor slow performance of the many Notebooks.

2016-10-17 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1559:
--

 Summary: Code Editor slow performance of the many Notebooks.
 Key: ZEPPELIN-1559
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1559
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts


Currently, if you have a Notebook large number of,
There is a sharp decrease in performance of the Code editor.

The number and Paragraph creation of the Notebook does not have a relationship.
We are should always use the Code editor of the same performance.



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


[jira] [Created] (ZEPPELIN-1502) initialize to default CodeEditor Highlight mode after page refresh

2016-09-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1502:
--

 Summary: initialize to default CodeEditor Highlight mode after 
page refresh
 Key: ZEPPELIN-1502
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1502
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


If each of the other interpreter short circuit is present,
After pages of the update, highlight all of the code will be reflected in the 
form incorrect.



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


[jira] [Created] (ZEPPELIN-1404) invalid html structure for bootstrap in interpreter setting page

2016-09-02 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1404:
--

 Summary: invalid html structure for bootstrap in interpreter 
setting page
 Key: ZEPPELIN-1404
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1404
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


invalid html structure for bootstrap in interpreter setting page.

for example :
# correct

   
   


# invalid now.








There occurs a problem with the current designers, and shape.



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


[jira] [Created] (ZEPPELIN-1296) Paragraph movement speed issue

2016-08-05 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1296:
--

 Summary: Paragraph movement speed issue
 Key: ZEPPELIN-1296
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1296
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CloverHearts
Assignee: CloverHearts


Very slow movement between Paragraph - Paragraph



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


[jira] [Created] (ZEPPELIN-1266) If the result of many paragraph, the code editor is very slow

2016-08-02 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1266:
--

 Summary: If the result of many paragraph, the code editor is very 
slow
 Key: ZEPPELIN-1266
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1266
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


If the result of many paragraph, the code editor is very slow.
for example, writing to r tutorial notebook



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


[jira] [Created] (ZEPPELIN-1262) code editor configuration web page

2016-07-31 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1262:
--

 Summary: code editor configuration web page
 Key: ZEPPELIN-1262
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1262
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


On the web you should be able to change the settings of the ace-editor by the 
user.



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


[jira] [Created] (ZEPPELIN-1259) ace editor configuration to service metadata restore object

2016-07-31 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1259:
--

 Summary: ace editor configuration to service metadata restore 
object
 Key: ZEPPELIN-1259
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1259
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts


Ace editor should modify the settings that can be imported by angular service.
It is flexible and can be used to separate the ace editor and set 
paragraph.controller.js.



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


[jira] [Created] (ZEPPELIN-1108) Doesn't work autocompletion for Postgresql interpreter

2016-07-04 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1108:
--

 Summary: Doesn't work autocompletion for Postgresql interpreter
 Key: ZEPPELIN-1108
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1108
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


Doesn't work autocompletion for Postgresql interpreter

- thrift comunication problem.



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


[jira] [Created] (ZEPPELIN-1107) Doesn't work autocompletion for jdbc interpreter

2016-07-04 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1107:
--

 Summary: Doesn't work autocompletion for jdbc interpreter
 Key: ZEPPELIN-1107
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1107
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


Doesn't work autocompletion for jdbc interpreter

The thrift communication problem occurs.



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


[jira] [Created] (ZEPPELIN-1071) does not hide popup for Ace Editor-Autocomplete

2016-06-28 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1071:
--

 Summary: does not hide popup for Ace Editor-Autocomplete
 Key: ZEPPELIN-1071
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1071
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts


Does not hide popup for Ace editor-autocomplete
If the page move or click on an event occurs, the auto-completion should be 
hidden.



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


[jira] [Created] (ZEPPELIN-1039) ci failed - CreateNewButton Testcase in ParagraphAction

2016-06-20 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-1039:
--

 Summary: ci failed - CreateNewButton Testcase in ParagraphAction 
 Key: ZEPPELIN-1039
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1039
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts


```
testCreateNewButton(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 11.069 sec  <<< FAILURE!
java.lang.AssertionError: Paragraph is created above
Expected: ""
 but: was "%spark "
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65)
at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78)
at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63)
at 
org.apache.zeppelin.integration.ParagraphActionsIT.testCreateNewButton(ParagraphActionsIT.java:95)

testCreateNewButton(org.apache.zeppelin.integration.ParagraphActionsIT)  Time 
elapsed: 11.069 sec  <<< FAILURE!
java.lang.AssertionError: Paragraph is created below
Expected: ""
 but: was "%spark "
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65)
at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78)
at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63)
at 
org.apache.zeppelin.integration.ParagraphActionsIT.testCreateNewButton(ParagraphActionsIT.java:105)
```

The interpreter automatically name is added, and therefore empty para graph is 
not generated.





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


[jira] [Created] (ZEPPELIN-976) Wrong 'Credentials', server is not restarted

2016-06-08 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-976:
-

 Summary: Wrong 'Credentials', server is not restarted
 Key: ZEPPELIN-976
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-976
 Project: Zeppelin
  Issue Type: Bug
Reporter: CloverHearts
Assignee: CloverHearts
Priority: Critical


reproduce.

1. Click to zeppelin home for web ui.
2. Click to zeppelin Credentials.
3. 'Entity' information without writing, username and password only written to 
storage.
4. Click to zeppelin home for web ui.
5. Click to zeppelin Credentials.

and zeppelin restart.

but, Zeppelin does not work.



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


[jira] [Created] (ZEPPELIN-971) ZEPPELIN-531 ] Jobmanagement - (9) viewing status for notebook 'Interpreter is not set'

2016-06-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-971:
-

 Summary: ZEPPELIN-531 ] Jobmanagement - (9) viewing status for 
notebook 'Interpreter is not set'
 Key: ZEPPELIN-971
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-971
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


viewing status for notebook 'Interpreter is not set'



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


[jira] [Created] (ZEPPELIN-966) ZEPPELIN-531 ] Jobmanagement - (4) Notebook Informations for real-time changes

2016-06-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-966:
-

 Summary: ZEPPELIN-531 ] Jobmanagement - (4) Notebook Informations 
for real-time changes
 Key: ZEPPELIN-966
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-966
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts


Notebook Informations for real-time changes

- live cheange

notebook name, cron type

event on change.



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


[jira] [Created] (ZEPPELIN-965) ZEPPELIN-531 ] Jobmanagement - (3) The web ui Notebook final running time display.

2016-06-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-965:
-

 Summary: ZEPPELIN-531 ] Jobmanagement - (3) The web ui Notebook 
final running time display.
 Key: ZEPPELIN-965
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-965
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


The web ui Notebook final running time display.



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


[jira] [Created] (ZEPPELIN-964) ZEPPELIN-531 ] Jobmanagement - (2) basic frontend

2016-06-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-964:
-

 Summary: ZEPPELIN-531 ] Jobmanagement - (2) basic frontend
 Key: ZEPPELIN-964
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-964
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


job manager front web - ui.

add job menu.
jobs list.
Viewing status for paragraph in notebook.
and
backend transaction for job management.



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


[jira] [Created] (ZEPPELIN-963) ZEPPELIN-531 ] Jobmanagement - (1) basic backend.

2016-06-07 Thread CloverHearts (JIRA)
CloverHearts created ZEPPELIN-963:
-

 Summary: ZEPPELIN-531 ] Jobmanagement - (1) basic backend.
 Key: ZEPPELIN-963
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-963
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: CloverHearts
Assignee: CloverHearts


implement basic backend part.

- get all jobs for notebook
- get update jobs.



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