[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-04-05 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-609427272 Got it - haven't heard back from Github yet, so did the following: 1. Filed

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-04-03 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-608631598 @srowen yeah, was wondering if you guys had the power to change the base branch of PRs:

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-04-03 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-608593871 friendly ping @cloud-fan @jiangxb1987 @srowen @rdblue

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-03-27 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-605294924 Also, I realized I can't push to the palantir remote anymore. I have a that implements a variant of

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-03-26 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-604778033 Hi All - Apologies for the delay here (I actually switched companies since I initially worked on

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-03-04 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-594497266 @rdblue - sure, I think it'll require a bit of work to actually make the fix in an extensive way,

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2020-03-02 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-593606442 Hi @britishbadger - is this something you're still interested in? I actually just made the change

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2019-06-27 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-506483127 Quick update - apologies for the delay here, will have an updated PR by early next week

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2019-06-11 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-500885687 If we can revisit certain fundamentals, I'd love to explore something like `open()` and `close()`

[GitHub] [spark] vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context

2019-06-11 Thread GitBox
vinooganesh commented on issue #24807: [SPARK-27958][SQL] Stopping a SparkSession should not always stop Spark Context URL: https://github.com/apache/spark/pull/24807#issuecomment-500871806 Hey @srowen - I'm not super thrilled with using reference counting here either, but I can't think