[GitHub] incubator-zeppelin pull request: ZEPPELIN-235: jscs in zeppelin-we...

2015-08-22 Thread corneadoug
Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/229#issuecomment-133779847 We might have to work on the configuration for indentation. ### Example: current formatting in this branch ``` angular.module

[GitHub] incubator-zeppelin pull request: ZEPPELIN-256 Self diagnosis spark...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/246#issuecomment-133773967 Ready to be reviewed and 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 pr

[GitHub] incubator-zeppelin pull request: ZEPPELIN-160 Working with provide...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/244#issuecomment-133769881 Here's summary of changes made by this patch. # Add spark-dependencies submodule spark-dependencies maven submodule is created. It is

[GitHub] incubator-zeppelin pull request: Restart spark interpreter when th...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/228#issuecomment-133769850 @akhiluanandh Thanks for the contribution. Can SparkInterpreter handle restart SparkContext locally without adding a new method in Interpreter cla

[GitHub] incubator-zeppelin pull request: ZEPPELIN-256 Self diagnosis spark...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/246#issuecomment-133766873 This branch rebased #244 --- 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

[GitHub] incubator-zeppelin pull request: ZEPPELIN-256 Self diagnosis spark...

2015-08-22 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/incubator-zeppelin/pull/246 ZEPPELIN-256 Self diagnosis spark configuration https://issues.apache.org/jira/browse/ZEPPELIN-256 This patch adds capability of self diagnosis of configuration for spark int

[jira] [Created] (ZEPPELIN-256) Self diagnosis spark configuration

2015-08-22 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-256: - Summary: Self diagnosis spark configuration Key: ZEPPELIN-256 URL: https://issues.apache.org/jira/browse/ZEPPELIN-256 Project: Zeppelin Issue Type: Improve

[GitHub] incubator-zeppelin pull request: ZEPPELIN-186: Apache Phoenix inte...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/167#issuecomment-133765670 Looks great! --- 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

[GitHub] incubator-zeppelin pull request: ZEPPELIN-186: Apache Phoenix inte...

2015-08-22 Thread randerzander
Github user randerzander commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/167#issuecomment-133754777 @Leemoonsoo @tzolov @youngwookim more feedback? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] incubator-zeppelin pull request: ZEPPELIN-247: fix; navbar.control...

2015-08-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/236 --- 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: Add argument check for option and...

2015-08-22 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/241#issuecomment-133712167 Looks good to me! --- 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

[GitHub] incubator-zeppelin pull request: Fix NotebookList Ordering

2015-08-22 Thread corneadoug
GitHub user corneadoug opened a pull request: https://github.com/apache/incubator-zeppelin/pull/245 Fix NotebookList Ordering In the notebook list, the notebooks that have been created without name (empty name) and prefixed with 'Note' are not ordered correctly with the others.