[GitHub] zeppelin pull request #3269: [ZEPPELIN-3911] Move the scrollbar automaticall...

2018-12-16 Thread HsuanXyz
GitHub user HsuanXyz opened a pull request: https://github.com/apache/zeppelin/pull/3269 [ZEPPELIN-3911] Move the scrollbar automatically when running all paragraphs ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. Firs

[GitHub] zeppelin pull request #3268: ZEPPELIN-3912 add interface UserRoleSearchable ...

2018-12-16 Thread jaguarx
GitHub user jaguarx opened a pull request: https://github.com/apache/zeppelin/pull/3268 ZEPPELIN-3912 add interface UserRoleSearchable and refactor user/role… ### What is this PR for? Allow interface UserRoleSearchable for extensible user/role search ### What type

[GitHub] zeppelin pull request #3267: [WIP][MINOR] Refactoring `ZeppelinServer` to ad...

2018-12-16 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3267 [WIP][MINOR] Refactoring `ZeppelinServer` to adopt DI ### What is this PR for? Clarifying the structure of ZeppelinServer and related classes. ### What type of PR is it? [Refacto

[GitHub] zeppelin pull request #3266: [ZEPPELIN-3914] upgrade Flink to 1.7.0

2018-12-16 Thread xueyumusic
GitHub user xueyumusic opened a pull request: https://github.com/apache/zeppelin/pull/3266 [ZEPPELIN-3914] upgrade Flink to 1.7.0 ### What is this PR for? This PR is for upgrading current Flink to 1.7.0 ### What type of PR is it? [Improvement] ### Todos

[GitHub] zeppelin pull request #3265: delete temp file and close stream

2018-12-14 Thread yx91490
GitHub user yx91490 opened a pull request: https://github.com/apache/zeppelin/pull/3265 delete temp file and close stream ### What is this PR for? delete temporary file and close inputstream in IPythonInterpreter.checkIPythonPrerequisite() ### What type of PR is it?

[GitHub] zeppelin pull request #3264: Fix Date Sorting issue

2018-12-14 Thread fred521
GitHub user fred521 opened a pull request: https://github.com/apache/zeppelin/pull/3264 Fix Date Sorting issue ### What is this PR for? When plotting a histogram, Zeppelin does not order the x variable correctly, making the plot incorrect. I have attached screenshots of

[GitHub] zeppelin pull request #3262: [ZEPPELIN-3902]upgrade jetty version

2018-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3262 ---

[GitHub] zeppelin pull request #3239: Zeppelin 3879: create "maxRows" and "rowsFetchS...

2018-12-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3239 ---

[GitHub] zeppelin pull request #3199: ZEPPELIN-3792. Support Kerberos Realm

2018-12-13 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/3199 ---

[GitHub] zeppelin pull request #3263: ZEPPELIN-3907. Add code statement into Spark Jo...

2018-12-13 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3263 ZEPPELIN-3907. Add code statement into Spark JobGroup Id for SparkInterpreter ### What is this PR for? Straightforward change to add code statement into Spark JobGroupId, so that we can

[GitHub] zeppelin pull request #3261: upgrade Jetty to be the latest version

2018-12-12 Thread fred521
Github user fred521 closed the pull request at: https://github.com/apache/zeppelin/pull/3261 ---

[GitHub] zeppelin pull request #3262: upgrade jetty version

2018-12-12 Thread fred521
GitHub user fred521 opened a pull request: https://github.com/apache/zeppelin/pull/3262 upgrade jetty version ### 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 - https://zeppelin.

[GitHub] zeppelin pull request #3260: upgrade jetty version

2018-12-12 Thread fred521
Github user fred521 closed the pull request at: https://github.com/apache/zeppelin/pull/3260 ---

[GitHub] zeppelin pull request #3261: upgrade Jetty to be the latest version

2018-12-12 Thread fred521
GitHub user fred521 opened a pull request: https://github.com/apache/zeppelin/pull/3261 upgrade Jetty to be the latest version ### 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] zeppelin pull request #3259: Upgrade Jetty version to the latest version - 9...

