[jira] [Created] (ZEPPELIN-831) Support Mutil SQL in one input area

2016-04-28 Thread darion yaphet (JIRA)
darion yaphet created ZEPPELIN-831: -- Summary: Support Mutil SQL in one input area Key: ZEPPELIN-831 URL: https://issues.apache.org/jira/browse/ZEPPELIN-831 Project: Zeppelin Issue Type: Imp

[GitHub] incubator-zeppelin pull request: add note permission

2016-04-28 Thread wind0727
GitHub user wind0727 opened a pull request: https://github.com/apache/incubator-zeppelin/pull/861 add note permission ### What is this PR for? resolve logout so that people cannot access my notes, Notebook to modify the permissions will pop up, and provide the login button, rat

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-704] Display elapse tim...

2016-04-28 Thread sagarkulkarni3592
GitHub user sagarkulkarni3592 opened a pull request: https://github.com/apache/incubator-zeppelin/pull/862 [ZEPPELIN-704] Display elapse time for long running paragraph ### What is this PR for? For long running paragraph, it is hard to know how long it has already been running.

Debugging Zeppelin using IDE(Eclipse or IntelliJ)

2016-04-28 Thread Ram Shankar Yadav
Hi, I need to setup my development environment to debug Zeppelin. I've cloned the git repo from : http://stackoverflow.com/questions/19303898/how-to-undo-last-commit I also did the mvn install -DskipTests to build it from terminal. As I want to learn how Zeppelin works by stepping through the cod

Re: Debugging Zeppelin using IDE(Eclipse or IntelliJ)

2016-04-28 Thread Minudika Malshan
Hi, You can configure zeppelin and idea for remote debugging as following. 1. In zeppelin-env.sh, uncomment or add this line. *export ZEPPELIN_MEM="-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005"* 2. Create a new remote debug configuration and add

Re: Debugging Zeppelin using IDE(Eclipse or IntelliJ)

2016-04-28 Thread Ram Shankar Yadav
Thanks Minudika for the quick reply, but is it possible do debug locally like the way we debug our "Hello, World" programs. Why I'm asking this, so that I can debug the initial flow as well. On Thu, Apr 28, 2016 at 4:05 PM, Minudika Malshan wrote: > Hi, > > You can configure zeppelin and idea fo

Re: Debugging Zeppelin using IDE(Eclipse or IntelliJ)

2016-04-28 Thread Minudika Malshan
Hi, In the case of zeppelin, it has only one main method, which you can find in the module Zeppelin Server. If you need to debug your code in a normal way instead of doing it through remote debug, you will have to create a testcase or temporary main method with your code. But please keep in mind t

Re: Debugging Zeppelin using IDE(Eclipse or IntelliJ)

2016-04-28 Thread Ram Shankar Yadav
Thanks a ton! I'll try that. Cheers, Ram On Thu, Apr 28, 2016 at 4:50 PM, Minudika Malshan wrote: > Hi, > > In the case of zeppelin, it has only one main method, which you can find in > the module Zeppelin Server. > If you need to debug your code in a normal way instead of doing it through > re

[jira] [Created] (ZEPPELIN-832) Notebook.CronJob.execute checks if last paragraph is terminated; this doesn't work for parallel schedulers

2016-04-28 Thread Prasad Wagle (JIRA)
Prasad Wagle created ZEPPELIN-832: - Summary: Notebook.CronJob.execute checks if last paragraph is terminated; this doesn't work for parallel schedulers Key: ZEPPELIN-832 URL: https://issues.apache.org/jira/browse/

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-183] Interpreter proces...

2016-04-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/795 --- 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 fea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-825: Set appropriate def...

2016-04-28 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/849#issuecomment-215447199 Merge if there're no more discussions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] incubator-zeppelin pull request: Prevent duplicated response heade...

2016-04-28 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/863 Prevent duplicated response header insertion ### What is this PR for? Headers are inserted twice in http response message after https://github.com/apache/incubator-zeppelin/pull/8

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-779] Dynamic form doesn...

2016-04-28 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/864 [ZEPPELIN-779] Dynamic form doesn't work with python3 ### What is this PR for? When pyspark interpreter configured to use python3, dynamic form doesn't work. https://issu

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-779] Dynamic form doesn...

2016-04-28 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/864 --- 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

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-779] Dynamic form doesn...

