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-3478] [PySpark] Profile the Python tasks #2351

Closed
wants to merge 13 commits into from

Commits on Sep 11, 2014

  1. add profile for python

    davies committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    4b20494 View commit details
    Browse the repository at this point in the history
  2. fix Python UDF

    davies committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    0a5b6eb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2014

  1. address comment, add tests

    davies committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    4f8309d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dadee1a View commit details
    Browse the repository at this point in the history
  3. add docs for two configs

    davies committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    15d6f18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c23865c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2014

  1. Merge branch 'master' into profiler

    Conflicts:
    	docs/configuration.md
    davies committed Sep 14, 2014
    Configuration menu
    Copy the full SHA
    09d02c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2014

  1. Merge branch 'master' of github.com:apache/spark into profiler

    Conflicts:
    	python/pyspark/worker.py
    davies committed Sep 17, 2014
    Configuration menu
    Copy the full SHA
    116d52a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Merge branch 'master' of github.com:apache/spark into profiler

    Conflicts:
    	python/pyspark/worker.py
    davies committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    fb9565b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2014

  1. Configuration menu
    Copy the full SHA
    cba9463 View commit details
    Browse the repository at this point in the history
  2. bugfix

    davies committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    7a56c24 View commit details
    Browse the repository at this point in the history
  3. fix docs

    davies committed Sep 24, 2014
    Configuration menu
    Copy the full SHA
    2b0daf2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. Configuration menu
    Copy the full SHA
    7ef2aa0 View commit details
    Browse the repository at this point in the history