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] Context addPyPackage and addPyRequirements #12398

Closed
wants to merge 24 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

Commits on Mar 31, 2016

  1. upstream merge

    buckhx committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    1501d0f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Merge remote-tracking branch 'upstream/master'

    buck heroux committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    3af35bb View commit details
    Browse the repository at this point in the history
  2. add_py_package test

    buck heroux committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    88a1d6c View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. uncommented pip_requirements test

    buck heroux committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    93b9e9f View commit details
    Browse the repository at this point in the history
  2. removed todo

    buck heroux committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    82476a6 View commit details
    Browse the repository at this point in the history
  3. spacing

    buck heroux committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ce9966e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2016

  1. formatting and addPyPackage example

    buck heroux committed May 9, 2016
    Configuration menu
    Copy the full SHA
    82534d0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2016

  1. add py-requirements submit option

    Robert Kruszewski committed May 10, 2016
    Configuration menu
    Copy the full SHA
    ea6b89f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2016

  1. Merge pull request #1 from robert3005/fork/master

    add py-requirements submit option
    buckhx committed May 11, 2016
    Configuration menu
    Copy the full SHA
    1d5d25f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2016

  1. addRequirementsFile -> addPyRequirements

    buck heroux committed May 13, 2016
    Configuration menu
    Copy the full SHA
    f4af842 View commit details
    Browse the repository at this point in the history
  2. pep8ing

    buck heroux committed May 13, 2016
    Configuration menu
    Copy the full SHA
    9c37e06 View commit details
    Browse the repository at this point in the history