2018-12-12 Thread fred521
Github user fred521 closed the pull request at: https://github.com/apache/zeppelin/pull/3259 ---

[GitHub] zeppelin pull request #3260: upgrade jetty version

2018-12-12 Thread fred521
GitHub user fred521 opened a pull request: https://github.com/apache/zeppelin/pull/3260 upgrade jetty version ### 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 - https://zeppelin.

[GitHub] zeppelin pull request #3250: [Zeppelin 3792] Zeppelin SPNEGO support

2018-12-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3250 ---

[GitHub] zeppelin pull request #3259: Upgrade Jetty version to the latest version - 9...

2018-12-10 Thread fred521
GitHub user fred521 opened a pull request: https://github.com/apache/zeppelin/pull/3259 Upgrade Jetty version to the latest version - 9.4.14.v20181114 ### What is this PR for? Our service frequently failed because of exception from the websocket. Upgrade to the latest Je

[GitHub] zeppelin pull request #3258: fix beam-runners-flink and zeppelin-scio scala ...

2018-12-10 Thread avnerl
GitHub user avnerl opened a pull request: https://github.com/apache/zeppelin/pull/3258 fix beam-runners-flink and zeppelin-scio scala version to 2.10 ### What is this PR for? build is failing when trying to use scala-2.11 profile - beam-runners-flink 2.0.0 was never buil

[GitHub] zeppelin pull request #3256: added org.apache.commons.lang3 to make build wo...

2018-12-09 Thread avnerl
Github user avnerl closed the pull request at: https://github.com/apache/zeppelin/pull/3256 ---

[GitHub] zeppelin pull request #3257: [HOTFIX] Change the version of common-lang to c...

2018-12-09 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/3257 ---

[GitHub] zeppelin pull request #3257: [HOTFIX] Change the version of common-lang to c...

2018-12-09 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3257 [HOTFIX] Change the version of common-lang to commons-lang3 of 3.4 ### What is this PR for? Fixing build issue for branch-0.8 ### What type of PR is it? [Hot Fix] #

[GitHub] zeppelin pull request #3256: added org.apache.commons.lang3 to make build wo...

2018-12-09 Thread avnerl
GitHub user avnerl opened a pull request: https://github.com/apache/zeppelin/pull/3256 added org.apache.commons.lang3 to make build work ### What is this PR for? fixed broken build of branch-0.8 over missing org.apache.commons.lang3 dependency ### What type of PR is it?

[GitHub] zeppelin pull request #3255: [ZEPPELIN-3095] fix UI when paragraphs run sequ...

2018-12-06 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/3255 [ZEPPELIN-3095] fix UI when paragraphs run sequential (in v0.8) ### What is this PR for? This PR fixes the incorrect behavior of UI during the execution of the RunAllParagraphs. Includin

[GitHub] zeppelin pull request #3254: [ZEPPELIN-3575] Add 'Copy Column Name' to table...

2018-12-06 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3254 [ZEPPELIN-3575] Add 'Copy Column Name' to table visualisation-table ### What is this PR for? Add button to drop-down list in visualization table to copy column name. I know that column

[GitHub] zeppelin pull request #3253: [ZEPPELIN-3551] Upgrade Scala to 2.11.12

2018-12-05 Thread HyukjinKwon
GitHub user HyukjinKwon reopened a pull request: https://github.com/apache/zeppelin/pull/3253 [ZEPPELIN-3551] Upgrade Scala to 2.11.12 ### What is this PR for? This is just to update scala to 2.11.12 which to be consistent with spark (SPARK-24418). This PR takes over a

[GitHub] zeppelin pull request #3253: [ZEPPELIN-3551] Upgrade Scala to 2.11.12

2018-12-05 Thread HyukjinKwon
Github user HyukjinKwon closed the pull request at: https://github.com/apache/zeppelin/pull/3253 ---

[GitHub] zeppelin pull request #3234: ZEPPELIN-3876. Unable to rename note

2018-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3234 ---

