[jira] [Created] (ZEPPELIN-1986) WelcomePageSuite test fail

2017-01-20 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1986: -- Summary: WelcomePageSuite test fail Key: ZEPPELIN-1986 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1986 Project: Zeppelin Issue Type: Bug

RE: R interpreter

2017-01-20 Thread Igor Drozdov
After I build zeppelin with R profile I got zeppelin-zrinterpreter binary in interpreters/spark folder -Original Message- From: Jeff Zhang [mailto:zjf...@gmail.com] Sent: Thursday, January 19, 2017 4:51 PM To: dev@zeppelin.apache.org Subject: Re: R interpreter That is SparkR, R interpre

Re: Unstable travis CI recently

2017-01-20 Thread Jongyoul Lee
I can change some fields and types but cannot convert all tickets to sub-task. I'll change them manually. On Thu, Jan 19, 2017 at 4:20 PM, Jeff Zhang wrote: > Hi Jongyoul, > > Could you move all these tickets under this umbrella ticket ? > > You can do bulk change by clicking the gear tool butto

[GitHub] zeppelin pull request #1916: [WIP] [ZEPPELIN-1986] WelcomePageSuite test fai...

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1916 [WIP] [ZEPPELIN-1986] WelcomePageSuite test fail ### What is this PR for? Try fix problem described in https://issues.apache.org/jira/browse/ZEPPELIN-1986. Almost all recent build has

[Discuss] Move some interpreters out of zeppelin project

2017-01-20 Thread Jeff Zhang
As we talk in another thread [1] about moving some interpreters out of zeppelin project. I open this thread to discuss it in more details. I'd like to raise 4 questions for this. 1. Do we need to do this 2. If the answer is yes, which interpreters should be moved out 3. How do we integrate these i

[jira] [Created] (ZEPPELIN-1987) useing sparksql to query the data on HDFS

2017-01-20 Thread qinchaofeng (JIRA)
qinchaofeng created ZEPPELIN-1987: - Summary: useing sparksql to query the data on HDFS Key: ZEPPELIN-1987 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1987 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-1988) precode execution in JDBCInterpreter

2017-01-20 Thread Sergey Sotnichenko (JIRA)
Sergey Sotnichenko created ZEPPELIN-1988: Summary: precode execution in JDBCInterpreter Key: ZEPPELIN-1988 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1988 Project: Zeppelin I

[GitHub] zeppelin pull request #1864: [ZEPPELIN-1921] missing close in closeAndRemove...

2017-01-20 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1864 [ZEPPELIN-1921] missing close in closeAndRemoveInterpreterGroup method ### What is this PR for? The problem is that some code in the closeAndRemoveInterpreterGroup method of Interprete

[GitHub] zeppelin pull request #1864: [ZEPPELIN-1921] missing close in closeAndRemove...

2017-01-20 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1864 --- 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 featur

[GitHub] zeppelin issue #1886: [ZEPPELIN-1876] improved comptetion with schema/table/...

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1886 There is a flaky test in the result: ``` WelcomePageSuite ``` Never mind the result. that test is being fixed now. LGTM --- If your project is set up for it, you can rep

[GitHub] zeppelin issue #1911: [ZEPPELIN-1972] Preserve context classloader

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1911 @Leemoonsoo I think to wrap it with `ClassloaderInterpreter` would be a good idea. @DrIgor Can you try it on? --- If your project is set up for it, you can reply to this email and have your repl

Re: [Discuss] Move some interpreters out of zeppelin project

2017-01-20 Thread Jongyoul Lee
Hi Jeff, Thanks for starting this issue. It increases flexibility of improving interpreters itself but it can also decreases stability of interpreters. I'm worried about this side-effect. As you mentioned, it's hard for me to review new interpreter that I didn't use but it couldn't be a reason wh

[GitHub] zeppelin pull request #1917: [ZEPPELIN-1988] precode execution in JDBCInterp...

