Dynamic interpreter loading

2016-11-04 Thread Kavin Kumar K S
Hi, I saw some documentation about dynamic interpreter loading under https://github.com/apache/zeppelin/blob/master/docs/manual/dynamicinterpreterload.md but couldn't find the relevant codebase for the REST APIs. Are these need to be archived or could you please point me to the proper location? T

[GitHub] zeppelin issue #1583: [MINOR] Turn on authenticaiton in shiro.ini.template b...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1583 I thought Zeppelin does not read conf/shiro.ini.template, but it actually does. Therefore now default behavior is changed to require authentication and i think it's not a minor change.

[GitHub] zeppelin issue #1583: [MINOR] Turn on authenticaiton in shiro.ini.template b...

2016-11-04 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1583 #1595 will fix this issue --- 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 issue #1583: [MINOR] Turn on authenticaiton in shiro.ini.template b...

2016-11-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1583 Since #1595 will fix the issue let's test it out quickly, and merge 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 pro

[jira] [Created] (ZEPPELIN-1617) Setting null to builtin interpreter settings cause NPE and 503

2016-11-04 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-1617: --- Summary: Setting null to builtin interpreter settings cause NPE and 503 Key: ZEPPELIN-1617 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1617 Project: Zeppelin

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1596 Interpreter open in jobRun introduced in https://github.com/apache/zeppelin/pull/1470 by @agoodm, to enable https://github.com/apache/zeppelin/pull/1534. #1534 does not work with this patch ap

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1595 tested and changes 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 an

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1596 @Leemoonsoo @zjffdu I placed the extra call to `open()` in `jobRun` because I wanted to have a convenient place to make calls to `registerHook()`. We can't do this in the `Interpreter` constructor

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1596 Thanks @agoodm for the explanation. Actually this PR would call open method in `RemoteInterpreterServer.open` rather than in constructor, 2 reasons * In semantics perspective, it should be calle

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1596 Well to be precise, the other reason I made the call to `open()` was to make sure the hook registry was in effect before the first call to `interpret()` from within `jobRun()`, and therefore, the f

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-04 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/928 Sorry for delay, @rawkintrevo ! Thank you for kind reminder on this great stuff. I want to mention this work on ApacheCon, so hope we can merge this asap :) I tied it and got `IOError

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1596 `open()` will be called before the first call to `interpreter()`, so it won't affect. Will wait for your test result tomorrow. --- If your project is set up for it, you can reply to this email and

[GitHub] zeppelin issue #1513: ZEPPELIN-1472 - Create new LdapRealm based on Apache K...

2016-11-04 Thread nazgul33
Github user nazgul33 commented on the issue: https://github.com/apache/zeppelin/pull/1513 @jongyoul I could make it work with openLDAP server. I had no time to play around with group settings, but at least I could authenticate user by * ldapADGCRealm.userSearchAttributeName = cn

[GitHub] zeppelin pull request #1597: Shorten certain error logs in order to keep CI ...

2016-11-04 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request: https://github.com/apache/zeppelin/pull/1597 Shorten certain error logs in order to keep CI logs clear ### What is this PR for? This is to shorten certain error logs in order to keep CI clear without polluted logs.

[GitHub] zeppelin issue #1589: [Zeppelin-1611] - Support PAM (System User) Authentica...

2016-11-04 Thread hkropp
Github user hkropp commented on the issue: https://github.com/apache/zeppelin/pull/1589 Cool! Just to be clear the test will simply be ignored with `assumeTrue` so should be fine without any additional effort. How to use the test itself is documented in the test class with co

[GitHub] zeppelin pull request #1584: [gh-pages] Add ignite version info to supported...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1584 --- 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 e

[jira] [Created] (ZEPPELIN-1618) Support ElasticSearch 5.0

2016-11-04 Thread Hoon Park (JIRA)
Hoon Park created ZEPPELIN-1618: --- Summary: Support ElasticSearch 5.0 Key: ZEPPELIN-1618 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1618 Project: Zeppelin Issue Type: Improvement

[GitHub] zeppelin issue #1597: Shorten certain error logs in order to keep CI logs cl...

2016-11-04 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1597 Looks awesome, thank you for cleaning it up! Let me try 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 project doe

[GitHub] zeppelin pull request #1598: [ZEPPELIN-1618] [WIP] Support ElasticSearch 5.0

2016-11-04 Thread 1ambda
GitHub user 1ambda opened a pull request: https://github.com/apache/zeppelin/pull/1598 [ZEPPELIN-1618] [WIP] Support ElasticSearch 5.0 ### What is this PR for? ElasticSearch just released in Oct 26 and It requires 5.x client driver but zeppelin currently use 2.x only.

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1595 Test fails, can you fix it please? --- 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 enabl

[GitHub] zeppelin issue #1497: [ZEPPELIN-1233] Support Redis interpreter

2016-11-04 Thread darionyaphet
Github user darionyaphet commented on the issue: https://github.com/apache/zeppelin/pull/1497 Add a Screenshot ![1539610b-0afe-4cd0-9a3a-abb208adfb7d](https://cloud.githubusercontent.com/assets/4414314/20008000/c05f9b44-a2d9-11e6-9d30-0d09ae275fd7.PNG) --- If your project is se

[GitHub] zeppelin pull request #1578: ZEPPELIN-1599 Remove support on some old versio...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1578 --- 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 e

[GitHub] zeppelin issue #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-04 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1577 @yoonjs2 I've tested this branch and found some issues. **1.** ``` Liquid Warning: Liquid syntax error (line 77): Expected end_of_string but found open_round in "{{noteName(not

