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-5929] Pyspark: Register a pip requirements file with spark_context #4897

Closed
wants to merge 13 commits into from

Commits on Feb 18, 2015

  1. added requirements file to pyspark

    buck heroux committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    0ed060d View commit details
    Browse the repository at this point in the history
  2. tarfile has no contextmanager in python2.

    buck heroux committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    6b8bcde View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. reqs fix

    buck heroux committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    2773483 View commit details
    Browse the repository at this point in the history
  2. temp tar file

    buck heroux committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    0371ad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. bubbled up try finally

    buck heroux committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    f2a46e5 View commit details
    Browse the repository at this point in the history
  2. forgot to remove

    buck heroux committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    fca4be6 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. added requirementsFile tests and switch to __import__

    buck heroux committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    d287522 View commit details
    Browse the repository at this point in the history
  2. merged tests

    buck heroux committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    76ff637 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. pep8 styling

    buck heroux committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    565bf7f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2015

  1. support namespace packages and extract addModule logic

    buck heroux committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    23771fd View commit details
    Browse the repository at this point in the history
  2. tmp_dir to mod

    buck heroux committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    cd21c5c View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2015

  1. remove reqs from context constructor

    buck heroux committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    39f26d9 View commit details
    Browse the repository at this point in the history
  2. upstream merge

    buck heroux committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    49a4ed0 View commit details
    Browse the repository at this point in the history