2017-01-20 Thread dwhsys
GitHub user dwhsys opened a pull request: https://github.com/apache/zeppelin/pull/1917 [ZEPPELIN-1988] precode execution in JDBCInterpreter ### What is this PR for? PR adds new parameter in JDBC interpreter which allows to execute some SQL while opening connection. Parameter val

[GitHub] zeppelin issue #1914: [ZEPPELIN-1983] Feedback about success/failure when in...

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1914 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 fe

[GitHub] zeppelin issue #1916: [WIP] [ZEPPELIN-1986] WelcomePageSuite test fail

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1916 Is it ok to remove 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 enabled and wishe

[GitHub] zeppelin issue #1896: implementation test case for connect to exists interpr...

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1896 LGTM. will 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 have this feature enabled and wishes s

Re: R interpreter

2017-01-20 Thread Jongyoul Lee
For avoiding it, you can make interpreter-setting.json file in a spark directory which includes all of spark and r settings. I think it's realistic solution for now. On Fri, Jan 20, 2017 at 5:13 PM, Igor Drozdov wrote: > After I build zeppelin with R profile I got zeppelin-zrinterpreter binary >

Re: [Discuss] Move some interpreters out of zeppelin project

2017-01-20 Thread moon soo Lee
Thanks Jeff for staring the thread. Here's my thoughts 1. Do we need to do this yes. 2. If the answer is yes, which interpreters should be moved out If Zeppelin community has no problem maintaining certain interpreter, then no reason to remove contribution from community. However, if Zeppelin com

[jira] [Created] (ZEPPELIN-1989) Remove multple artifactId - hadoop-common in JDBC

2017-01-20 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1989: - Summary: Remove multple artifactId - hadoop-common in JDBC Key: ZEPPELIN-1989 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1989 Project: Zeppelin

[GitHub] zeppelin pull request #1918: Remove multple artifactId - hadoop-common

2017-01-20 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/1918 Remove multple artifactId - hadoop-common ### What is this PR for? Remove multple artifactId - hadoop-common in JDBC ### What type of PR is it? [Refactor | Minor]

[GitHub] zeppelin issue #1918: Remove multple artifactId - hadoop-common

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1918 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 fe

[GitHub] zeppelin issue #1916: [WIP] [ZEPPELIN-1986] WelcomePageSuite test fail

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1916 @jongyoul just wanted make sure the failure is coming from `WelcomePageSuite` it self, not as a side effect of other problems. I'll close this PR and open another PR once i found fix.

[GitHub] zeppelin issue #1916: [WIP] [ZEPPELIN-1986] WelcomePageSuite test fail

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1916 I see. --- 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 #1582: [ZEPPELIN-1604] Add Neo4j interpreter and Network visu...

2017-01-20 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/1582 @felixcheung after the last rebase i can't get Zeppelin running, ```bash WARN [2017-01-20 15:24:13,141] ({org.apache.zeppelin.server.ZeppelinServer.main()} ZeppelinConfiguration.java[cr

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

2017-01-20 Thread conker84
Github user conker84 commented on the issue: https://github.com/apache/zeppelin/pull/1582 The bug is in: `org.apache.zeppelin.helium.HeliumVisualizationFactory.installNodeAndNpm(HeliumVisualizationFactory.java:80)` and is not related to the PR --- If your project is set up fo

[GitHub] zeppelin pull request #1864: [ZEPPELIN-1921] missing close in closeAndRemove...

2017-01-20 Thread cloverhearts
GitHub user cloverhearts reopened a pull request: https://github.com/apache/zeppelin/pull/1864 [ZEPPELIN-1921] missing close in closeAndRemoveInterpreterGroup method ### What is this PR for? The problem is that some code in the closeAndRemoveInterpreterGroup method of Interprete

[GitHub] zeppelin pull request #1864: [ZEPPELIN-1921] missing close in closeAndRemove...

