[GitHub] zeppelin pull request #1985: [ZEPPELIN-2075] Can't stop infinite `while` sta...

2017-02-12 Thread astroshim
GitHub user astroshim reopened a pull request: https://github.com/apache/zeppelin/pull/1985 [ZEPPELIN-2075] Can't stop infinite `while` statement in pyspark Interpreter. ### What is this PR for? If following code runs with Pyspark Interpreter, there is no way to cancel except Z

[GitHub] zeppelin pull request #1985: [ZEPPELIN-2075] Can't stop infinite `while` sta...

2017-02-12 Thread astroshim
Github user astroshim closed the pull request at: https://github.com/apache/zeppelin/pull/1985 --- 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 i

[GitHub] zeppelin pull request #2005: [ZEPPELIN-2084] z.show doesn't show dataframe

2017-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2005 --- 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 #1994: [MINOR] Replace angular inject with ngInject

2017-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1994 --- 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 #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-12 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue: https://github.com/apache/zeppelin/pull/2002 Hi @Leemoonsoo, fontconfig only need to run pahantomjs browser during test phase of maven build. If you don't want run tests and install fontconfig you can pass -DSkip.test option to maven

[jira] [Created] (ZEPPELIN-2101) zeppelin version bump up and git tag script for release

2017-02-12 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-2101: -- Summary: zeppelin version bump up and git tag script for release Key: ZEPPELIN-2101 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2101 Project: Zeppelin Is

[GitHub] zeppelin issue #1991: [ZEPPELIN-2081] Prettify input, textarea in interprete...

2017-02-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1991 @1ambda CI is failed only in Selenium test like below ``` Caused by: org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":"//i[@tooltip='We

[GitHub] zeppelin pull request #2009: [ZEPPELIN-2101] Add zeppelin bump up and git ta...

2017-02-12 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/2009 [ZEPPELIN-2101] Add zeppelin bump up and git tag script for release ### What is this PR for? There are several files that needs to be changed as mentioned in [wiki](https://cwiki.apache.org/

[GitHub] zeppelin issue #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-12 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue: https://github.com/apache/zeppelin/pull/2002 Hi @1ambda, when we install nodejs modules locally(only for project) we do not have access to them from command line outside. So we need install these modules globally. I'm not so plural wit

[GitHub] zeppelin issue #2006: [ZEPPELIN-2099] Add NPM link for helium pkgs published...

2017-02-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2006 @1ambda Thanks for your effort! Tested and it works well as expected. ![record](https://cloud.githubusercontent.com/assets/10060731/22861045/4d025f3e-f152-11e6-8849-efd2ab34eceb.gif)

[GitHub] zeppelin pull request #1987: [ZEPPELIN-2068] Change interpreter.json & crede...

2017-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1987 --- 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 #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-12 Thread DmytroShkvyra
Github user DmytroShkvyra commented on the issue: https://github.com/apache/zeppelin/pull/2002 BTW @Leemoonsoo , I agree with you that install libfontconfig with shell script is graceful solution. Unfortunately, in phantomjs package for linux absent this dependency and we can't build

[GitHub] zeppelin issue #1826: [WIP][ZEPPELIN-1859] Add MongoNotebookRepo

2017-02-12 Thread tae-jun
Github user tae-jun commented on the issue: https://github.com/apache/zeppelin/pull/1826 Sorry for my late response! I added a documentation for MongoDB notebook storage and rebased. And now it's ready for a review 😄 Please test that it operates as I described (

[GitHub] zeppelin pull request #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy inte...

2017-02-12 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2010 ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contrib

[jira] [Created] (ZEPPELIN-2102) Automatically restart spark interpreter when sparkcontext goes down

2017-02-12 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2102: Summary: Automatically restart spark interpreter when sparkcontext goes down Key: ZEPPELIN-2102 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2102 Project: Zepp

[GitHub] zeppelin issue #1980: [gh-pages][ZEPPELIN-2061] Add Medium blog section to t...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1980 sorry about the delay. looks good. there might be concerns over the licensing/ownership of the "code" in `https://s3.amazonaws.com/apache-zeppelin/post/medium.js";>` but since this is

[GitHub] zeppelin pull request #2011: ZEPPELIN-2102: Restart interpreter automaticall...

2017-02-12 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2011 ZEPPELIN-2102: Restart interpreter automatically ### What is this PR for? Sparkcontext is shutdown in following cases 1. calling `sc.stop` explicitly In this case, the user has to m

[GitHub] zeppelin issue #2006: [ZEPPELIN-2099] Add NPM link for helium pkgs published...

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2006 @AhyoungRyu Thanks for review. I'v changed the condition for checking local package. --- 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 #1998: [ZEPPELIN-2070][DOCS] Create Docs for Spell

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1998 @AhyoungRyu Thanks for review. I'v just addressed your comments. --- 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 pull request #1991: [ZEPPELIN-2081] Prettify input, textarea in int...

2017-02-12 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/1991 --- 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 #2006: [ZEPPELIN-2099] Add NPM link for helium pkgs published...

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2006 Or are there other ways to figure out local package? instead of `return pkg.artifact && !pkg.artifact.includes('@');` --- If your project is set up for it, you can reply to this email and have you

[GitHub] zeppelin pull request #1991: [ZEPPELIN-2081] Prettify input, textarea in int...

2017-02-12 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/1991 [ZEPPELIN-2081] Prettify input, textarea in interpreter setting page ### What is this PR for? Fix small details in interpreter setting page about inputboxes, textareas - Set ali

[GitHub] zeppelin pull request #1995: [ZEPPELIN-2086] Move zeppelin-web related test ...

