[GitHub] asfgit closed pull request #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself

2019-01-28 Thread GitBox
asfgit closed pull request #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself URL: https://github.com/apache/zeppelin/pull/3249 This is an automated message from the Apache Git Service. To respond

[GitHub] zjffdu opened a new pull request #3293: ZEPPELIN-3976. Create AbstractInterprter for common usage

2019-01-28 Thread GitBox
zjffdu opened a new pull request #3293: ZEPPELIN-3976. Create AbstractInterprter for common usage URL: https://github.com/apache/zeppelin/pull/3293 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the

[jira] [Created] (ZEPPELIN-3976) Create AbstractInterprter for common usage

2019-01-28 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3976: Summary: Create AbstractInterprter for common usage Key: ZEPPELIN-3976 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3976 Project: Zeppelin Issue

[GitHub] zjffdu commented on issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself

2019-01-28 Thread GitBox
zjffdu commented on issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself URL: https://github.com/apache/zeppelin/pull/3249#issuecomment-458418120 Will merge if no more comments This is an

[GitHub] liuxunorg commented on issue #3278: [ZEPPELIN-3931] Redisplay angularObjectBind when the note is reopened

2019-01-28 Thread GitBox
liuxunorg commented on issue #3278: [ZEPPELIN-3931] Redisplay angularObjectBind when the note is reopened URL: https://github.com/apache/zeppelin/pull/3278#issuecomment-458407029 @zjffdu , I rebase it to fix the conflict, CI Pass(https://travis-ci.org/liuxunorg/zeppelin/builds/485718405)

Re: R docker container support

2019-01-28 Thread Jeff Zhang
There's one jira about support k8s on zeppelin, maybe this is what you need. https://jira.apache.org/jira/browse/ZEPPELIN-3840 于2019年1月29日周二 下午12:00写道: > Hi > > Currently, we have zeppelin and python containers running separately, so > we can scale them individually. For example, user can

Re: R docker container support

2019-01-28 Thread tecgie88
Hi Currently, we have zeppelin and python containers running separately, so we can scale them individually. For example, user can specify how much computer resources (cpu and memory) to assign to the python container depending on the python script compute requirement. We want to do the same

[GitHub] zjffdu commented on issue #3278: [ZEPPELIN-3931] Redisplay angularObjectBind when the note is reopened

2019-01-28 Thread GitBox
zjffdu commented on issue #3278: [ZEPPELIN-3931] Redisplay angularObjectBind when the note is reopened URL: https://github.com/apache/zeppelin/pull/3278#issuecomment-458391600 @liuxunorg Could you rebase it to fix the conflict ?

[GitHub] asfgit closed pull request #3289: ZEPPELIN-3935. Enable color output of spark scala interpreter

2019-01-28 Thread GitBox
asfgit closed pull request #3289: ZEPPELIN-3935. Enable color output of spark scala interpreter URL: https://github.com/apache/zeppelin/pull/3289 This is an automated message from the Apache Git Service. To respond to the

[GitHub] asfgit closed pull request #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link

2019-01-28 Thread GitBox
asfgit closed pull request #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link URL: https://github.com/apache/zeppelin/pull/3273 This is an automated message from the Apache Git Service. To

[GitHub] asfgit closed pull request #3291: ZEPPELIN-3887. Print INTERPRETER_RUN_COMMAND in interpreter.sh for debugging purpose

2019-01-28 Thread GitBox
asfgit closed pull request #3291: ZEPPELIN-3887. Print INTERPRETER_RUN_COMMAND in interpreter.sh for debugging purpose URL: https://github.com/apache/zeppelin/pull/3291 This is an automated message from the Apache Git

[jira] [Created] (ZEPPELIN-3975) Add limit local property for SparkInterpreter and JdbcInterpreter

2019-01-28 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3975: Summary: Add limit local property for SparkInterpreter and JdbcInterpreter Key: ZEPPELIN-3975 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3975 Project:

[jira] [Created] (ZEPPELIN-3974) Organize zeppelin integration test

2019-01-28 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3974: Summary: Organize zeppelin integration test Key: ZEPPELIN-3974 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3974 Project: Zeppelin Issue Type:

[GitHub] zjffdu opened a new pull request #3292: ZEPPELIN-3970. JdbcInterpreter is broken

2019-01-28 Thread GitBox
zjffdu opened a new pull request #3292: ZEPPELIN-3970. JdbcInterpreter is broken URL: https://github.com/apache/zeppelin/pull/3292 ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] zjffdu commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2019-01-28 Thread GitBox
zjffdu commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions URL: https://github.com/apache/zeppelin/pull/3107#issuecomment-458374638 Thanks @egorklimov and @maziyarpanahi I have merged it and update the zeppelin web site. @egorklimov Could you close

Re: R docker container support

2019-01-28 Thread Jeff Zhang
Zeppelin has R interpreter which you can use to evaluate r script. Could you let us know why this R interpreter can not meet your requirement ? 于2019年1月29日周二 上午3:16写道: > Hi > > In zeppelin 0.8, there is a support for python container. I want to know > if there is a plan to support R container?

[jira] [Created] (ZEPPELIN-3973) REST API should be backward compatible

2019-01-28 Thread Raz Yalov (JIRA)
Raz Yalov created ZEPPELIN-3973: --- Summary: REST API should be backward compatible Key: ZEPPELIN-3973 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3973 Project: Zeppelin Issue Type:

[GitHub] Tagar commented on issue #3263: ZEPPELIN-3907. Add code statement into Spark JobGroup Id for SparkInterpreter

