[GitHub] zeppelin pull request #3139: [ZEPPELIN-3712] Add `maxConnLifetime` parameter...

2018-08-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3139 ---

[GitHub] zeppelin issue #3152: [ZEPPELIN-3736] Helium page's UI to show loading scree...

2018-08-20 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3152 Possibly because `/api/helium/package` API checks for both local and remote (by default configure to https://s3.amazonaws.com/helium-package/helium.json) helium.json. ---

[GitHub] zeppelin issue #3152: [ZEPPELIN-3736] Helium page's UI to show loading scree...

2018-08-20 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3152 Update: Option 2 that can be used alternatively over here: ![option2](https://user-images.githubusercontent.com/674497/44325705-272b1b00-a477-11e8-9c2a-c2ca1cc2eb8d.gif) ---

[GitHub] zeppelin issue #3152: [ZEPPELIN-3736] Helium page's UI to show loading scree...

2018-08-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3152 I guess it is only for the first time, After that, helium packages info should be cached in zeppelin server, right ? ---

[GitHub] zeppelin issue #3152: [ZEPPELIN-3736] Helium page's UI to show loading scree...

2018-08-20 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/3152 It takes about 2-3 seconds every time, about same time as in the screen shot above. ---

[GitHub] zeppelin issue #3152: [ZEPPELIN-3736] Helium page's UI to show loading scree...

2018-08-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3152 Then it seems a bug to me. ---

[jira] [Created] (ZEPPELIN-3737) Wrap JobManager page related stuff into class JobManager

2018-08-20 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3737: Summary: Wrap JobManager page related stuff into class JobManager Key: ZEPPELIN-3737 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3737 Project: Zeppelin

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

2018-08-20 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3107 @maziyarpanahi I can offer to put it in `dev` folder, because I don't know the place where it could be added for remote access, maybe @felixcheung could offer a better solution. ---

[GitHub] zeppelin pull request #3110: [ZEPPELIN-3671] Add info about running interpre...

2018-08-20 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3110 ---

[jira] [Created] (ZEPPELIN-3738) Fix enabling JMX in ZeppelinServer

2018-08-20 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-3738: --- Summary: Fix enabling JMX in ZeppelinServer Key: ZEPPELIN-3738 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3738 Project: Zeppelin Issue Type: B

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-20 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3117 @zjffdu resolved ---

[GitHub] zeppelin pull request #3153: [ZEPPELIN-3738] Fix enabling JMX in ZeppelinSer...

2018-08-20 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3153 [ZEPPELIN-3738] Fix enabling JMX in ZeppelinServer ### What is this PR for? There is a typo in the system variable name `ZEPPELIN_JMX_ENABLE`: ``` // Register MBean

[GitHub] zeppelin issue #3153: [ZEPPELIN-3738] Fix enabling JMX in ZeppelinServer

2018-08-20 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3153 Thanks. LGTM ---

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-20 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3117 @zjffdu Looks like it's some bug with dependencies in master: `[ERROR] SLF4J: Class path contains multiple SLF4J bindings.` ---

[GitHub] zeppelin issue #3087: [ZEPPELIN-3644]: Adding SPARQL query language support ...

2018-08-20 Thread NicolasRouquette
Github user NicolasRouquette commented on the issue: https://github.com/apache/zeppelin/pull/3087 FYI: It is possible to use the R SPARQL package: https://cran.r-project.org/web/packages/SPARQL/index.html For example, here's the web interface to ACM's SPARQL endpoint:

[jira] [Created] (ZEPPELIN-3739) Interpreter process connection timeout

2018-08-20 Thread Uma (JIRA)
Uma created ZEPPELIN-3739: - Summary: Interpreter process connection timeout Key: ZEPPELIN-3739 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3739 Project: Zeppelin Issue Type: Bug Com

[GitHub] zeppelin issue #3034: [WIP] ZEPPELIN-3552. Support Scala 2.12 of SparkInterp...

2018-08-20 Thread antonkulaga
Github user antonkulaga commented on the issue: https://github.com/apache/zeppelin/pull/3034 Spark 2.4 will officially support Scala 2.12, so it will be great if Zeppelin will support it together with Spark. And also, there are some libs that are Scala 2.12 only ---

[GitHub] zeppelin issue #3150: ZEPPELIN-3734. Remove runtimeinfo from note.json

2018-08-20 Thread Tagar
Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/3150 Can this be an option? Perhaps that's on by default to make it compatible with current Zeppelin release. Our users find it useful to compare paragraph runtimes and who ran it from last time.

[GitHub] zeppelin issue #3034: [WIP] ZEPPELIN-3552. Support Scala 2.12 of SparkInterp...

2018-08-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3034 We would try to support it after spark 2.4 release. ---

[GitHub] zeppelin issue #3117: [ZEPPELIN-3691] Scheduled note continues to work in th...

2018-08-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3117 No, it is compilation error. ``` [WARNING] /home/travis/build/TinkoffCreditSystems/zeppelin/zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/remote/mock/MockInterpreterAngular.

[GitHub] zeppelin issue #3150: ZEPPELIN-3734. Remove runtimeinfo from note.json

2018-08-20 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3150 @Tagar The user info is not in the the runtimes info. For now the runtimes info is only about the spark job info you see in paragraph. ![screen shot 2018-08-21 at 8 23 49 am](https://user-image

[GitHub] zeppelin pull request #3154: ZEPPELIN-3737. Wrap JobManager page related stu...

2018-08-20 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3154 ZEPPELIN-3737. Wrap JobManager page related stuff into class JobManagerService ### What is this PR for? This is refactoring PR which move all JobManager page related stuff into clas

[GitHub] zeppelin issue #3153: [ZEPPELIN-3738] Fix enabling JMX in ZeppelinServer

2018-08-20 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/3153 LGTM ---

[DISCUSS] Adopt google-java-format

2018-08-20 Thread Jongyoul Lee
Hi devs, We are using checkstyle and its maven plugin to check style. It looks reasonable but I got a checkstyle violation since it's different from IntelliJ's formatter setting of formatting lambda function. Thus, how about adopting google-java-format in your IDE and its maven plugin to fix form