[GitHub] zeppelin pull request #3253: [ZEPPELIN-3551] Upgrade Scala to 2.11.12

2018-12-05 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/zeppelin/pull/3253 [ZEPPELIN-3551] Upgrade Scala to 2.11.12 ### What is this PR for? This is just to update scala to 2.11.12 which to be consistent with spark (SPARK-24418). This PR takes over and

[GitHub] zeppelin pull request #3252: test

2018-12-05 Thread cypark1
Github user cypark1 closed the pull request at: https://github.com/apache/zeppelin/pull/3252 ---

[GitHub] zeppelin pull request #3252: test

2018-12-05 Thread cypark1
GitHub user cypark1 opened a pull request: https://github.com/apache/zeppelin/pull/3252 test sorry, It's a test You can merge this pull request into a Git repository by running: $ git pull https://github.com/cypark1/zeppelin_test master Alternatively you can review and apply t

[GitHub] zeppelin pull request #3251: test2

2018-12-04 Thread cypark1
Github user cypark1 closed the pull request at: https://github.com/apache/zeppelin/pull/3251 ---

[GitHub] zeppelin pull request #3251: test2

2018-12-04 Thread cypark1
GitHub user cypark1 opened a pull request: https://github.com/apache/zeppelin/pull/3251 test2 ### 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 - https://zeppelin.apache.org/contr

[GitHub] zeppelin pull request #3250: [Zeppelin 3792] Zeppelin SPNEGO support

2018-12-04 Thread VipinRathor
GitHub user VipinRathor opened a pull request: https://github.com/apache/zeppelin/pull/3250 [Zeppelin 3792] Zeppelin SPNEGO support ### What is this PR for? HTTP SPNEGO (Simple and Protected GSS-API NEGOtiation) is the standard way to support Kerberos Ticket based user authent

[GitHub] zeppelin pull request #3226: [ZEPPELIN-3095] fix UI when paragraphs run sequ...

2018-12-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3226 ---

[GitHub] zeppelin pull request #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so t...

2018-12-03 Thread OrDTesters
GitHub user OrDTesters opened a pull request: https://github.com/apache/zeppelin/pull/3249 [ZEPPELIN-3898] Adding repo in testDelRepo so test can run by itself ### What is this PR for? Test DependencyResolverTest.testDelRepo fails when run on its own. The test needs a repo to al

[GitHub] zeppelin pull request #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs w...

2018-12-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3245 ---

[GitHub] zeppelin pull request #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3246 ---

[GitHub] zeppelin pull request #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-03 Thread jongyoul
Github user jongyoul closed the pull request at: https://github.com/apache/zeppelin/pull/3246 ---

[GitHub] zeppelin pull request #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-03 Thread jongyoul
GitHub user jongyoul reopened a pull request: https://github.com/apache/zeppelin/pull/3246 ZEPPELIN-3892 Make SecurityUtils as a service ### What is this PR for? Making SecurityService more configurable. Currently, SecurityUtils consists of static methods, and which means it's n

[GitHub] zeppelin pull request #3243: [ZEPPELIN-3886] Remove dependency on flatmap-st...

2018-12-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3243 ---

[GitHub] zeppelin pull request #3248: [ZEPPELIN-3878] Browser IE 11 not loading Note

2018-12-03 Thread vinayakshedgeri
GitHub user vinayakshedgeri opened a pull request: https://github.com/apache/zeppelin/pull/3248 [ZEPPELIN-3878] Browser IE 11 not loading Note ### What is this PR for? Previous version of the zeppelin supports IE 11 when we updated to zeppelin 0.8.0, Zeppelin web was not loadi

[GitHub] zeppelin pull request #3247: [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 n...

2018-12-02 Thread vinayakshedgeri
Github user vinayakshedgeri closed the pull request at: https://github.com/apache/zeppelin/pull/3247 ---

[GitHub] zeppelin pull request #3247: [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 n...