2019-01-28 Thread GitBox
Tagar commented on issue #3263: ZEPPELIN-3907. Add code statement into Spark JobGroup Id for SparkInterpreter URL: https://github.com/apache/zeppelin/pull/3263#issuecomment-458275316 > While this is a really nice feature to have, it does introduce some risk of information leakage in an

R docker container support

2019-01-28 Thread tecgie88
Hi In zeppelin 0.8, there is a support for python container. I want to know if there is a plan to support R container? If not, any suggestion on 3rd library that behaves like py4j? We are evaluating how to have a R interpreter to send R script to a R container for execution and get the result

[GitHub] maziyarpanahi edited a comment on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8

2019-01-28 Thread GitBox
maziyarpanahi edited a comment on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8 URL: https://github.com/apache/zeppelin/pull/3290#issuecomment-458241138 Thank you @zjffdu I will make another pull request to add the 2 new tests to the master.

[GitHub] maziyarpanahi closed pull request #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8

2019-01-28 Thread GitBox
maziyarpanahi closed pull request #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8 URL: https://github.com/apache/zeppelin/pull/3290 This is an automated message from the Apache Git

[GitHub] maziyarpanahi commented on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8

2019-01-28 Thread GitBox
maziyarpanahi commented on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8 URL: https://github.com/apache/zeppelin/pull/3290#issuecomment-458241138 Thank you @zjffdu This is an

[GitHub] maziyarpanahi commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2019-01-28 Thread GitBox
maziyarpanahi commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions URL: https://github.com/apache/zeppelin/pull/3107#issuecomment-458240909 Most definitely! Thank you @egorklimov and @zjffdu 

[GitHub] liuxunorg commented on issue #3203: [ZEPPELIN-3626] Cluster server and client module design

2019-01-28 Thread GitBox
liuxunorg commented on issue #3203: [ZEPPELIN-3626] Cluster server and client module design URL: https://github.com/apache/zeppelin/pull/3203#issuecomment-458155921 @zjffdu , I re-triggered the CI(https://travis-ci.org/liuxunorg/zeppelin/builds/484259181) and generated the run log. JOB3,

[GitHub] liuxunorg commented on issue #3288: [ZEPPELIN-2274] - update cron UI

2019-01-28 Thread GitBox
liuxunorg commented on issue #3288: [ZEPPELIN-2274] - update cron UI URL: https://github.com/apache/zeppelin/pull/3288#issuecomment-458148940 The effect is good. It means that the color matching of the interface is not well coordinated with zeppelin, and the background color of the editing

[GitHub] liuxunorg commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link

2019-01-28 Thread GitBox
liuxunorg commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link URL: https://github.com/apache/zeppelin/pull/3273#issuecomment-458145415 @zjffdu , I re-completed the custom single menu and multi-menu test, fixed the bug of the custom single

[GitHub] liuxunorg edited a comment on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link

2019-01-28 Thread GitBox
liuxunorg edited a comment on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link URL: https://github.com/apache/zeppelin/pull/3273#issuecomment-458102309 **Complete custom single-menu & multi-menu test.** Custom single-menu test code: ```

[GitHub] liuxunorg commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link

2019-01-28 Thread GitBox
liuxunorg commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link URL: https://github.com/apache/zeppelin/pull/3273#issuecomment-458102309 **Complete single-menu & multi-menu test.** Custom single-menu test code: ``` Map infos

[jira] [Created] (ZEPPELIN-3972) Inaccurate result values in UI with BigInt values

2019-01-28 Thread Vladimir Riha (JIRA)
Vladimir Riha created ZEPPELIN-3972: --- Summary: Inaccurate result values in UI with BigInt values Key: ZEPPELIN-3972 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3972 Project: Zeppelin

[GitHub] egorklimov commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions

2019-01-28 Thread GitBox
egorklimov commented on issue #3107: [ZEPPELIN-3646] Add note for updating user permissions URL: https://github.com/apache/zeppelin/pull/3107#issuecomment-458071772 I think it would be a nice solution ;) @maziyarpanahi WDYT?

[GitHub] zjffdu commented on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8

2019-01-28 Thread GitBox
zjffdu commented on issue #3290: [ZEPPELIN-3939] Spark 2.4 uses a more recent commons-lang3 than Zeppelin-0.8 URL: https://github.com/apache/zeppelin/pull/3290#issuecomment-458067719 @maziyarpanahi I have committed it to branch-0.8, could you close this PR ?

[GitHub] egorklimov opened a new pull request #3107: [ZEPPELIN-3646] Add note for updating user permissions

2019-01-28 Thread GitBox
egorklimov opened a new pull request #3107: [ZEPPELIN-3646] Add note for updating user permissions URL: https://github.com/apache/zeppelin/pull/3107 ### What is this PR for? This is @mebelousov workaround to @maziyarpanahi

[GitHub] zjffdu commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link

2019-01-28 Thread GitBox
zjffdu commented on issue #3273: [ZEPPELIN-3920] Paragraph support custom menu display with multiple URL link URL: https://github.com/apache/zeppelin/pull/3273#issuecomment-458050820 LGTM, will merge if no more comment This

[jira] [Created] (ZEPPELIN-3971) Different spark versions for release 0.8.1

2019-01-28 Thread miyamoto (JIRA)
miyamoto created ZEPPELIN-3971: -- Summary: Different spark versions for release 0.8.1 Key: ZEPPELIN-3971 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3971 Project: Zeppelin Issue Type: