[jira] [Created] (ZEPPELIN-143) Need github integration

2015-06-29 Thread Felix Cheung (JIRA)
Felix Cheung created ZEPPELIN-143: - Summary: Need github integration Key: ZEPPELIN-143 URL: https://issues.apache.org/jira/browse/ZEPPELIN-143 Project: Zeppelin Issue Type: Improvement

[GitHub] incubator-zeppelin pull request: ZEPPELIN-142 add SparkSqlComplete...

2015-06-29 Thread nevillelyh
GitHub user nevillelyh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/132 ZEPPELIN-142 add SparkSqlCompleter You can merge this pull request into a Git repository by running: $ git pull https://github.com/nevillelyh/incubator-zeppelin neville/ZEPPELI

[GitHub] incubator-zeppelin pull request: ZEPPELIN-140 Send complete buffer...

2015-06-29 Thread nevillelyh
Github user nevillelyh closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/130 --- 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-140 Send complete buffer...

2015-06-29 Thread nevillelyh
Github user nevillelyh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/130#issuecomment-116938807 Moved to https://github.com/apache/incubator-zeppelin/pull/131 --- If your project is set up for it, you can reply to this email and have your reply appea

[GitHub] incubator-zeppelin pull request: ZEPPELIN-140 Send complete buffer...

2015-06-29 Thread nevillelyh
GitHub user nevillelyh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/131 ZEPPELIN-140 Send complete buffer to interpreter.completion You can merge this pull request into a Git repository by running: $ git pull https://github.com/nevillelyh/incubator-

[jira] [Created] (ZEPPELIN-142) Implement completion for SparkSqlInterpreter

2015-06-29 Thread Neville Li (JIRA)
Neville Li created ZEPPELIN-142: --- Summary: Implement completion for SparkSqlInterpreter Key: ZEPPELIN-142 URL: https://issues.apache.org/jira/browse/ZEPPELIN-142 Project: Zeppelin Issue Type: I

[jira] [Created] (ZEPPELIN-141) ACE editor prompts Scala keywords for auto-completion even in non-scala interpreters

2015-06-29 Thread Neville Li (JIRA)
Neville Li created ZEPPELIN-141: --- Summary: ACE editor prompts Scala keywords for auto-completion even in non-scala interpreters Key: ZEPPELIN-141 URL: https://issues.apache.org/jira/browse/ZEPPELIN-141

[GitHub] incubator-zeppelin pull request: ZEPPELIN-140 Send complete buffer...

2015-06-29 Thread nevillelyh
GitHub user nevillelyh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/130 ZEPPELIN-140 Send complete buffer to interpreter.completion You can merge this pull request into a Git repository by running: $ git pull https://github.com/nevillelyh/incubator-

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-18] Running pyspark wit...

2015-06-29 Thread jongyoul
Github user jongyoul commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/118#issuecomment-116913075 I'm trying to remove some unused settings. I hope not to set SPARK_HOME for using pyspark eventually. --- If your project is set up for it, you can reply t

[jira] [Created] (ZEPPELIN-140) Send complete buffer to interpreter.completion

2015-06-29 Thread Neville Li (JIRA)
Neville Li created ZEPPELIN-140: --- Summary: Send complete buffer to interpreter.completion Key: ZEPPELIN-140 URL: https://issues.apache.org/jira/browse/ZEPPELIN-140 Project: Zeppelin Issue Type:

[jira] [Created] (ZEPPELIN-139) Allow interpreters to override editor mode for syntax highlighting

2015-06-29 Thread Neville Li (JIRA)
Neville Li created ZEPPELIN-139: --- Summary: Allow interpreters to override editor mode for syntax highlighting Key: ZEPPELIN-139 URL: https://issues.apache.org/jira/browse/ZEPPELIN-139 Project: Zeppelin

[GitHub] incubator-zeppelin pull request: Code Style fixing and small code ...

2015-06-29 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/128#issuecomment-116895131 I guess this PR was rebase with new changes on Master --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[jira] [Created] (ZEPPELIN-138) SPARK_CLASSPATH is deprecated.

2015-06-29 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-138: - Summary: SPARK_CLASSPATH is deprecated. Key: ZEPPELIN-138 URL: https://issues.apache.org/jira/browse/ZEPPELIN-138 Project: Zeppelin Issue Type: Improvement

[GitHub] incubator-zeppelin pull request: getPort should not have curly bra...

2015-06-29 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/127#issuecomment-116892833 Hi, @echarles Can you explain to me exactly what is the relation between the getPort function and the AppScriptServlet? And how they work togethe

[jira] [Created] (ZEPPELIN-137) Let external schedulers run notebook