2018-12-02 Thread vinayakshedgeri
GitHub user vinayakshedgeri opened a pull request: https://github.com/apache/zeppelin/pull/3247 [ZEPPELIN-3878] Unable to load zeppelin 0.8.0 note at IE 11 ### What is this PR for? Previous version of the zeppelin supports IE 11 when we updated to zeppelin 0.8.0, Zeppelin web w

[GitHub] zeppelin pull request #3246: ZEPPELIN-3892 Make SecurityUtils as a service

2018-12-02 Thread jongyoul
GitHub user jongyoul opened a pull request: https://github.com/apache/zeppelin/pull/3246 ZEPPELIN-3892 Make SecurityUtils as a service ### What is this PR for? Making SecurityService more configurable. Currently, SecurityUtils consists of static methods, and which means it's not

[GitHub] zeppelin pull request #3245: [ZEPPELIN-3893] Bug Fix that clear paragraphs w...

2018-12-01 Thread liuxunorg
GitHub user liuxunorg opened a pull request: https://github.com/apache/zeppelin/pull/3245 [ZEPPELIN-3893] Bug Fix that clear paragraphs when executing the Paragraph API asynchronously ### What is this PR for? When calling the asynchronous execution of the paragraph API,

[GitHub] zeppelin pull request #3244: Update neo4j datatypes

2018-11-30 Thread conker84
GitHub user conker84 opened a pull request: https://github.com/apache/zeppelin/pull/3244 Update neo4j datatypes ### What is this PR for? Add the support for Point and Date data types introduced since Neo4j 3.4 ### What type of PR is it? [Improvement] In order to allo

[GitHub] zeppelin pull request #3152: [ZEPPELIN-3736] Helium page's UI to show loadin...

2018-11-29 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at: https://github.com/apache/zeppelin/pull/3152 ---

[GitHub] zeppelin pull request #3242: [ZEPPELIN-3882] Neo4jInterpreter - Support Poin...

2018-11-29 Thread conker84
Github user conker84 closed the pull request at: https://github.com/apache/zeppelin/pull/3242 ---

[GitHub] zeppelin pull request #3116: [ZEPPELIN-3690] display all column with the sam...

2018-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3116 ---

[GitHub] zeppelin pull request #3243: [ZEPPELIN-3886] Remove dependency on flatmap-st...

2018-11-28 Thread drod331
GitHub user drod331 opened a pull request: https://github.com/apache/zeppelin/pull/3243 [ZEPPELIN-3886] Remove dependency on flatmap-stream 0.1.1 ### What is this PR for? Updated event-stream version to 4.0.1 in zeppelin-web, due to version 3.3.6 containing a malicious dependenc

[GitHub] zeppelin pull request #3227: [ZEPPELIN-3863] fix collaborative mode

2018-11-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3227 ---

[GitHub] zeppelin pull request #3242: [ZEPPELIN-3882] Neo4jInterpreter - Support Poin...

2018-11-26 Thread conker84
GitHub user conker84 opened a pull request: https://github.com/apache/zeppelin/pull/3242 [ZEPPELIN-3882] Neo4jInterpreter - Support Point and Date Types ### What is this PR for? Add the support for Point and Date data types introduced since Neo4j 3.4 ### What type of PR

[GitHub] zeppelin pull request #3229: [ZEPPELIN-3869] Close interpreters in multithre...

2018-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3229 ---

[GitHub] zeppelin pull request #3238: ZEPPELIN-3870. Configuration in spark-defaults....

2018-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3238 ---

[GitHub] zeppelin pull request #3237: ZEPPELIN-3871. Spark interpreter doesn't work w...

2018-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3237 ---

[GitHub] zeppelin pull request #3228: ZEPPELIN-3865. Paragraph cancel is broken

2018-11-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3228 ---

[GitHub] zeppelin pull request #3241: ZEPPELIN-3880: Code refactoring: remove class f...

2018-11-24 Thread monsieurp
GitHub user monsieurp opened a pull request: https://github.com/apache/zeppelin/pull/3241 ZEPPELIN-3880: Code refactoring: remove class files using a Java stream ### What is this PR for? Make use of a Java stream instead of an ugly for-loop to get rid of class files. ##

