[GitHub] [incubator-livy] jerryshao commented on issue #192: [LIVY-620] Spark batch session always ends with success when configuration is master yarn and deploy-mode client

2019-08-08 Thread GitBox
jerryshao commented on issue #192: [LIVY-620] Spark batch session always ends with success when configuration is master yarn and deploy-mode client URL: https://github.com/apache/incubator-livy/pull/192#issuecomment-519764652 Because we only get state from RM, so it always return SUCCESS

[GitHub] [incubator-livy] jerryshao commented on issue #192: [LIVY-620] Spark batch session always ends with success when configuration is master yarn and deploy-mode client

2019-08-08 Thread GitBox
jerryshao commented on issue #192: [LIVY-620] Spark batch session always ends with success when configuration is master yarn and deploy-mode client URL: https://github.com/apache/incubator-livy/pull/192#issuecomment-519763661 @yiheng please help to review.

[GitHub] [incubator-livy] jerryshao commented on issue #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names

2019-08-08 Thread GitBox
jerryshao commented on issue #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names URL: https://github.com/apache/incubator-livy/pull/187#issuecomment-519763513 CC @yiheng This is an automated

[GitHub] [incubator-livy] jerryshao commented on issue #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active

2019-08-08 Thread GitBox
jerryshao commented on issue #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active URL: https://github.com/apache/incubator-livy/pull/190#issuecomment-519763441 @yiheng please also take a review. Thanks!

[GitHub] [incubator-livy] jerryshao closed pull request #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names

2019-08-08 Thread GitBox
jerryshao closed pull request #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names URL: https://github.com/apache/incubator-livy/pull/187 This is an automated message from the Apache Git

[GitHub] [incubator-livy] shanyu opened a new pull request #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active

2019-08-08 Thread GitBox
shanyu opened a new pull request #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active URL: https://github.com/apache/incubator-livy/pull/190 ## What changes were proposed in this pull request? Add a new configuration:

[GitHub] [incubator-livy] jerryshao closed pull request #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active

2019-08-08 Thread GitBox
jerryshao closed pull request #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active URL: https://github.com/apache/incubator-livy/pull/190 This is an automated message from the

[GitHub] [incubator-livy] jerryshao commented on issue #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active

2019-08-08 Thread GitBox
jerryshao commented on issue #190: LIVY-547: Livy kills session after livy.server.session.timeout even if the session is active URL: https://github.com/apache/incubator-livy/pull/190#issuecomment-519757873 Reopen to trigger again.

[GitHub] [incubator-livy] yiheng commented on issue #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server

2019-08-08 Thread GitBox
yiheng commented on issue #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server URL: https://github.com/apache/incubator-livy/pull/194#issuecomment-519520916 Unlike spark thrift server, we use spark catalog to

[GitHub] [incubator-livy] yiheng commented on a change in pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift serv

2019-08-08 Thread GitBox
yiheng commented on a change in pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server URL: https://github.com/apache/incubator-livy/pull/194#discussion_r312037088 ## File path:

[GitHub] [incubator-livy] yiheng commented on a change in pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift serv

2019-08-08 Thread GitBox
yiheng commented on a change in pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server URL: https://github.com/apache/incubator-livy/pull/194#discussion_r312032036 ## File path:

[GitHub] [incubator-livy] yiheng opened a new pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server

2019-08-08 Thread GitBox
yiheng opened a new pull request #194: [LIVY-622][LIVY-623][LIVY-624][LIVY-625][Thrift]Support GetFunctions, GetSchemas, GetTables, GetColumns in Livy thrift server URL: https://github.com/apache/incubator-livy/pull/194 ## What changes were proposed in this pull request? In this patch,

[GitHub] [incubator-livy] shanyu commented on issue #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names

2019-08-08 Thread GitBox
shanyu commented on issue #187: LIVY-617: Livy session leak on Yarn when creating session duplicated names URL: https://github.com/apache/incubator-livy/pull/187#issuecomment-519378457 @jerryshao UT added. Thanks for reviewing it.