Skip to content

Commit

Permalink
0.6 - pull Spark logs feature
Browse files Browse the repository at this point in the history
update travis link
  • Loading branch information
panovvv committed Aug 27, 2021
1 parent 02532d7 commit 7303ed9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Airflow Livy Operators

[![Build Status](https://travis-ci.com/panovvv/airflow-livy-operators.svg?branch=master)](https://travis-ci.com/panovvv/airflow-livy-operators)
[![Build Status](https://travis-ci.com/panovvv/airflow-livy-operators.svg?branch=master)](https://app.travis-ci.com/github/panovvv/airflow-livy-operators)
[![Code coverage](https://codecov.io/gh/panovvv/airflow-livy-operators/branch/master/graph/badge.svg)](https://codecov.io/gh/panovvv/airflow-livy-operators)

[![PyPI](https://img.shields.io/pypi/v/airflow-livy-operators)](https://pypi.org/project/airflow-livy-operators/)
Expand Down
2 changes: 1 addition & 1 deletion helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ up)
export_airflow_env_vars
init_airflow
. "${SCRIPT_DIR}/venv/bin/activate"
pip install airflow-livy-operators==0.5
pip install airflow-livy-operators==0.6
_echo_color cyan "Running Airflow..."
airflow scheduler &
airflow webserver
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="airflow-livy-operators",
version="0.5",
version="0.6",
author="Vadim Panov",
author_email="headcra6@gmail.com",
description="Lets Airflow DAGs run Spark jobs via Livy: sessions and/or batches.",
Expand Down

0 comments on commit 7303ed9

Please sign in to comment.