[jira] [Updated] (AIRFLOW-1191) Contrib Spark Submit hook should permit override of spark-submit cmd

2017-05-30 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1191: Affects Version/s: (was: Airflow 1.8) (was: Airflow 2.0)

[jira] [Updated] (AIRFLOW-1191) Contrib Spark Submit hook should permit override of spark-submit cmd

2017-05-30 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1191: Fix Version/s: (was: 1.8.1) (was: Airflow 2.0)

[1/3] incubator-airflow git commit: [AIRFLOW-1197] : SparkSubmitHook on_kill error

2017-05-30 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master d3484a9b1 -> 71d8f132c [AIRFLOW-1197] : SparkSubmitHook on_kill error The on_kill method was buggy. Some corrections as been made with the killcmd and globally the method. Test coverage update to reflect changes. Project:

[jira] [Commented] (AIRFLOW-1197) Contrib Spark Submit Hook on_kill error

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

[3/3] incubator-airflow git commit: Merge pull request #2292 from vfoucault/airflow_1191_1197

2017-05-30 Thread bolke
Merge pull request #2292 from vfoucault/airflow_1191_1197 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/71d8f132 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/71d8f132 Diff:

[jira] [Updated] (AIRFLOW-1197) Contrib Spark Submit Hook on_kill error

2017-05-30 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1197: Fix Version/s: 1.8.2 > Contrib Spark Submit Hook on_kill error >

[jira] [Updated] (AIRFLOW-1197) Contrib Spark Submit Hook on_kill error

2017-05-30 Thread Bolke de Bruin (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bolke de Bruin updated AIRFLOW-1197: Affects Version/s: 1.8.1 > Contrib Spark Submit Hook on_kill error >

[2/3] incubator-airflow git commit: [AIRFLOW-1191] : SparkSubmitHook custom cmd

2017-05-30 Thread bolke
[AIRFLOW-1191] : SparkSubmitHook custom cmd Add the capability to set the spark-submit binary to call. The default behaviour set the spark-submit command to 'spark-submit', or to set it via a Spark env var. the spark binary can now be set in the spark connection. Test coverage extended for the

[jira] [Commented] (AIRFLOW-1191) Contrib Spark Submit hook should permit override of spark-submit cmd

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

[jira] [Created] (AIRFLOW-1253) Jobs are not scheduled

2017-05-30 Thread Liran Y (JIRA)
Liran Y created AIRFLOW-1253: Summary: Jobs are not scheduled Key: AIRFLOW-1253 URL: https://issues.apache.org/jira/browse/AIRFLOW-1253 Project: Apache Airflow Issue Type: Bug

[jira] [Created] (AIRFLOW-1254) mark task as successful not working from the UI

2017-05-30 Thread Liran Y (JIRA)
Liran Y created AIRFLOW-1254: Summary: mark task as successful not working from the UI Key: AIRFLOW-1254 URL: https://issues.apache.org/jira/browse/AIRFLOW-1254 Project: Apache Airflow Issue

[jira] [Updated] (AIRFLOW-1252) Experimental API - exception when conf is present in JSON body

2017-05-30 Thread Sergio Herrera (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergio Herrera updated AIRFLOW-1252: Labels: api (was: ) > Experimental API - exception when conf is present in JSON body >

[jira] [Created] (AIRFLOW-1255) SparkSubmitOperator logs do not stream correctly

2017-05-30 Thread Himanshu Jain (JIRA)
Himanshu Jain created AIRFLOW-1255: -- Summary: SparkSubmitOperator logs do not stream correctly Key: AIRFLOW-1255 URL: https://issues.apache.org/jira/browse/AIRFLOW-1255 Project: Apache Airflow

[jira] [Resolved] (AIRFLOW-1248) Fix inconsistent configuration name for worker timeout

2017-05-30 Thread Kengo Seki (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kengo Seki resolved AIRFLOW-1248. - Resolution: Fixed Fix Version/s: 1.9.0 PR has been merged. Thanks [~aoen]! > Fix

[jira] [Commented] (AIRFLOW-908) Airflow run should print worker name at top of log

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

incubator-airflow git commit: [AIRFLOW-908] Print hostname at the start of cli run

2017-05-30 Thread davydov
Repository: incubator-airflow Updated Branches: refs/heads/master a1f4227be -> 460134bf2 [AIRFLOW-908] Print hostname at the start of cli run Closes #2329 from AllisonWang/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

incubator-airflow git commit: [AIRFLOW-1251] Add eRevalue to Airflow users

2017-05-30 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master 460134bf2 -> 8d5160088 [AIRFLOW-1251] Add eRevalue to Airflow users Closes #2331 from hamedhsn/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Commented] (AIRFLOW-1251) Add eRevalue as an Airflow user

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

[jira] [Resolved] (AIRFLOW-1251) Add eRevalue as an Airflow user

2017-05-30 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-1251. -- Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2331

[jira] [Created] (AIRFLOW-1256) Add United Airlines as Airflow user

2017-05-30 Thread Siddharth Anand (JIRA)
Siddharth Anand created AIRFLOW-1256: Summary: Add United Airlines as Airflow user Key: AIRFLOW-1256 URL: https://issues.apache.org/jira/browse/AIRFLOW-1256 Project: Apache Airflow Issue

incubator-airflow git commit: [AIRFLOW-1256] Add United Airlines to readme

2017-05-30 Thread sanand
Repository: incubator-airflow Updated Branches: refs/heads/master 8d5160088 -> d3484a9b1 [AIRFLOW-1256] Add United Airlines to readme Closes #2332 from r39132/master Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Resolved] (AIRFLOW-1256) Add United Airlines as Airflow user

2017-05-30 Thread Siddharth Anand (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Anand resolved AIRFLOW-1256. -- Resolution: Fixed Fix Version/s: 1.9.0 Issue resolved by pull request #2332

[jira] [Commented] (AIRFLOW-1256) Add United Airlines as Airflow user

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