[jira] [Commented] (AIRFLOW-944) Docker operator does not work with Docker >= 1.19

2017-12-12 Thread Russell Pierce (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16288739#comment-16288739 ] Russell Pierce commented on AIRFLOW-944: Potentially (at least partially) duplicated by

[jira] [Created] (AIRFLOW-1915) flask-wtf version specification is too tight

2017-12-12 Thread William Pursell (JIRA)
William Pursell created AIRFLOW-1915: Summary: flask-wtf version specification is too tight Key: AIRFLOW-1915 URL: https://issues.apache.org/jira/browse/AIRFLOW-1915 Project: Apache Airflow

[jira] [Resolved] (AIRFLOW-1912) The log facility airflow.processor should not propagate

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

[jira] [Commented] (AIRFLOW-1912) The log facility airflow.processor should not propagate

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

[jira] [Commented] (AIRFLOW-1912) The log facility airflow.processor should not propagate

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

incubator-airflow git commit: [AIRFLOW-1912] airflow.processor should not propagate logging

2017-12-12 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 815270bb5 -> 1d7fac6e0 [AIRFLOW-1912] airflow.processor should not propagate logging The root logger will write to stdout. If redirection is used which is the case for processors and task runs (not runners) this can end up in

[jira] [Created] (AIRFLOW-1914) email utils in airflow in airflow does not support multibyte string content

2017-12-12 Thread edward (JIRA)
edward created AIRFLOW-1914: --- Summary: email utils in airflow in airflow does not support multibyte string content Key: AIRFLOW-1914 URL: https://issues.apache.org/jira/browse/AIRFLOW-1914 Project: Apache

[jira] [Assigned] (AIRFLOW-1889) Move the sensors to a separate package

2017-12-12 Thread Andy Hadjigeorgiou (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Hadjigeorgiou reassigned AIRFLOW-1889: --- Assignee: Fokko Driesprong (was: Andy Hadjigeorgiou) > Move the sensors

[jira] [Created] (AIRFLOW-1913) Add Delete method for GCP Pub/Sub Topics and Create/Delete for Subscriptions

2017-12-12 Thread Jason Prodonovich (JIRA)
Jason Prodonovich created AIRFLOW-1913: -- Summary: Add Delete method for GCP Pub/Sub Topics and Create/Delete for Subscriptions Key: AIRFLOW-1913 URL: https://issues.apache.org/jira/browse/AIRFLOW-1913

[jira] [Commented] (AIRFLOW-1911) Update Airflow config

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

[jira] [Resolved] (AIRFLOW-1911) Update Airflow config

2017-12-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-1911. --- Resolution: Fixed Fix Version/s: 1.9.1 Issue resolved by pull request #2870

[jira] [Commented] (AIRFLOW-1911) Update Airflow config

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

incubator-airflow git commit: [AIRFLOW-1911] Rename celeryd_concurrency

2017-12-12 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master be54f0485 -> 815270bb5 [AIRFLOW-1911] Rename celeryd_concurrency There are still celeryd_concurrency occurrences left in the code this needs to be renamed to worker_concurrency to make the config with Celery consistent Closes

[jira] [Resolved] (AIRFLOW-1885) IndexError when polling ready workers and a gunicorn worker becomes a zombie

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

[jira] [Commented] (AIRFLOW-1885) IndexError when polling ready workers and a gunicorn worker becomes a zombie

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

incubator-airflow git commit: [AIRFLOW-1885] Fix IndexError in ready_prefix_on_cmdline

2017-12-12 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 3e6babe8e -> be54f0485 [AIRFLOW-1885] Fix IndexError in ready_prefix_on_cmdline If while trying to obtain a list of ready gunicorn workers, one of them becomes a zombie, psutil.cmdline returns [] (see here:

[jira] [Commented] (AIRFLOW-1854) Improve Spark submit hook for cluster mode

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

[jira] [Resolved] (AIRFLOW-1854) Improve Spark submit hook for cluster mode

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

incubator-airflow git commit: [AIRFLOW-1854] Improve Spark Submit operator for standalone cluster mode

2017-12-12 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 22453d037 -> 3e6babe8e [AIRFLOW-1854] Improve Spark Submit operator for standalone cluster mode Closes #2852 from milanvdmria/svend/submit2 Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit:

[jira] [Commented] (AIRFLOW-1908) Celery broker transport options are not set correctly

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

[jira] [Commented] (AIRFLOW-1908) Celery broker transport options are not set correctly

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

[jira] [Resolved] (AIRFLOW-1908) Celery broker transport options are not set correctly

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

incubator-airflow git commit: [AIRFLOW-1908] Fix celery broker options config load

2017-12-12 Thread bolke
Repository: incubator-airflow Updated Branches: refs/heads/master 683a27f2c -> 22453d037 [AIRFLOW-1908] Fix celery broker options config load Options were set to visibility timeout instead of broker_options directly. Furthermore, options should be int, float, bool or string not all string.

[jira] [Created] (AIRFLOW-1912) The log facility airflow.processor should not propagate

2017-12-12 Thread Bolke de Bruin (JIRA)
Bolke de Bruin created AIRFLOW-1912: --- Summary: The log facility airflow.processor should not propagate Key: AIRFLOW-1912 URL: https://issues.apache.org/jira/browse/AIRFLOW-1912 Project: Apache

[jira] [Resolved] (AIRFLOW-1907) Allow setting the max_ingestion_time by the Druid operator

2017-12-12 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-1907. --- Resolution: Fixed Fix Version/s: 1.9.1 Issue resolved by pull request #2866

[jira] [Commented] (AIRFLOW-1907) Allow setting the max_ingestion_time by the Druid operator

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

incubator-airflow git commit: [AIRFLOW-1907] Pass max_ingestion_time to Druid hook

2017-12-12 Thread fokko
Repository: incubator-airflow Updated Branches: refs/heads/master c70d8f59c -> 683a27f2c [AIRFLOW-1907] Pass max_ingestion_time to Druid hook >From the Druid operator we want to pass the max_ingestion_time to the hook since some jobs might take considerably more time than the others By

[jira] [Commented] (AIRFLOW-1907) Allow setting the max_ingestion_time by the Druid operator

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