Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-13673] [Windows] Fixed not to pollute environment variables. #11516

Closed
wants to merge 1 commit into from

Conversation

tsudukim
Copy link
Contributor

@tsudukim tsudukim commented Mar 4, 2016

What changes were proposed in this pull request?

This patch fixes the problem that bin\beeline.cmd pollutes environment variables.
The similar problem is reported and fixed in https://issues.apache.org/jira/browse/SPARK-3943, but bin\beeline.cmd seems to be added later.

How was this patch tested?

manual tests:
I executed the new bin\beeline.cmd and confirmed that %SPARK_HOME% doesn't remain in the command prompt.

@srowen
Copy link
Member

srowen commented Mar 4, 2016

LGTM

@SparkQA
Copy link

SparkQA commented Mar 4, 2016

Test build #52458 has finished for PR 11516 at commit 21da295.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Mar 4, 2016

Jenkins retest this please

@SparkQA
Copy link

SparkQA commented Mar 4, 2016

Test build #52463 has finished for PR 11516 at commit 21da295.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@srowen
Copy link
Member

srowen commented Mar 4, 2016

Merged to master

@asfgit asfgit closed this in e617508 Mar 4, 2016
roygao94 pushed a commit to roygao94/spark that referenced this pull request Mar 22, 2016
## What changes were proposed in this pull request?

This patch fixes the problem that `bin\beeline.cmd` pollutes environment variables.
The similar problem is reported and fixed in https://issues.apache.org/jira/browse/SPARK-3943, but `bin\beeline.cmd` seems to be added later.

## How was this patch tested?

manual tests:
  I executed the new `bin\beeline.cmd` and confirmed that %SPARK_HOME% doesn't remain in the command prompt.

Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp>

Closes apache#11516 from tsudukim/feature/SPARK-13673.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants