[jira] [Updated] (AIRFLOW-1090) Add HBO

2017-04-07 Thread Yi Wang (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yi Wang updated AIRFLOW-1090: - Description: Add to README.md: ``` +1.

[jira] [Created] (AIRFLOW-1090) Add HBO

2017-04-07 Thread Yi Wang (JIRA)
Yi Wang created AIRFLOW-1090: Summary: Add HBO Key: AIRFLOW-1090 URL: https://issues.apache.org/jira/browse/AIRFLOW-1090 Project: Apache Airflow Issue Type: Wish Components:

[jira] [Updated] (AIRFLOW-1089) Add Spark application arguments to SparkSubmitOperator

2017-04-07 Thread Stephan Werges (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Werges updated AIRFLOW-1089: Summary: Add Spark application arguments to SparkSubmitOperator (was: Adding Spark

[jira] [Updated] (AIRFLOW-1089) Adding Spark application arguments to SparkSubmitOperator

2017-04-07 Thread Stephan Werges (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Werges updated AIRFLOW-1089: Description: Pass Spark application arguments to SparkSubmitOperator. For example:

[jira] [Created] (AIRFLOW-1089) Adding application arguments to SparkSubmitOperator

2017-04-07 Thread Stephan Werges (JIRA)
Stephan Werges created AIRFLOW-1089: --- Summary: Adding application arguments to SparkSubmitOperator Key: AIRFLOW-1089 URL: https://issues.apache.org/jira/browse/AIRFLOW-1089 Project: Apache Airflow

[jira] [Resolved] (AIRFLOW-1035) Exponential backoff retry logic should use 2 as base

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1035. - Resolution: Fixed Fix Version/s: 1.8.1 Issue resolved by pull request #2196

[jira] [Commented] (AIRFLOW-1035) Exponential backoff retry logic should use 2 as base

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961166#comment-15961166 ] ASF subversion and git services commented on AIRFLOW-1035: -- Commit

[jira] [Commented] (AIRFLOW-1035) Exponential backoff retry logic should use 2 as base

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961165#comment-15961165 ] ASF subversion and git services commented on AIRFLOW-1035: -- Commit

incubator-airflow git commit: [AIRFLOW-1035] Use binary exponential backoff

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test ceb2ac366 -> 4199cd3d2 [AIRFLOW-1035] Use binary exponential backoff Closes #2196 from IvanVergiliev/exponential- backoff (cherry picked from commit 4ec932b551774bb394c5770c4d2660f565a4c592) Signed-off-by: Bolke de Bruin

incubator-airflow git commit: [AIRFLOW-1035] Use binary exponential backoff

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 0da5125ed -> 4ec932b55 [AIRFLOW-1035] Use binary exponential backoff Closes #2196 from IvanVergiliev/exponential- backoff Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-1081) Task duration page is slow

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1081. - Resolution: Fixed Fix Version/s: 1.9.0 > Task duration page is slow >

[jira] [Commented] (AIRFLOW-1081) Task duration page is slow

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961157#comment-15961157 ] ASF subversion and git services commented on AIRFLOW-1081: -- Commit

incubator-airflow git commit: [AIRFLOW-1081] Improve performance of duration chart

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master f516c9ee5 -> 0da5125ed [AIRFLOW-1081] Improve performance of duration chart This commit reduces the number of queries to improve perf. Closes #2226 from saguziel/aguziel-duration-chart- fix Project:

[jira] [Commented] (AIRFLOW-1078) Latest_runs endpoint broken in old flask versions

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961151#comment-15961151 ] ASF subversion and git services commented on AIRFLOW-1078: -- Commit

incubator-airflow git commit: [AIRFLOW-1078] Fix latest_runs endpoint for old flask versions

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 0ade066f4 -> f516c9ee5 [AIRFLOW-1078] Fix latest_runs endpoint for old flask versions Old versions of flask (<0.11) dont support jsonify on arrays due an ECMAScript 4 vulnerability in older browsers. This should work on old

[jira] [Created] (AIRFLOW-1088) DagBag's import_errors() contain quoted string messages

2017-04-07 Thread Vitor Baptista (JIRA)
Vitor Baptista created AIRFLOW-1088: --- Summary: DagBag's import_errors() contain quoted string messages Key: AIRFLOW-1088 URL: https://issues.apache.org/jira/browse/AIRFLOW-1088 Project: Apache

[jira] [Issue Comment Deleted] (AIRFLOW-1085) Allow setting of CELERY_IGNORE_RESULT through ansible.cfg

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1085: Comment: was deleted (was: Commit ceb2ac366fce4eac7ca007e6ec15194e71e66409 in

[jira] [Issue Comment Deleted] (AIRFLOW-1085) Allow setting of CELERY_IGNORE_RESULT through ansible.cfg

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1085: Comment: was deleted (was: Commit 0ade066f44257c5e119b292f4cc2ba105774f4e7 in

[jira] [Resolved] (AIRFLOW-1058) Improvements for SparkSubmitOperator

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1058. - Resolution: Fixed Fix Version/s: 1.8.1 Issue resolved by pull request #2211

[jira] [Commented] (AIRFLOW-1085) Allow setting of CELERY_IGNORE_RESULT through ansible.cfg

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15961141#comment-15961141 ] ASF subversion and git services commented on AIRFLOW-1085: -- Commit

incubator-airflow git commit: [AIRFLOW-1085] Enhance the SparkSubmitOperator

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 35e43f506 -> 0ade066f4 [AIRFLOW-1085] Enhance the SparkSubmitOperator - Allow the Spark home to be set on per connection basis to obviate the need for the spark-submit to be on the PATH, and allows different versions of

incubator-airflow git commit: [AIRFLOW-1085] Enhance the SparkSubmitOperator

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 0fa593e38 -> ceb2ac366 [AIRFLOW-1085] Enhance the SparkSubmitOperator - Allow the Spark home to be set on per connection basis to obviate the need for the spark-submit to be on the PATH, and allows different versions of

[jira] [Created] (AIRFLOW-1087) Propagate env. variable for SSHExecuteOperator

2017-04-07 Thread JIRA
Ján Koščo created AIRFLOW-1087: -- Summary: Propagate env. variable for SSHExecuteOperator Key: AIRFLOW-1087 URL: https://issues.apache.org/jira/browse/AIRFLOW-1087 Project: Apache Airflow Issue

[jira] [Assigned] (AIRFLOW-1086) Fail to execute task with upstream dependency in subdag

2017-04-07 Thread Thomas TYGREAT (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas TYGREAT reassigned AIRFLOW-1086: --- Assignee: (was: Thomas TYGREAT) > Fail to execute task with upstream

[jira] [Assigned] (AIRFLOW-1086) Fail to execute task with upstream dependency in subdag

2017-04-07 Thread Thomas TYGREAT (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas TYGREAT reassigned AIRFLOW-1086: --- Assignee: Thomas TYGREAT > Fail to execute task with upstream dependency in subdag

[jira] [Created] (AIRFLOW-1086) Fail to execute task with upstream dependency in subdag

2017-04-07 Thread Laurent Bonafons (JIRA)
Laurent Bonafons created AIRFLOW-1086: - Summary: Fail to execute task with upstream dependency in subdag Key: AIRFLOW-1086 URL: https://issues.apache.org/jira/browse/AIRFLOW-1086 Project: Apache

[jira] [Created] (AIRFLOW-1085) Allow setting of CELERY_IGNORE_RESULT through ansible.cfg

2017-04-07 Thread Georg Walther (JIRA)
Georg Walther created AIRFLOW-1085: -- Summary: Allow setting of CELERY_IGNORE_RESULT through ansible.cfg Key: AIRFLOW-1085 URL: https://issues.apache.org/jira/browse/AIRFLOW-1085 Project: Apache

[jira] [Updated] (AIRFLOW-1084) `/health` endpoint on each component

2017-04-07 Thread Semet (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Semet updated AIRFLOW-1084: --- Description: Please provide a {{/health}} endpoint of each of the following component: - webservice (to

[jira] [Created] (AIRFLOW-1084) `/health` endpoint on each component

2017-04-07 Thread Semet (JIRA)
Semet created AIRFLOW-1084: -- Summary: `/health` endpoint on each component Key: AIRFLOW-1084 URL: https://issues.apache.org/jira/browse/AIRFLOW-1084 Project: Apache Airflow Issue Type: Improvement

[jira] [Commented] (AIRFLOW-1050) Retries ignored - regression

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15960320#comment-15960320 ] ASF subversion and git services commented on AIRFLOW-1050: -- Commit

[jira] [Commented] (AIRFLOW-1050) Retries ignored - regression

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15960321#comment-15960321 ] ASF subversion and git services commented on AIRFLOW-1050: -- Commit

incubator-airflow git commit: [AIRFLOW-1050] Do not count up_for_retry as not ready

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test ebfc3ea73 -> 0fa593e38 [AIRFLOW-1050] Do not count up_for_retry as not ready up_for_retry tasks were incorrectly counted towards not_ready therefore marking a dag run deadlocked instead of retrying. Closes #2225 from

[jira] [Commented] (AIRFLOW-1050) Retries ignored - regression

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15960322#comment-15960322 ] ASF subversion and git services commented on AIRFLOW-1050: -- Commit

[jira] [Resolved] (AIRFLOW-1050) Retries ignored - regression

2017-04-07 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin resolved AIRFLOW-1050. - Resolution: Fixed Issue resolved by pull request #2225

[jira] [Commented] (AIRFLOW-1050) Retries ignored - regression

2017-04-07 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15960323#comment-15960323 ] ASF subversion and git services commented on AIRFLOW-1050: -- Commit

incubator-airflow git commit: [AIRFLOW-1050] Do not count up_for_retry as not ready

2017-04-07 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 53ca50845 -> 35e43f506 [AIRFLOW-1050] Do not count up_for_retry as not ready up_for_retry tasks were incorrectly counted towards not_ready therefore marking a dag run deadlocked instead of retrying. Closes #2225 from