[GitHub] zeppelin issue #1524: [ZEPPELIN-1542] Cleanup of Note created during jUnit t...

2016-10-17 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1524 Yeah make sense, 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 feature enabled

[GitHub] zeppelin pull request #1534: [WIP]ZEPPELIN-1345 - Create a custom matplotlib...

2016-10-17 Thread agoodm
GitHub user agoodm opened a pull request: https://github.com/apache/zeppelin/pull/1534 [WIP]ZEPPELIN-1345 - Create a custom matplotlib backend that natively supports inline plotting in a python interpreter cell ### What is this PR for? This PR is the first of two major steps

[GitHub] zeppelin issue #1460: [ZEPPELIN-1490] pass subject while persisting note on ...

2016-10-17 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1460 there could be another option of casting `Job` into `Paragraph` if the job passed in here is in reality `instanceof` Paragraph. maybe @Leemoonsoo @jongyoul could comment on it more ---

[GitHub] zeppelin issue #1460: [ZEPPELIN-1490] pass subject while persisting note on ...

2016-10-17 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1460 Looks good to me. CI is green now. What do you think, @Leemoonsoo ? --- 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

[GitHub] zeppelin issue #1530: [Zeppelin-1555] Eliminate prefix in PythonInterpreter ...

2016-10-17 Thread vectorijk
Github user vectorijk commented on the issue: https://github.com/apache/zeppelin/pull/1530 cc @Leemoonsoo @jongyoul --- 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

[GitHub] zeppelin pull request #1459: [ZEPPELIN-1487] Resolve possible NPEs in storag...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1459 --- 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 feature is

[GitHub] zeppelin pull request #1392: [ZEPPELIN-1437, 1438] Multi-user note managemen...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1392 --- 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 feature is

[GitHub] zeppelin issue #1524: [ZEPPELIN-1542] Cleanup of Note created during jUnit t...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1524 @khalidhuseynov If we already have own our notes, removing whole directory also removes our own. :-) --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #1532: [Zeppelin-1557] Graceful storage exception hand...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1532 --- 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 feature is

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1479 @hayssams AFAIK, those hadoop-* have a lot of dependencies by themselves and it's possible to make a problem like version mismatch even in case that we don't use that feature. What do you think

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-10-17 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1265 Thank you @jongyoul ui - screenshot. shiro off (anonymous user)

[GitHub] zeppelin issue #1532: [Zeppelin-1557] Graceful storage exception handling

2016-10-17 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1532 Looks great to me! Merging to master, if there is no further discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 Thank you @cloverhearts for the UI work. Can you share your screenshot for this feature? It can help everyone understand your awesome work!! --- If your project is set up for it, you can reply

[GitHub] zeppelin issue #1524: [ZEPPELIN-1542] Cleanup of Note created during jUnit t...

2016-10-17 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1524 doesn't `tearDown()` remove whole directory? --- 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] zeppelin issue #1524: [ZEPPELIN-1542] Cleanup of Note created during jUnit t...

2016-10-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1524 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 feature enabled and wishes so, or if

[GitHub] zeppelin pull request #1501: [ZEPPELIN-1532] Remove map visualization from s...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1501 --- 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 feature is

[GitHub] zeppelin pull request #1470: ZEPPELIN-1423 - Allow users to specify pre/post...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1470 --- 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 feature is

[GitHub] zeppelin issue #1533: [ ZEPPELIN-1559 ] Code Editor slow performance resolve...

2016-10-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1533 Tested and confirmed angular watcher reduced from 5xxx -> 3xx in case of 1k notes. Great work! --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1533: [ ZEPPELIN-1559 ] Code Editor slow performance ...

2016-10-17 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1533 --- 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] zeppelin pull request #1533: [ ZEPPELIN-1559 ] Code Editor slow performance ...

2016-10-17 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1533 [ ZEPPELIN-1559 ] Code Editor slow performance resolve of the many Notebooks ### What is this PR for? Currently, if you have a Notebook large number of, There is a sharp decrease

[GitHub] zeppelin issue #1533: [ ZEPPELIN-1559 ] Code Editor slow performance resolve...

2016-10-17 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1533 added jira issue https://issues.apache.org/jira/browse/ZEPPELIN-1513 --- 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

[GitHub] zeppelin pull request #1533: [ ZEPPELIN-1559 ] Code Editor slow performance ...

2016-10-17 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/1533 [ ZEPPELIN-1559 ] Code Editor slow performance resolve of the many Notebooks ### What is this PR for? Currently, if you have a Notebook large number of, There is a sharp decrease