[GitHub] zeppelin pull request #3239: Zeppelin 3879: create "maxRows" and "rowsFetchS...

2018-11-24 Thread monsieurp
Github user monsieurp closed the pull request at: https://github.com/apache/zeppelin/pull/3239 ---

[GitHub] zeppelin pull request #3239: Zeppelin 3879: create "maxRows" and "rowsFetchS...

2018-11-24 Thread monsieurp
GitHub user monsieurp reopened a pull request: https://github.com/apache/zeppelin/pull/3239 Zeppelin 3879: create "maxRows" and "rowsFetchSize" values in interpreter/jdbc/interpreter-setting.json ### What is this PR for? This PR introduces code to configure manually the "maxRows

[GitHub] zeppelin pull request #3240: [ZEPPELIN-3840] Zeppelin on Kubernetes

2018-11-24 Thread Leemoonsoo
GitHub user Leemoonsoo reopened a pull request: https://github.com/apache/zeppelin/pull/3240 [ZEPPELIN-3840] Zeppelin on Kubernetes ### What type of PR is it? This PR adds ability to run Zeppelin on Kubernetes. It aims - Zero configuration to start Zeppelin on Kubernete

[GitHub] zeppelin pull request #3240: [ZEPPELIN-3840] Zeppelin on Kubernetes

2018-11-24 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/zeppelin/pull/3240 ---

[GitHub] zeppelin pull request #3240: [ZEPPELIN-3840] Zeppelin on Kubernetes

2018-11-24 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/3240 [ZEPPELIN-3840] Zeppelin on Kubernetes ### What type of PR is it? This PR adds ability to run Zeppelin on Kubernetes. Key features are - Provides zeppelin-server.yaml fi

[GitHub] zeppelin pull request #3239: Zeppelin 3879: create "maxRows" and "rowsFetchS...

2018-11-23 Thread monsieurp
GitHub user monsieurp opened a pull request: https://github.com/apache/zeppelin/pull/3239 Zeppelin 3879: create "maxRows" and "rowsFetchSize" values in interpreter/jdbc/interpreter-setting.json ### What is this PR for? This PR introduces code to configure manually the "maxRows"

[GitHub] zeppelin pull request #3238: ZEPPELIN-3870. Configuration in spark-defaults....

2018-11-22 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3238 ZEPPELIN-3870. Configuration in spark-defaults.conf doesn't take effect ### What is this PR for? This is due to another version of kryo in zeppelin-interpreter-api, this PR just exclude t

[GitHub] zeppelin pull request #3237: ZEPPELIN-3871. Spark interpreter doesn't work w...

2018-11-22 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3237 ZEPPELIN-3871. Spark interpreter doesn't work with KryoSerializer ### What is this PR for? This is due to another version of kryo in zeppelin-interpreter-api, this PR just exclude this an

[GitHub] zeppelin pull request #3236: [ZP-28] [HEAVY] Актуализация нар...

2018-11-22 Thread c47harsis
Github user c47harsis closed the pull request at: https://github.com/apache/zeppelin/pull/3236 ---

[GitHub] zeppelin pull request #3236: [ZP-28] [HEAVY] Актуализация нар...

2018-11-22 Thread c47harsis
GitHub user c47harsis opened a pull request: https://github.com/apache/zeppelin/pull/3236 [ZP-28] [HEAVY] Актуализация наработок по автокомплиту ### What is this PR for? Makes autocompletion works correctly. ### What type of PR is

[GitHub] zeppelin pull request #3235: [ZEPPELIN-3864][ZP-68] Fix Travis tests

2018-11-22 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/3235 [ZEPPELIN-3864][ZP-68] Fix Travis tests ### What is this PR for? Maven `frontend plugin v1.4` incorrectly processed `npm` messages with error. This PR update `frontend plugin` to 1.6 from

[GitHub] zeppelin pull request #3234: ZEPPELIN-3876. Unable to rename note