2015-06-29 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-137: - Summary: Let external schedulers run notebook Key: ZEPPELIN-137 URL: https://issues.apache.org/jira/browse/ZEPPELIN-137 Project: Zeppelin Issue Type: New F

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-97][ZEPPELIN-134] pyspa...

2015-06-29 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/129#issuecomment-116857501 Ready to merge. --- 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 h

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-97][ZEPPELIN-134] pyspa...

2015-06-29 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/129 [ZEPPELIN-97][ZEPPELIN-134] pyspark issue with mllib api There were issue [ZEPPELIN-97](https://issues.apache.org/jira/browse/ZEPPELIN-97) with pyspark 1.4. The reason is, from pyspa

[GitHub] incubator-zeppelin pull request: Code Style fixing and small code ...

2015-06-29 Thread mkoltsov
GitHub user mkoltsov opened a pull request: https://github.com/apache/incubator-zeppelin/pull/128 Code Style fixing and small code refactoring You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkoltsov/incubator-zeppelin master Al

[GitHub] incubator-zeppelin pull request: Code Style fixing and small code ...

2015-06-29 Thread mkoltsov
Github user mkoltsov closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/126 --- 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 f

[DISCUSS] Release 0.5.0

2015-06-29 Thread moon soo Lee
Hi, folks, I'd like to start a discussion for 0.5.0 release. Overall release process is tracked by https://issues.apache.org/jira/browse/ZEPPELIN-51. Here i have some topics need to be discussed. 1. We have 8 open issues for 0.5.0 Link to open issues - https://issues.apache.org/jira/browse/ZEPPE

[GitHub] incubator-zeppelin pull request: getPort should not have curly bra...

2015-06-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/127 --- 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-web Spring Cleaning

2015-06-29 Thread felizbear
Github user felizbear commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/56#issuecomment-116695972 @corneadoug go for it man! --- 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 d

[jira] [Created] (ZEPPELIN-136) zeppelin delete paragraph content after "Move up" operation if paragraph did not run before

2015-06-29 Thread Eran W (JIRA)
Eran W created ZEPPELIN-136: --- Summary: zeppelin delete paragraph content after "Move up" operation if paragraph did not run before Key: ZEPPELIN-136 URL: https://issues.apache.org/jira/browse/ZEPPELIN-136 P

Re: BUG ??? Move up paragraph before running it delete paragraph content

2015-06-29 Thread IT CTO
submitted (#136) sorry I can't fix it :-) On Mon, Jun 29, 2015 at 1:13 PM Corneau Damien wrote: > I think it should be considered as a bug. > Even if the way zeppelin works explains why it happens, it doesn't mean we > should not handle it more gracefully. > Also since they are both related, th

[GitHub] incubator-zeppelin pull request: Zeppelin-web Spring Cleaning

2015-06-29 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/56#issuecomment-116597292 I think I'm gonna Rebase master in this PR, and then it will be good to go. This is a good base, and already a lot of work has been done here. We can

Re: BUG ??? Move up paragraph before running it delete paragraph content

2015-06-29 Thread Corneau Damien
I think it should be considered as a bug. Even if the way zeppelin works explains why it happens, it doesn't mean we should not handle it more gracefully. Also since they are both related, they could be in an issue together. On Mon, Jun 29, 2015 at 5:32 PM, IT CTO wrote: > Should I open a jira i

Re: BUG ??? Move up paragraph before running it delete paragraph content

2015-06-29 Thread IT CTO
Should I open a jira issue for this or this is the expected behavior ? Also, might be a different bug but after preforming MOVE UP of the last paragraph we cant continue adding new paragraphs to the notebook. insert new on the last one return a message "Cannot insert after last paragraph" Eran O

Re: BUG ??? Move up paragraph before running it delete paragraph content

2015-06-29 Thread Corneau Damien
Could be possible since the paragraph content is saved in the notebook file only after you run it. So I guess what is happening is that when you do a 'move up', it sends the action to websocket for save (only the move up action). And websocket send you the notebook as result (based on the notebook

BUG ??? Move up paragraph before running it delete paragraph content

2015-06-29 Thread IT CTO
Hi, Try this one... Open new notebook add some test in paragraph 1 using %md and execute it add some text in paragraph two but DO NOT execute it using the right gear, click on move up *the paragraph is deleted.* if this was with a lot of code this is painful (trust me :-)) Eran

[GitHub] incubator-zeppelin pull request: started to make grunt more happy

2015-06-29 Thread mkoltsov
Github user mkoltsov commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/126#issuecomment-116490869 Thank you for suggestion! --- 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 d

[GitHub] incubator-zeppelin pull request: started to make grunt more happy

2015-06-29 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/126#issuecomment-116485743 If your PR stops here, then maybe you can change the description to: Code Style fixing and small code refactoring (since there is no work on grunt) -