incubator-airflow git commit: Update changelog for 1.8.0

2017-03-13 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master c5cc298cf -> ed03bb719 Update changelog for 1.8.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/ed03bb71 Tree:

incubator-airflow git commit: [AIRFLOW-974] Fix mkdirs race condition

2017-03-13 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/v1-8-test 2a6089728 -> 3b37cfa1f [AIRFLOW-974] Fix mkdirs race condition mkdirs congtained a race condition for when if the directory is created between the os.path.exists and the os.makedirs calls, the os.makedirs will fail with an

incubator-airflow git commit: [AIRFLOW-974] Fix mkdirs race condition

2017-03-13 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master b8164cc69 -> c5cc298cf [AIRFLOW-974] Fix mkdirs race condition mkdirs congtained a race condition for when if the directory is created between the os.path.exists and the os.makedirs calls, the os.makedirs will fail with an

[jira] [Created] (AIRFLOW-978) subdags concurrency setting is not working

2017-03-13 Thread Jeff Liu (JIRA)
Jeff Liu created AIRFLOW-978: Summary: subdags concurrency setting is not working Key: AIRFLOW-978 URL: https://issues.apache.org/jira/browse/AIRFLOW-978 Project: Apache Airflow Issue Type: Bug

[jira] [Resolved] (AIRFLOW-917) Incorrectly formatted failure status message

2017-03-13 Thread Jeremiah Lowin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Lowin resolved AIRFLOW-917. Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2109

[jira] [Commented] (AIRFLOW-917) Incorrectly formatted failure status message

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

[jira] [Resolved] (AIRFLOW-770) HDFS hooks should support alternative ways of getting connection

2017-03-13 Thread Jeremiah Lowin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Lowin resolved AIRFLOW-770. Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2056

[jira] [Commented] (AIRFLOW-770) HDFS hooks should support alternative ways of getting connection

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

[jira] [Commented] (AIRFLOW-770) HDFS hooks should support alternative ways of getting connection

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

incubator-airflow git commit: [AIRFLOW-770] Refactor BaseHook so env vars are always read

2017-03-13 Thread jlowin
Repository: incubator-airflow Updated Branches: refs/heads/master fdefe1f82 -> 261b65670 [AIRFLOW-770] Refactor BaseHook so env vars are always read The WebHDFS and HDFS hooks ignore connections set in the environment variables because they use `BaseHook.get_connections()` directly, which

[jira] [Created] (AIRFLOW-977) Deadlocked DAG run with MySQL v5.7.17

2017-03-13 Thread Michael Kotliar (JIRA)
Michael Kotliar created AIRFLOW-977: --- Summary: Deadlocked DAG run with MySQL v5.7.17 Key: AIRFLOW-977 URL: https://issues.apache.org/jira/browse/AIRFLOW-977 Project: Apache Airflow Issue

[jira] [Assigned] (AIRFLOW-976) Mark success running task causes it to fail

2017-03-13 Thread Alex Guziel (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Guziel reassigned AIRFLOW-976: --- Assignee: Alex Guziel > Mark success running task causes it to fail >

[jira] [Commented] (AIRFLOW-976) Mark success running task causes it to fail

2017-03-13 Thread Dan Davydov (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15922930#comment-15922930 ] Dan Davydov commented on AIRFLOW-976: - It is but I wouldn't say it's a blocker for release. > Mark

[jira] [Commented] (AIRFLOW-976) Mark success running task causes it to fail

2017-03-13 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15922921#comment-15922921 ] Bolke de Bruin commented on AIRFLOW-976: Is this changed behavior? > Mark success running task

[jira] [Created] (AIRFLOW-976) Mark success running task causes it to fail

2017-03-13 Thread Dan Davydov (JIRA)
Dan Davydov created AIRFLOW-976: --- Summary: Mark success running task causes it to fail Key: AIRFLOW-976 URL: https://issues.apache.org/jira/browse/AIRFLOW-976 Project: Apache Airflow Issue

[jira] [Created] (AIRFLOW-975) Clear All Notifications

2017-03-13 Thread Chana Greene (JIRA)
Chana Greene created AIRFLOW-975: Summary: Clear All Notifications Key: AIRFLOW-975 URL: https://issues.apache.org/jira/browse/AIRFLOW-975 Project: Apache Airflow Issue Type: Improvement

[jira] [Created] (AIRFLOW-974) airflow.util.file mkdir has a race condition

2017-03-13 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created AIRFLOW-974: -- Summary: airflow.util.file mkdir has a race condition Key: AIRFLOW-974 URL: https://issues.apache.org/jira/browse/AIRFLOW-974 Project: Apache Airflow