[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-25 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 Thank you. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-24 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @srowen Can you have another look? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands

[GitHub] spark pull request #21816: [SPARK-24794][CORE] Driver launched through rest ...

2018-10-16 Thread bsikander
Github user bsikander commented on a diff in the pull request: https://github.com/apache/spark/pull/21816#discussion_r225553817 --- Diff: core/src/test/scala/org/apache/spark/deploy/rest/StandaloneRestSubmitSuite.scala --- @@ -83,6 +83,26 @@ class StandaloneRestSubmitSuite

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-04 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 Failing tests don't seem to be related to this change. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-02 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 >> So is there no behavior change if your master specifies only one master? If user specifies only 1 master then there is no behavioral

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-01 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @srowen I removed the extra .toString. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-10-01 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @srowen even though it is unlikely but it could happen. I have updated the code. --- - To unsubscribe, e-mail: reviews

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-09-26 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 >> What might break if we make this change? I think that's what any other reviewer cares abou To the best of my knowledge. Nothing should

[GitHub] spark pull request #21816: [SPARK-24794][CORE] Driver launched through rest ...

2018-09-26 Thread bsikander
Github user bsikander commented on a diff in the pull request: https://github.com/apache/spark/pull/21816#discussion_r220119995 --- Diff: core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala --- @@ -138,6 +138,10 @@ private[rest] class

[GitHub] spark pull request #21816: [SPARK-24794][CORE] Driver launched through rest ...

2018-09-26 Thread bsikander
Github user bsikander commented on a diff in the pull request: https://github.com/apache/spark/pull/21816#discussion_r220120052 --- Diff: core/src/main/scala/org/apache/spark/deploy/rest/StandaloneRestServer.scala --- @@ -138,6 +138,10 @@ private[rest] class

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-09-24 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @vanzin ok, how can I find the right reviewer for this change? Posting on dev mailing list? --- - To unsubscribe, e-mail

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-09-22 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 Could some please have a look at this? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-09-08 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 could someone please have a look at this change? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-08-26 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 Sorry for dropping message again, but could someone please have a look at this change. This is a problem that I am having constantly and a validation from senior committers will be really helpful

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-08-16 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @holdenk somehow, Jenkins didn't execute the tests. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #21816: [SPARK-24794][CORE] Driver launched through rest should ...

2018-07-27 Thread bsikander
Github user bsikander commented on the issue: https://github.com/apache/spark/pull/21816 @vanzin Could you please have a look on this change? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark pull request #21816: [SPARK-24794][CORE] Driver launched through rest ...

2018-07-19 Thread bsikander
GitHub user bsikander opened a pull request: https://github.com/apache/spark/pull/21816 [SPARK-24794][CORE] Driver launched through rest should use all masters ## What changes were proposed in this pull request? In standalone cluster mode, one could launch driver