[GitHub] zeppelin issue #1658: [ZEPPELIN-212] Multiple paragraph results

2016-11-25 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1658 I think this PR is ready to be reviewed. While this PR includes quite a lot of changes i'm highlighting some key changes. 1. Display multiple types of output in a single paragraph.

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1637 [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter ### What is this PR for? Currently, the z.run command is restricted. Only

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1637 --- 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 #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-11-25 Thread karup1990
Github user karup1990 commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks for the feedback. i will have them handled some time over the weekend. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] zeppelin issue #1683: Fix Travis build error with ls command

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1683 @Leemoonsoo please have a look, thanks! --- 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 pull request #1683: Fix Travis error with ls command

2016-11-25 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/zeppelin/pull/1683 Fix Travis error with ls command ### What is this PR for? Fix error with ``` The command "ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin" failed and

[GitHub] zeppelin issue #1672: ZEPPELIN-1701: User impersonation not work with SPARK_...

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1672 as an aside, I'd update the JIRA/PR - it might not be obvious what "when SPARK_HOME is set" means. If external Spark is broken then I think it is a much much serious problem :) --- If your

[GitHub] zeppelin pull request #1656: Fix Yarn configuration of Spark2.0

2016-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1656 --- 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 #1677: Add doc for exchanging data frames

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1677 Let's keep this as documentation only and let's open a JIRA (another PR) for the DataFrame support? --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #1632: [ZEPPELIN-1639] Add tests with external python depende...

2016-11-25 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1632 Correct, the main reason being that caching it actually increases the build time. I still have one slight nitpick myself, but I'll leave that up to others if that is worth pursuing right now (the

[GitHub] zeppelin pull request #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread felixcheung
GitHub user felixcheung opened a pull request: https://github.com/apache/zeppelin/pull/1682 Update to Spark 1.6.3 and 2.0.2 ### What is this PR for? Update Spark versions ### What type of PR is it? Improvement ### What is the Jira issue? N/A -

[GitHub] zeppelin issue #1632: [ZEPPELIN-1639] Add tests with external python depende...

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1632 I see, I think generally if we could isolate test sets so that they don't overlap (ie. python tests not running docker tests), we would likely have more stable CI runs. I think that's really

[GitHub] zeppelin issue #1538: [ZEPPELIN-1386] Docker images for running Apache Zeppe...

2016-11-25 Thread mfelgamal
Github user mfelgamal commented on the issue: https://github.com/apache/zeppelin/pull/1538 @bzz I think that we need to install `build-base make gcc g++` to build `knitr` package in R. And I wonder if we could remove them after building `knitr`. Is this right? --- If your project

[GitHub] zeppelin issue #1632: [ZEPPELIN-1639] Add tests with external python depende...

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1632 great! a few minor comments (like like you addressed one already!) CI passed the last time. I think this is looking good. So to recap, we are able to cache R but not miniconda,

[GitHub] zeppelin pull request #1593: ZEPPELIN-1613. PerUser scoped mode doesn't work

2016-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1593 --- 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 #1683: Fix Travis build error with ls command

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1683 output looks fine ``` 0.01s$ ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin || true /home/travis/.m2/repository/.cache/maven-download-plugin: total 0

[GitHub] zeppelin issue #1677: Add doc for exchanging data frames

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1677 well, it's a lot quicker to get doc-only PR in :) besides we should have a JIRA for changes like this. It's your call, @m30m --- If your project is set up for it, you can reply to this

[GitHub] zeppelin pull request #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread felixcheung
GitHub user felixcheung reopened a pull request: https://github.com/apache/zeppelin/pull/1682 Update to Spark 1.6.3 and 2.0.2 ### What is this PR for? Update Spark versions ### What type of PR is it? Improvement ### What is the Jira issue? N/A -

[GitHub] zeppelin issue #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1582 could you rebase this PR and see if CI passes? --- 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 pull request #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread felixcheung
Github user felixcheung closed the pull request at: https://github.com/apache/zeppelin/pull/1682 --- 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 #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1682 BTW, have you checked the spark's dependencies version needs to be updated, like py4j & protobuf ? --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1632: [ZEPPELIN-1639] Add tests with external python depende...

2016-11-25 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1632 Oh for the love of... looks like I will need to update the cache again. Let me run this one more time. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin issue #1677: Add doc for exchanging data frames

2016-11-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1677 If we want to support the feature I mentioned I above in another PR, then the document here is useless because we have to update the doc later. So it would be better to do it in this PR IMHO.

[GitHub] zeppelin issue #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1682 failed, to be fixed with #1683 --- 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 #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1682 https://github.com/apache/zeppelin/blob/master/spark/pom.xml#L466 & https://github.com/apache/zeppelin/blob/master/spark/pom.xml#L480 also needs to be updated. --- If your project is set up

[GitHub] zeppelin issue #1500: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-11-25 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1500 @bzz done --- 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

SnappyData announces new cloud service,iSight with Apache Zeppelin

2016-11-25 Thread Sachin Janani
Hi, Today we are launching a service called the iSight cloud (iSight is short for instant insights), which combines elements of the platform to allow users to create notebooks where you can run queries on your data, and visualize the results in near real time. iSight uses 3 core elements to pull

[GitHub] zeppelin pull request #1684: Fix filter icon not displaying problem

2016-11-25 Thread marchpig
GitHub user marchpig opened a pull request: https://github.com/apache/zeppelin/pull/1684 Fix filter icon not displaying problem ### What is this PR for? Filter icon is not displayed properly due to the css font-family order. ### What type of PR is it? Bug Fix

[jira] [Created] (ZEPPELIN-1714) Build error of scio Intepreter on Centos

2016-11-25 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1714: Summary: Build error of scio Intepreter on Centos Key: ZEPPELIN-1714 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1714 Project: Zeppelin

[GitHub] zeppelin pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2016-11-25 Thread karup1990
Github user karup1990 closed the pull request at: https://github.com/apache/zeppelin/pull/1663 --- 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 pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2016-11-25 Thread karup1990
GitHub user karup1990 reopened a pull request: https://github.com/apache/zeppelin/pull/1663 ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph ### What is this PR for? A paragraph execution may result in spark job(s). Adding ability to access the spark job

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-11-25 Thread karup1990
Github user karup1990 commented on the issue: https://github.com/apache/zeppelin/pull/1663 Failure seems not related `04:09:12,112 ERROR org.apache.zeppelin.AbstractZeppelinIT:136 - Exception in ZeppelinIT while testAngularDisplay org.openqa.selenium.TimeoutException: Timed