2016-04-28 Thread Leemoonsoo
GitHub user Leemoonsoo reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/864 [ZEPPELIN-779] Dynamic form doesn't work with python3 ### What is this PR for? When pyspark interpreter configured to use python3, dynamic form doesn't work. https://is

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-04-28 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-215516220 Is it possible to handle '%html' inside of table cell? if i run ``` println(s"""%table key\tvalue html\t%html blue """) ```

[GitHub] incubator-zeppelin pull request: ZEPPELIN-830 Improve table displa...

2016-04-28 Thread r-kamath
Github user r-kamath commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/858#issuecomment-215517988 @Leemoonsoo that's in the todo list. Can be done either in FE or in server. Thoughts? --- If your project is set up for it, you can reply to this email and

[GitHub] incubator-zeppelin pull request: [Zeppelin-742] Add documentation ...

2016-04-28 Thread doanduyhai
GitHub user doanduyhai opened a pull request: https://github.com/apache/incubator-zeppelin/pull/865 [Zeppelin-742] Add documentation for front-end AngularJS AP ### What is this PR for? This JIRA: * add documentation for the new paragraphId display in the paragraph comma

[GitHub] incubator-zeppelin pull request: [Zeppelin-742] Add documentation ...

2016-04-28 Thread doanduyhai
Github user doanduyhai commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/865#issuecomment-215539051 Ping @Leemoonsoo & @felixcheung Finally the **LAST** JIRA for this **EPIC** ! --- If your project is set up for it, you can reply to this emai

[jira] [Created] (ZEPPELIN-833) Javascript errors in scatter chart, doesn't respond

2016-04-28 Thread Prasad Wagle (JIRA)
"name": "dim1", "index": 0.0, "aggr": "sum" }, "yAxis": { "name": "_col1", "index": 1.0, "aggr": "sum"

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-707]Automatically adds ...

2016-04-28 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/806#issuecomment-215607826 @mwkang Do you have time to fix this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. I

[GitHub] incubator-zeppelin pull request: Prevent duplicated response heade...

2016-04-28 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/863#issuecomment-215608311 LGTM. is there a way to test/check for this automatically? is there a way to prevent addCorsHeaders() getting call multiple times? --- If your p

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-779] Dynamic form doesn...

2016-04-28 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/864#issuecomment-215608571 I didn't know in python 3, map(list()) returns a map! http://stackoverflow.com/questions/1303347/getting-a-map-to-return-a-list-in-python-3-x

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-742] Add documentation ...

2016-04-28 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/865#issuecomment-215609009 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 f

[GitHub] incubator-zeppelin pull request: add note permission

2016-04-28 Thread wind0727
Github user wind0727 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/861#issuecomment-215618154 Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:grunt (grunt build) on project zeppelin-web: Failed to run task: 'grunt build --no-

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-209] Folder support for...

2016-04-28 Thread bzz
Github user bzz commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/796#issuecomment-215624790 Looks great to me! Merging if there is no more discussions. --- If your project is set up for it, you can reply to this email and have your reply appear on G

Re: Learning how NotebookRepo works - Re: [Gsoc - 2016][Zeppelin - 683]

2016-04-28 Thread Alexander Bezzubov
Thank you for sharing! You approach is very sound and makes perfect sense - you should be able to have 2 notebookRepos configured at the same time, one being XML. 3) is really strange and looks like a bug - were you able to determine why zeppelin-site.XML is not loaded? It is expected to be. How d

[jira] [Created] (ZEPPELIN-834) Handle note name having only white spaces

2016-04-28 Thread Ravi Ranjan (JIRA)
Ravi Ranjan created ZEPPELIN-834: Summary: Handle note name having only white spaces Key: ZEPPELIN-834 URL: https://issues.apache.org/jira/browse/ZEPPELIN-834 Project: Zeppelin Issue Type: B

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-834]Handle Note-name wi...

2016-04-28 Thread ravicodder
GitHub user ravicodder opened a pull request: https://github.com/apache/incubator-zeppelin/pull/866 [ZEPPELIN-834]Handle Note-name with spaces ### What is this PR for? Handle notename to have only white spaces. ### What type of PR is it? [Bug Fix ] ### Todo

[GitHub] incubator-zeppelin pull request: Improve README.md

2016-04-28 Thread cyhsutw
Github user cyhsutw commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/839#issuecomment-215632086 @Leemoonsoo I update the file with some description and links, you would please have a look at it? --- If your project is set up for it, you can reply to th