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-12993][PYSPARK] Remove usage of ADD_FILES in pyspark #10913

Closed
wants to merge 1 commit into from

Conversation

zjffdu
Copy link
Contributor

@zjffdu zjffdu commented Jan 26, 2016

environment variable ADD_FILES is created for adding python files on spark context to be distributed to executors (SPARK-865), this is deprecated now. User are encouraged to use --py-files for adding python files.

@SparkQA
Copy link

SparkQA commented Jan 26, 2016

Test build #50067 has finished for PR 10913 at commit f8c09de.

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

@rxin
Copy link
Contributor

rxin commented Jan 26, 2016

Can you update the pull request description to describe why we are removing this?

@SparkQA
Copy link

SparkQA commented Jan 26, 2016

Test build #2463 has finished for PR 10913 at commit f8c09de.

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

@rxin
Copy link
Contributor

rxin commented Jan 26, 2016

Thanks - I've merged it.

@asfgit asfgit closed this in 19fdb21 Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants