You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by cr...@apache.org on 2017/09/13 16:50:24 UTC

[10/36] incubator-airflow git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-airflow


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/173860af
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/173860af
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/173860af

Branch: refs/heads/v1-9-test
Commit: 173860afe938f91356dfdff7e039f3cbc5a16fb4
Parents: efa1de6 751e936
Author: Chris Riccomini <cr...@apache.org>
Authored: Thu Jul 20 10:40:06 2017 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Thu Jul 20 10:40:06 2017 -0700

----------------------------------------------------------------------
 airflow/contrib/hooks/spark_submit_hook.py      |  23 +-
 .../contrib/operators/cloudml_operator_utils.py | 223 +++++++++
 .../operators/cloudml_prediction_summary.py     | 177 +++++++
 airflow/jobs.py                                 | 334 +++++++++----
 tests/contrib/hooks/test_spark_submit_hook.py   |  26 +-
 .../operators/test_cloudml_operator_utils.py    | 179 +++++++
 tests/jobs.py                                   | 485 ++++++++++++++++++-
 7 files changed, 1317 insertions(+), 130 deletions(-)
----------------------------------------------------------------------