2018-11-21 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3234 ZEPPELIN-3876. Unable to rename note ### What is this PR for? This is trivial PR for fixing the issue of unable to rename note. The root cause is that the notePath may has 2 leading `/`

[GitHub] zeppelin pull request #3233: [ZEPPELIN-3875] Groups are not derived when usi...

2018-11-21 Thread zlosim
GitHub user zlosim opened a pull request: https://github.com/apache/zeppelin/pull/3233 [ZEPPELIN-3875] Groups are not derived when using ActiveDirectory ### What is this PR for? ActiveDirectoryGroupRealm is using UserPrincipalName for finding user and deriving groups that he bel

[GitHub] zeppelin pull request #3231: [MINOR] Let jenkins print some build summary on...

2018-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3231 ---

[GitHub] zeppelin pull request #3204: [WIP] [ZEPPELIN-3694] Dynamically change cron s...

2018-11-18 Thread egorklimov
Github user egorklimov closed the pull request at: https://github.com/apache/zeppelin/pull/3204 ---

[GitHub] zeppelin pull request #3230: [ZEPPELIN-3847] Duplicate results in notebooks ...

2018-11-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3230 ---

[GitHub] zeppelin pull request #3231: [MINOR] Let jenkins print some build summary on...

2018-11-17 Thread Leemoonsoo
GitHub user Leemoonsoo reopened a pull request: https://github.com/apache/zeppelin/pull/3231 [MINOR] Let jenkins print some build summary on failure ### What is this PR for? Currently actual CI build occurs in individual contributor's travis-ci account, and apache Jenkins poll t

[GitHub] zeppelin pull request #3231: [MINOR] Let jenkins print some build summary on...

2018-11-17 Thread Leemoonsoo
Github user Leemoonsoo closed the pull request at: https://github.com/apache/zeppelin/pull/3231 ---

[GitHub] zeppelin pull request #3232: [ZEPPELIN-3838] Input function example code inc...

2018-11-17 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/3232 [ZEPPELIN-3838] Input function example code incorrect on "What is Dynamic Form" page ### What is this PR for? Input function example screenshot is incorrect on "What is Dynamic Form" page

[GitHub] zeppelin pull request #3231: Let jenkins print some build summary on failure

2018-11-17 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/3231 Let jenkins print some build summary on failure ### What is this PR for? Currently actual CI build occurs in individual contributor's travis-ci account, and apache Jenkins poll the result

[GitHub] zeppelin pull request #3230: [ZEPPELIN-3847] Duplicate results in notebooks ...

2018-11-17 Thread Leemoonsoo
GitHub user Leemoonsoo opened a pull request: https://github.com/apache/zeppelin/pull/3230 [ZEPPELIN-3847] Duplicate results in notebooks due to WS interruption ### What is this PR for? Duplicate results in notebooks after ws reconnect. The problem occurs via duplicated 'setC

[GitHub] zeppelin pull request #3229: [ZEPPELIN-3869] Close interpreters in multithre...

2018-11-17 Thread egorklimov
GitHub user egorklimov opened a pull request: https://github.com/apache/zeppelin/pull/3229 [ZEPPELIN-3869] Close interpreters in multithreaded mode ### What is this PR for? This PR provides multithreading realization of interpreters closing. Benchmark based on [JMH]

[GitHub] zeppelin pull request #3225: docs [branch-0.8]: REST API JSON response statu...

2018-11-16 Thread jolks
Github user jolks closed the pull request at: https://github.com/apache/zeppelin/pull/3225 ---

[GitHub] zeppelin pull request #3224: docs [master]: REST API JSON response status fi...

2018-11-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3224 ---

[GitHub] zeppelin pull request #3228: ZEPPELIN-3865. Paragraph cancel is broken

2018-11-15 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3228 ZEPPELIN-3865. Paragraph cancel is broken ### What is this PR for? Paragraph cancel is broken due to previous code refactoring, This PR fix it in straightforward way and add system test as wel

[GitHub] zeppelin pull request #3227: [ZEPPELIN-3863][ZP-63] fix collaborative mode