2017-01-20 Thread cloverhearts
Github user cloverhearts closed the pull request at: https://github.com/apache/zeppelin/pull/1864 --- 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 featur

Jekyll Migration Help

2017-01-20 Thread Trevor Grant
Hey all, On Apache Mahout project we're still on the old content management system. We'd like to migrate over to Jekyll- was wondering if anyone has any expertise in that and could help out. Feel free to reply on dev@mahout Thanks in advance! tg Trevor Grant Data Scientist https://github.com/r

[jira] [Created] (ZEPPELIN-1990) Zeppelin holding cluster resources

2017-01-20 Thread Srikanth Daggumalli (JIRA)
Srikanth Daggumalli created ZEPPELIN-1990: - Summary: Zeppelin holding cluster resources Key: ZEPPELIN-1990 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1990 Project: Zeppelin I

[GitHub] zeppelin pull request #1916: [WIP] [ZEPPELIN-1986] WelcomePageSuite test fai...

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/zeppelin/pull/1916 --- 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 #1919: Increase WelcomePageSuite timeout

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1919 Increase WelcomePageSuite timeout ### What is this PR for? Try fix problem described in https://issues.apache.org/jira/browse/ZEPPELIN-1986. Almost all recent build has this failure on

[jira] [Created] (ZEPPELIN-1991) Can't get the PARAGRAPH_APPEND_OUTPUT from the Interpreter.

2017-01-20 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1991: Summary: Can't get the PARAGRAPH_APPEND_OUTPUT from the Interpreter. Key: ZEPPELIN-1991 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1991 Project: Zepp

[jira] [Created] (ZEPPELIN-1992) Flaky test - startUpWithAuthenticationEnable()

2017-01-20 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1992: -- Summary: Flaky test - startUpWithAuthenticationEnable() Key: ZEPPELIN-1992 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1992 Project: Zeppelin Is

[GitHub] zeppelin pull request #1920: [ZEPPELIN-1455] Fix flaky test: AbstractAngular...

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1920 [ZEPPELIN-1455] Fix flaky test: AbstractAngularElemTest ### What is this PR for? This PR fix flaky test [ZEPPELIN-1455](https://issues.apache.org/jira/browse/ZEPPELIN-1455). Accor

[GitHub] zeppelin pull request #1921: [ZEPPELIN-1984] Zeppelin Server doesn't catch a...

2017-01-20 Thread Tagar
GitHub user Tagar opened a pull request: https://github.com/apache/zeppelin/pull/1921 [ZEPPELIN-1984] Zeppelin Server doesn't catch all exceptions when launching interpreter.sh https://issues.apache.org/jira/browse/ZEPPELIN-1984 > DEBUG [2017-01-20 13:56:37,688] ({Exec Stre

[GitHub] zeppelin issue #1896: implementation test case for connect to exists interpr...

2017-01-20 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1896 @jongyoul This PR had a problem with travis. So, I will modify this PR further. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin pull request #1922: [ZEPPELIN-1991] Can't get the PARAGRAPH_APPEND_...

2017-01-20 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1922 [ZEPPELIN-1991] Can't get the PARAGRAPH_APPEND_OUTPUT from the Interpreter. ### What is this PR for? This PR fixes the problem of streaming events(PARAGRAPH_APPEND_OUTPUT). It's because

[GitHub] zeppelin issue #1918: Remove multple artifactId - hadoop-common

2017-01-20 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1918 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 #1907: [MINOR] Add enough padding at the bottom of notebook

2017-01-20 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1907 Thank you for contribution but the `margin` affect also on the `report` mode. --- 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 #1917: [ZEPPELIN-1988] precode execution in JDBCInterpreter

2017-01-20 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1917 Thank you for contribution!. please rebase PR and If you let us know about testing way on detail, it's easy to review. --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #1921: [ZEPPELIN-1984] Zeppelin Server doesn't catch all exce...