2017-02-12 Thread 1ambda
GitHub user 1ambda reopened a pull request: https://github.com/apache/zeppelin/pull/1995 [ZEPPELIN-2086] Move zeppelin-web related test files into src/ for efficiency ### What is this PR for? Since we are using a separated test directory, - it's uncomfortable to c

[GitHub] zeppelin pull request #1995: [ZEPPELIN-2086] Move zeppelin-web related test ...

2017-02-12 Thread 1ambda
Github user 1ambda closed the pull request at: https://github.com/apache/zeppelin/pull/1995 --- 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 #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2010 @zjffdu could you please clean up the templated text from the PR description box? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] zeppelin issue #2009: [ZEPPELIN-2101] Add zeppelin bump up and git tag scrip...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2009 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 #2008: [MINOR][ZEPPELIN-2100] Enable to go back to zeppelin.a...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2008 ah, but that's not very obvious though? --- 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 feat

[GitHub] zeppelin issue #2001: [WIP]ZEPPELIN-2057 Extract InterpreterSetting function...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2001 generally looks good --- 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 wish

[GitHub] zeppelin issue #1988: [ZEPPELIN-2080] Fix null column parse issue in KylinIn...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1988 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 #1991: [ZEPPELIN-2081] Prettify input, textarea in interprete...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1991 Could or should the front size to be the same in the left and right boxes? https://cloud.githubusercontent.com/assets/4968473/22731456/15f295ee-ee2e-11e6-915d-e9d7d6236bbd.png --- If your

[GitHub] zeppelin issue #1978: Hive proxy user doesn't work if interpreter name is no...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1978 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 pull request #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy inte...

2017-02-12 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2010 --- 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 #2010: ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter

2017-02-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2010 Sorry, forget to add WIP. --- 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

[GitHub] zeppelin issue #2001: [WIP]ZEPPELIN-2057 Extract InterpreterSetting function...

2017-02-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2001 @jongyoul Do you have a design to share for the whole refactoring ? I think you would have a lot following up PR for the interpreter component refactoring. --- If your project is set up for it, y

[GitHub] zeppelin issue #2008: [MINOR][ZEPPELIN-2100] Enable to go back to zeppelin.a...

2017-02-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/2008 @felixcheung Yeah agree. But I don't have better idea than this way for now. Will be appreciated if you (or anyone) can suggest :) --- If your project is set up for it, you can reply to this e

[GitHub] zeppelin issue #2008: [MINOR][ZEPPELIN-2100] Enable to go back to zeppelin.a...

2017-02-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2008 yea not sure. what if we add a new menu next to Quick Start menu? --- 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 projec

[GitHub] zeppelin pull request #2010: [WIP] ZEPPELIN-2079. Upgrade livy to 0.3 in liv...

2017-02-12 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/2010 [WIP] ZEPPELIN-2079. Upgrade livy to 0.3 in livy interpreter ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the

[GitHub] zeppelin issue #2002: [ZEPPELIN-1928]: Get a rid of preinstalled external de...

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2002 @DmytroShkvyra If you want to use node modules in terminal, you have to install them globally. (e.g `$ yarn install`) But in case of grunt (and karma so on..), we don't need to do

[GitHub] zeppelin issue #1991: [ZEPPELIN-2081] Prettify input, textarea in interprete...

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1991 @AhyoungRyu Passed selenium tests. - https://travis-ci.org/apache/zeppelin/builds/200883455 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1991: [ZEPPELIN-2081] Prettify input, textarea in interprete...

2017-02-12 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1991 @felixcheung Fixed. (`font-size: 12`) ![image](https://cloud.githubusercontent.com/assets/4968473/22870210/cafa98b6-f1e8-11e6-9b7f-d2e2b5323ac3.png) --- If your project is set up for it,

[GitHub] zeppelin issue #1991: [ZEPPELIN-2081] Prettify input, textarea in interprete...

2017-02-12 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1991 @1ambda Looks good! Will merge after CI tests are done if there are no comments. --- 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 #2010: [WIP] ZEPPELIN-2079. Upgrade livy to 0.3 in livy inter...

2017-02-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2010 @felixcheung @prabhjyotsingh @del680202 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

[GitHub] zeppelin pull request #2012: add zeppelin.dep.localrepo in zeppelin config

2017-02-12 Thread oeegee
GitHub user oeegee opened a pull request: https://github.com/apache/zeppelin/pull/2012 add zeppelin.dep.localrepo in zeppelin config zeppelin.dep.localrepo local-repo Local repository for dependency loader ### What is this PR for? A few sentences

[GitHub] zeppelin issue #1983: [ZEPPELIN-1808] disable shortcut key of window created...

2017-02-12 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1983 @Leemoonsoo Could you review this PR as JIRA issue reporter? --- 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 n

[GitHub] zeppelin pull request #1826: [ZEPPELIN-1859] Add MongoNotebookRepo

2017-02-12 Thread tae-jun
Github user tae-jun closed the pull request at: https://github.com/apache/zeppelin/pull/1826 --- 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 #1826: [ZEPPELIN-1859] Add MongoNotebookRepo

2017-02-12 Thread tae-jun
GitHub user tae-jun reopened a pull request: https://github.com/apache/zeppelin/pull/1826 [ZEPPELIN-1859] Add MongoNotebookRepo ### What is this PR for? This PR adds Mongo notebook storage. The reason that I made this feature is for HA(High Availability). S3 and Git

[GitHub] zeppelin pull request #1978: Hive proxy user doesn't work if interpreter nam...

2017-02-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1978 --- 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