[GitHub] zeppelin pull request #1309: [ZEPPELIN-1314] dump out the R command in debug...

2016-11-04 Thread snowch
Github user snowch closed the pull request at: https://github.com/apache/zeppelin/pull/1309 --- 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 e

[GitHub] zeppelin pull request #1599: [HOTFIX] Always download spark binary package f...

2016-11-04 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1599 [HOTFIX] Always download spark binary package from archive ### What is this PR for? * Not download Spark for first profile which does license check only * Always download Spark from archi

[GitHub] zeppelin pull request #1600: Using HDFS to backup and restore notebook

2016-11-04 Thread aspen01
GitHub user aspen01 opened a pull request: https://github.com/apache/zeppelin/pull/1600 Using HDFS to backup and restore notebook ### What is this PR for? This PR supports using HDFS to backup and restore notebook. It is similar to https://github.com/apache/zeppelin/pull/1479

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

2016-11-04 Thread aspen01
Github user aspen01 commented on the issue: https://github.com/apache/zeppelin/pull/1479 I made a pull request : https://github.com/apache/zeppelin/pull/1600 --- 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 #1538: [ZEPPELIN-1386] Docker images for running Apache Zeppe...

2016-11-04 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1538 @mfelgamal I got following error. Did i missed something? ``` $ docker pull mahmoudelgamal/zeppelin-release:0.6.1 0.6.1: Pulling from mahmoudelgamal/zeppelin-release 985c5f84712b:

[jira] [Created] (ZEPPELIN-1619) Let helium implement visualization API

2016-11-04 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1619: -- Summary: Let helium implement visualization API Key: ZEPPELIN-1619 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1619 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-04 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 I can address the 3 bullet points in the next day or two. Re; the disk space- yea Mahout adds another 300MB or so. I recall seeing some chat on the mailing list that Zeppelin was alread

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1534 @agoodm I think placement of common python lib and problem printing output when `close=False` can be handled in the separate issues. Do you mind create issues? I have tested last c

[jira] [Created] (ZEPPELIN-1620) livy.spark interpreter formatting breaks for scala with new line

2016-11-04 Thread alex zeltov (JIRA)
alex zeltov created ZEPPELIN-1620: - Summary: livy.spark interpreter formatting breaks for scala with new line Key: ZEPPELIN-1620 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1620 Project: Zeppe

[jira] [Created] (ZEPPELIN-1621) Zeppelin UI Login With LDAP

2016-11-04 Thread alex zeltov (JIRA)
alex zeltov created ZEPPELIN-1621: - Summary: Zeppelin UI Login With LDAP Key: ZEPPELIN-1621 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1621 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1534 @Leemoonsoo Sure, I will do that after this is merged. As for your error, I cannot reproduce it. I tested both the latest code from master as well as my fork after rebasing. How are you per

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-04 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 - [x] Fail fasts: changed `call` to [`check_call`](https://docs.python.org/2/library/subprocess.html#check_call) where it is appropriate to fail and exit. - [x] Slang in standard out: Upda

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1534 @agoodm It's my bad, i was testing it with https://github.com/apache/zeppelin/pull/1596 merged. Tested just last commit in the branch again, and the error has gone. --- If your project is

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1534 @Leemoonsoo Yep, I can confirm... right before you posted that comment, I patched Never mind, I manually patched in the changes from that PR to my branch and got the exact same stacktrace as you in

[GitHub] zeppelin issue #1596: ZEPPELIN-1616. Interpreter open happens in jobRun

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1596 @zjffdu Please see the most recent comments @Leemoonsoo and I made in #1534. With the vanilla python interpreter, I can indeed confirm that the call to `open()` is being made at the right time. How

[GitHub] zeppelin pull request #1601: [TEST CI]

2016-11-04 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1601 [TEST CI] Try https://github.com/apache/zeppelin/pull/1599 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Leemoonsoo/zeppelin downloadSpar

[GitHub] zeppelin pull request #1602: Ci test

2016-11-04 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1602 Ci test Test #1595 + #1599 You can merge this pull request into a Git repository by running: $ git pull https://github.com/minahlee/zeppelin ci_test Alternatively you can review and apply

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-11-04 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/928 Interesting approach! --- 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 wis

[jira] [Created] (ZEPPELIN-1622) Remove %dep deprecated warning

2016-11-04 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1622: -- Summary: Remove %dep deprecated warning Key: ZEPPELIN-1622 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1622 Project: Zeppelin Issue Type: Bug

[jira] [Created] (ZEPPELIN-1623) Flaky Test - ParagraphActionsIT.testEditOnDoubleClick

2016-11-04 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1623: -- Summary: Flaky Test - ParagraphActionsIT.testEditOnDoubleClick Key: ZEPPELIN-1623 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1623 Project: Zeppelin Issu

[jira] [Created] (ZEPPELIN-1624) HeliumApplicationFactoryTest fails on master

2016-11-04 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1624: -- Summary: HeliumApplicationFactoryTest fails on master Key: ZEPPELIN-1624 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1624 Project: Zeppelin Issue

[GitHub] zeppelin pull request #1603: [HOTFIX] HeliumApplicationFactoryTest fails on ...

2016-11-04 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1603 [HOTFIX] HeliumApplicationFactoryTest fails on master ### What is this PR for? HeliumApplicationFactoryTest fails on master with following error if i run the test on local machine.

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1595 Tested and it works well. 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 issue #1599: [HOTFIX] Always download spark binary package from arc...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1599 LGTM. Lets 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 have this feature enabled and wishes s

[jira] [Created] (ZEPPELIN-1625) Add support of user specific properties

2016-11-04 Thread Benoy Antony (JIRA)
Benoy Antony created ZEPPELIN-1625: -- Summary: Add support of user specific properties Key: ZEPPELIN-1625 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1625 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-1626) Enable property substitution in Livy Interpreter

2016-11-04 Thread Benoy Antony (JIRA)
Benoy Antony created ZEPPELIN-1626: -- Summary: Enable property substitution in Livy Interpreter Key: ZEPPELIN-1626 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1626 Project: Zeppelin I

[GitHub] zeppelin issue #1599: [HOTFIX] Always download spark binary package from arc...

2016-11-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1599 Merging it as hotfix --- 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 pull request #1599: [HOTFIX] Always download spark binary package f...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1599 --- 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 e

[GitHub] zeppelin pull request #1602: Ci test

2016-11-04 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/1602 --- 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 #1577: [ZEPPELIN-1554] Update jekyll version to 3.2.1 with it...

2016-11-04 Thread yoonjs2
Github user yoonjs2 commented on the issue: https://github.com/apache/zeppelin/pull/1577 @AhyoungRyu OK I'll investigate and resolve them ASAP. Thanks for the review :) --- 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 #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1595 Finally CI is green!!! I am merging 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 project does not have this feature e

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1595 Hell yeah!!! I allow you to merge 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 project does not ha

[GitHub] zeppelin pull request #1595: [ZEPPELIN-1615] - Zeppelin should be able to ru...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1595 --- 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 e

[GitHub] zeppelin pull request #1601: [TEST CI]

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

[GitHub] zeppelin issue #1529: [ZEPPELIN-1003] Refactoring visualization

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1529 I have created following issue https://issues.apache.org/jira/browse/ZEPPELIN-1619 for further work. This patch refactor build-in visualizations. Now most of codes for rending visualiz

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1534 @agoodm now CI has fixed on master. Could you rebase and see if CI test goes green? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[GitHub] zeppelin pull request #1565: [ZEPPELIN-1564] Enable note deletion and paragr...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1565 --- 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 e

[GitHub] zeppelin issue #1591: Fix latency on notebook save in ZeppelinHubNotebookRep...

2016-11-04 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1591 CI is failing due to `testEditOnDoubleClick`, and it is not related to this PR. So i am merging it :) --- If your project is set up for it, you can reply to this email and have y

[jira] [Created] (ZEPPELIN-1627) Fix latency issue on note save in ZeppelinHubNotebook repo

2016-11-04 Thread Anthony Corbacho (JIRA)
Anthony Corbacho created ZEPPELIN-1627: -- Summary: Fix latency issue on note save in ZeppelinHubNotebook repo Key: ZEPPELIN-1627 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1627 Project: Ze

[GitHub] zeppelin pull request #1591: [ZEPPELIN-1627] - Fix latency on notebook save ...

2016-11-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1591 --- 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 e

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1595 Looks like zeppelin-web dev mode (`grunt serve`) has some problem after the patch. @anthonycorbacho Could you take a look? --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #1339: [ZEPPELIN-1332] Remove spark-dependencies & suggest ne...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1339 @AhyoungRyu Could you rebase and see if CI test goes green? --- 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

[GitHub] zeppelin issue #1534: ZEPPELIN-1345 - Create a custom matplotlib backend tha...

2016-11-04 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1534 @Leemoonsoo Tests are done, the only failure seems to be from a known flaky test [ZEPPELIN-1623](https://issues.apache.org/jira/browse/ZEPPELIN-1623). Are we good to merge? --- If your project is

[GitHub] zeppelin pull request #1604: [HOT-FIX] - Prevent double injection of cross-o...

2016-11-04 Thread anthonycorbacho
GitHub user anthonycorbacho opened a pull request: https://github.com/apache/zeppelin/pull/1604 [HOT-FIX] - Prevent double injection of cross-origin headers from rest api ### What is this PR for? Prevent error `XMLHttpRequest cannot load http://localhost:8080/api/version. The 'A

[GitHub] zeppelin issue #1595: [ZEPPELIN-1615] - Zeppelin should be able to run witho...

2016-11-04 Thread anthonycorbacho
Github user anthonycorbacho commented on the issue: https://github.com/apache/zeppelin/pull/1595 @Leemoonsoo thank you for the feedback, please fix the fix under PR #1604 --- 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 #1604: [HOT-FIX] - Prevent double injection of cross-origin h...

2016-11-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1604 Tested and 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,