[GitHub] zeppelin issue #1682: Update to Spark 1.6.3 and 2.0.2

2016-11-25 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1682 I did check - I don't think they change in patch version. They have changed in upcoming Spark 2.1.0 though. --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1637 [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter ### What is this PR for? Currently, the z.run command is restricted. Only

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1637 --- 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 #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1637 [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter ### What is this PR for? Currently, the z.run command is restricted. Only

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1637 --- 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 #1617: ZEPPELIN-1645: JDBC Interpreter does not commit update...

2016-11-25 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1617 @randerzander Could you rebase? --- 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 pull request #1673: ZEPPELIN-1703: frontend - skip PhantomJS on -Ds...

2016-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1673 --- 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 #1665: [ZEPPELIN-1694] Show result when editor language chang...

2016-11-25 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1665 Merging if there is no more dicussion --- 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 #1679: ZEPPELIN-1707. Pass userName when creating interpreter...

2016-11-25 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1679 @Leemoonsoo @prabhjyotsingh Please help 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 your project does not have this

[GitHub] zeppelin issue #1672: ZEPPELIN-1701: User impersonation not work with SPARK_...

2016-11-25 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1672 @zjffdu Here is what I've done - https://github.com/apache/zeppelin/pull/1672/files#diff-8d3bd42a5de342ebad38e1d113d9f75cR195 `source

[GitHub] zeppelin issue #1673: ZEPPELIN-1703: frontend - skip PhantomJS on -DskipTest...

2016-11-25 Thread asanjar
Github user asanjar commented on the issue: https://github.com/apache/zeppelin/pull/1673 +1 thanks --- 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 issue #1441: [ ZEPPELIN-967 ] Implement search bar in job manager

2016-11-25 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1441 @AhyoungRyu ![newnew](https://cloud.githubusercontent.com/assets/10525473/20624758/1870bb14-b352-11e6-9883-dcb84649c139.gif) fix done. Thank you :) --- If your

[GitHub] zeppelin pull request #1679: ZEPPELIN-1707. Pass userName when creating inte...

2016-11-25 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/1679 --- 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 #1679: ZEPPELIN-1707. Pass userName when creating inte...

2016-11-25 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/1679 ZEPPELIN-1707. Pass userName when creating interpreter through thrift ### What is this PR for? In ZEPPELIN-1607, I'd like refactor livy interpreter to scoped mode by default, this require

[GitHub] zeppelin pull request #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1637 --- 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 #1637: [ZEPPELIN-1665] Z.run with external note execut...

2016-11-25 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1637 [ZEPPELIN-1665] Z.run with external note executable and access resource for zeppelin in each interpreter ### What is this PR for? Currently, the z.run command is restricted. Only

[GitHub] zeppelin pull request #1681: [ZEPPELIN-1691] Implement NotebookRepoSetting t...

2016-11-25 Thread anthonycorbacho
GitHub user anthonycorbacho opened a pull request: https://github.com/apache/zeppelin/pull/1681 [ZEPPELIN-1691] Implement NotebookRepoSetting to ZeppelinHub notebookRepo ### What is this PR for? Implement notebookRepo setting in ZeppelinHub notebook repo. This change will