2018-11-15 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/3227 [ZEPPELIN-3863][ZP-63] fix collaborative mode ### What is this PR for? Сollaborative editing mode is not working right now. This PR fix it ### What type of PR is it? Bug Fix

[GitHub] zeppelin pull request #2708: [Zeppelin-3095] Fix UI when all paragraphs exec...

2018-11-14 Thread tinkoff-dwh
Github user tinkoff-dwh closed the pull request at: https://github.com/apache/zeppelin/pull/2708 ---

[GitHub] zeppelin pull request #3226: [ZEPPELIN-3095][ZP-25] fix UI when paragraphs r...

2018-11-14 Thread Savalek
GitHub user Savalek opened a pull request: https://github.com/apache/zeppelin/pull/3226 [ZEPPELIN-3095][ZP-25] fix UI when paragraphs run sequential ### What is this PR for? This PR fixes the incorrect behavior of UI during the execution of the RunAllParagraphs. Including:

[GitHub] zeppelin pull request #3225: branch-0.8 docs: REST API JSON response status ...

2018-11-14 Thread jolks
GitHub user jolks opened a pull request: https://github.com/apache/zeppelin/pull/3225 branch-0.8 docs: REST API JSON response status fix ### What is this PR for? Since v0.8.0, REST API JSON response `status` attribute has changed from `CREATED` to `OK`. Related source c

[GitHub] zeppelin pull request #3222: ZEPPELIN-3815. No interpreter group name in spa...

2018-11-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3222 ---

[GitHub] zeppelin pull request #3224: REST API JSON response status fix

2018-11-13 Thread jolks
GitHub user jolks opened a pull request: https://github.com/apache/zeppelin/pull/3224 REST API JSON response status fix ### What is this PR for? Since v0.8.0, REST API JSON response `status` attribute has changed from `CREATED` to `OK`. Related source code: * https

[GitHub] zeppelin pull request #3223: ZEPPELIN-3822. All interpreter folders (ZEPPELI...

2018-11-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3223 ---

[GitHub] zeppelin pull request #3206: [ZEPPELIN-3810] Support Spark 2.4

2018-11-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3206 ---

[GitHub] zeppelin pull request #3221: ZEPPELIN-3858. Code completion doesn't work for...

2018-11-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3221 ---

[GitHub] zeppelin pull request #3223: ZEPPELIN-3822. All interpreter folders (ZEPPELI...

2018-11-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3223 ZEPPELIN-3822. All interpreter folders (ZEPPELIN_HOME/interpreter) are deleted when maven clean is invoked ### What is this PR for? This PR is to fix the bug that `ZEPPELIN_HOME`/interpreter f

[GitHub] zeppelin pull request #3222: ZEPPELIN-3815. No interpreter group name in spa...

2018-11-11 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3222 ZEPPELIN-3815. No interpreter group name in spark interpreter log file ### What is this PR for? Trivial PR for fixing group name missing in spark interpreter log file ### What typ

[GitHub] zeppelin pull request #3113: [ZEPPELIN-3616] fix editor sections auto-collap...

2018-11-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3113 ---

[GitHub] zeppelin pull request #3221: ZEPPELIN-3858. Code completion doesn't work for...

2018-11-09 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3221 ZEPPELIN-3858. Code completion doesn't work for spark interpreter when cursor is in the middle of code ### What is this PR for? It is a trivial fix for the code completion of spark interpreter

[GitHub] zeppelin pull request #3217: [ZEPPELIN-3848] zeppelin-web dev mode does not ...

2018-11-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3217 ---

[GitHub] zeppelin pull request #3220: ZEPPELIN-3846. Code Completion is broken

2018-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3220 ---

[GitHub] zeppelin pull request #3219: [ZEPPELIN-3850] Fix run all paragraph behavior

2018-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3219 ---

[GitHub] zeppelin pull request #3218: [ZEPPELIN-3849] display note name correctly.

2018-11-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3218 ---

  1   2   3   4   5   6   7   8   9   10   >