Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-13673][WINDOWS] Fixed not to pollute environment variables.
## 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 <[email protected]> Closes apache#11516 from tsudukim/feature/SPARK-13673.
- Loading branch information