[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

[jira] [Created] (ZEPPELIN-1558) REST endpoint for changing paragraph configuration

2016-10-17 Thread Rob Heiser (JIRA)
Rob Heiser created ZEPPELIN-1558: Summary: REST endpoint for changing paragraph configuration Key: ZEPPELIN-1558 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1558 Project: Zeppelin

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-10-17 Thread hayssams
Github user hayssams commented on the issue: https://github.com/apache/zeppelin/pull/1479 @jongyoul When using provided and bringing in all hadoop dependencies to zengine by adding hadoop lib in HADOOP_CONF_DIR to the classpath, Zeppelin raise an exception at runtime.

[GitHub] zeppelin issue #1530: [Zeppelin-1555] Eliminate prefix in PythonInterpreter ...

2016-10-17 Thread vectorijk
Github user vectorijk commented on the issue: https://github.com/apache/zeppelin/pull/1530 @bzz I have updated and added unit test. --- 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

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 @zjffdu I have no idea in your case. Are you still suffering from it? --- 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

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1479 @hayssams Why did you removed `provided` scope? If it doesn't, all kind of hadoop dependencies will be included in zengine. --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #1532: [Zeppelin-1557] Graceful storage exception handling

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1532 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 feature enabled and wishes so, or if the

[GitHub] zeppelin issue #1520: [ZEPPELIN-1061] Select default interpreter while creat...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1520 @kavinkumarks I'm looking into this. --- 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

[GitHub] zeppelin issue #1499: [ZEPPELIN-1528] Add progress information in addition t...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1499 @sadikovi Thanks for the contribution. I have a question of the design. This looks focused SparkInterpreter only. In case of another interpreters doesn't have any progress info that you

[GitHub] zeppelin issue #1524: [ZEPPELIN-1542] Cleanup of Note created during jUnit t...

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1524 Looks interesting! --- 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

[GitHub] zeppelin issue #1309: [ZEPPELIN-1314] dump out the R command in debug mode

2016-10-17 Thread snowch
Github user snowch commented on the issue: https://github.com/apache/zeppelin/pull/1309 Damn, I had deleted my forked repository. I've created a new PR here: https://github.com/apache/zeppelin/pull/1531 --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #1532: [Zeppelin-1557] Graceful storage exception hand...

2016-10-17 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1532 [Zeppelin-1557] Graceful storage exception handling ### What is this PR for? Graceful handling of errors in storage sync layer ### What type of PR is it? Bug Fix |

[jira] [Created] (ZEPPELIN-1557) Storage layer sync mechanism doesn't fail gracefully

2016-10-17 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-1557: - Summary: Storage layer sync mechanism doesn't fail gracefully Key: ZEPPELIN-1557 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1557 Project: Zeppelin

[GitHub] zeppelin issue #1265: [ZEPPELIN-1210] Run interpreter per user

2016-10-17 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1265 @khalidhuseynov Thanks for testing it. I'll change it to get user information from fromMessage. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1515: [ZEPPELIN-916] Apply new mechanism to KylinInte...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1515 --- 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 feature is

[GitHub] zeppelin issue #1510: [ZEPPELIN-675] "No data available" in invalid graph ty...

2016-10-17 Thread snaveenp
Github user snaveenp commented on the issue: https://github.com/apache/zeppelin/pull/1510 All checks have passed. --- 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

[GitHub] zeppelin pull request #1531: [ZEPPELIN-1314] dump out the R command

2016-10-17 Thread snowch
GitHub user snowch opened a pull request: https://github.com/apache/zeppelin/pull/1531 [ZEPPELIN-1314] dump out the R command This PR replaces https://github.com/apache/zeppelin/pull/1309/ You can merge this pull request into a Git repository by running: $ git pull

[GitHub] zeppelin issue #1392: [ZEPPELIN-1437, 1438] Multi-user note management - use...

2016-10-17 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1392 @Leemoonsoo is it possible to merge it in couple of hour? some of my work will depends on this PR :) --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #1479: Notebook: HDFS as a backend storage (Read & Write Mode...

2016-10-17 Thread hayssams
Github user hayssams commented on the issue: https://github.com/apache/zeppelin/pull/1479 @Leemoonsoo Test testClose in org.apache.zeppelin.python.PythonInterpreterTest. Can't understand why it is failing on travis CI but not failing on my laptop. --- If your project is set up

[GitHub] zeppelin issue #1459: [ZEPPELIN-1487] Resolve possible NPEs in storage sync ...

2016-10-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1459 LGTM and 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 your project does not have

[GitHub] zeppelin issue #1392: [ZEPPELIN-1437, 1438] Multi-user note management - use...

2016-10-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1392 Tested and LGTM. 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 your project

[GitHub] zeppelin issue #1515: [ZEPPELIN-916] Apply new mechanism to KylinInterpreter

2016-10-17 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1515 LGTM :+1: Thanks, Kavin MailTo: kavin.ku...@imaginea.com --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin pull request #1525: [ZEPPELIN-1552] Search button goes to next line...

2016-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1525 --- 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 feature is

[jira] [Created] (ZEPPELIN-1556) spark.r and r interpreters not found in default binary instalation

2016-10-17 Thread Pranas Baliuka (JIRA)
Pranas Baliuka created ZEPPELIN-1556: Summary: spark.r and r interpreters not found in default binary instalation Key: ZEPPELIN-1556 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1556