2017-01-20 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/1921 I've tested Zeppelin with this one-line 42b02bd commit change and now RemoteInterpreterManagedProcess.java correctly gets return code as 1, notice `Process exited with an error: 1` > IN

[GitHub] zeppelin pull request #1923: [ZEPPELIN-1857] Fix flaky test: NotebookTest.te...

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1923 [ZEPPELIN-1857] Fix flaky test: NotebookTest.testAbortParagraphStatusOnInterpreterRestart() ### What is this PR for? This PR fixes flaky test NotebookTest.testAbortParagraphStatusOnInterp

[GitHub] zeppelin pull request #1919: [ZEPPELIN-1986] Fix flaky test: Increase Welcom...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1919 --- 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 #1920: [ZEPPELIN-1455] Fix flaky test: AbstractAngularElemTes...

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1920 Merge it as a hot fix --- 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 pull request #1920: [ZEPPELIN-1455] Fix flaky test: AbstractAngular...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1920 --- 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 #1924: [Pyspark] checking nhooks count.

2017-01-20 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1924 [Pyspark] checking nhooks count. ### What is this PR for? if the `nhooks` value is `0` in this(https://github.com/apache/zeppelin/blob/master/spark/src/main/resources/python/zeppelin_pyspar

[GitHub] zeppelin pull request #1925: [ZEPPELIN-1749] Fix Flaky test: in Websequence ...

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/1925 [ZEPPELIN-1749] Fix Flaky test: in Websequence markdown plugin ### What is this PR for? Fix flaky test n Websequence markdown plugin. Test is failing when request to websequence is fail

[GitHub] zeppelin issue #1896: implementation test case for connect to exists interpr...

2017-01-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/1896 I've missed it. I thought it was flaky tests. Got 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 hav

[GitHub] zeppelin issue #1923: [ZEPPELIN-1857] Fix flaky test: NotebookTest.testAbort...

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1923 Merge to master as a 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 a

[GitHub] zeppelin pull request #1923: [ZEPPELIN-1857] Fix flaky test: NotebookTest.te...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1923 --- 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 #1925: [ZEPPELIN-1749] Fix Flaky test: in Websequence ...

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/zeppelin/pull/1925 --- 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 #1925: [ZEPPELIN-1749] Fix Flaky test: in Websequence ...

2017-01-20 Thread Leemoonsoo
GitHub user Leemoonsoo reopened a pull request: https://github.com/apache/zeppelin/pull/1925 [ZEPPELIN-1749] Fix Flaky test: in Websequence markdown plugin ### What is this PR for? Fix flaky test n Websequence markdown plugin. Test is failing when request to websequence is fa

[jira] [Created] (ZEPPELIN-1993) Install interpreter from Helium menu.

2017-01-20 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1993: -- Summary: Install interpreter from Helium menu. Key: ZEPPELIN-1993 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1993 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #1925: [ZEPPELIN-1749] Fix Flaky test: in Websequence markdow...

2017-01-20 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1925 CI green. Merge to master as a 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

[GitHub] zeppelin pull request #1925: [ZEPPELIN-1749] Fix Flaky test: in Websequence ...

2017-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1925 --- 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 #1915: ZEPPELIN-1985 Remove user from pig tutorial note

2017-01-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1915 merging if no more comment --- 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 #1912: [HOTFIX][ZEPPELIN-1980] - Test and update CI for matpl...

2017-01-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1912 merging if no more comment --- 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 #1909: [ZEPPELIN-1978] Let Zeppelin server start if authoriza...

2017-01-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1909 would this allow unauthorized or anonymous access to otherwise secured notebook though? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] zeppelin issue #1918: Remove multple artifactId - hadoop-common

2017-01-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1918 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 #1924: [Pyspark] checking nhooks count.

2017-01-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1924 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 #1926: [BUILD] Remove docker build

2017-01-20 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1926 [BUILD] Remove docker build ### What is this PR for? Removing docker build and push from release script. Docker managed by community will be supported sooner or later through https://hub