[jira] [Commented] (AIRFLOW-1314) Airflow kubernetes integration

2018-08-19 Thread John Cheng (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585135#comment-16585135 ] John Cheng commented on AIRFLOW-1314: - Is it able to support additional volume moun

[GitHub] Fokko commented on issue #3763: [AIRFLOW-2915] Add example DAG for GoogleCloudStorageToBigQueryOperator

2018-08-19 Thread GitBox
Fokko commented on issue #3763: [AIRFLOW-2915] Add example DAG for GoogleCloudStorageToBigQueryOperator URL: https://github.com/apache/incubator-airflow/pull/3763#issuecomment-414130108 Good point @feng-tao, we need to make sure that the examples can still be loaded without having the GCP

[GitHub] Fokko closed pull request #3766: [AIRFLOW-2917] Set AIRFLOW__CORE__SQL_ALCHEMY_CONN only when needed

2018-08-19 Thread GitBox
Fokko closed pull request #3766: [AIRFLOW-2917] Set AIRFLOW__CORE__SQL_ALCHEMY_CONN only when needed URL: https://github.com/apache/incubator-airflow/pull/3766 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of p

[jira] [Commented] (AIRFLOW-2917) Set AIRFLOW__CORE__SQL_ALCHEMY_CONN only when needed for k8s executor

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585154#comment-16585154 ] ASF GitHub Bot commented on AIRFLOW-2917: - Fokko closed pull request #3766: [AI

[jira] [Resolved] (AIRFLOW-2917) Set AIRFLOW__CORE__SQL_ALCHEMY_CONN only when needed for k8s executor

2018-08-19 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2917. --- Resolution: Fixed Assignee: John Cheng Fix Version/s: 2.0.0 > Set A

[GitHub] Fokko closed pull request #3765: [AIRFLOW-2245] Add remote_host of SSH/SFTP operator as templated field

2018-08-19 Thread GitBox
Fokko closed pull request #3765: [AIRFLOW-2245] Add remote_host of SSH/SFTP operator as templated field URL: https://github.com/apache/incubator-airflow/pull/3765 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake o

[jira] [Resolved] (AIRFLOW-2245) Add remote_host of SSH/SFTP operator as templated field

2018-08-19 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2245. --- Resolution: Fixed Assignee: John Cheng Fix Version/s: 2.0.0 > Add r

[jira] [Commented] (AIRFLOW-2245) Add remote_host of SSH/SFTP operator as templated field

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585156#comment-16585156 ] ASF GitHub Bot commented on AIRFLOW-2245: - Fokko closed pull request #3765: [AI

[GitHub] Fokko commented on a change in pull request #2306: [AIRFLOW-1214] Fix conversion of int type in BigQueryHook

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #2306: [AIRFLOW-1214] Fix conversion of int type in BigQueryHook URL: https://github.com/apache/incubator-airflow/pull/2306#discussion_r211104437 ## File path: airflow/contrib/hooks/bigquery_hook.py ## @@ -915,7 +915,7 @@ def _bq

[GitHub] Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#discussion_r211104482 ## File path: airflow/contrib/hooks/databricks_hook.py ## @@ -47,7 +48,8 @@ def __in

[GitHub] Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#discussion_r211104564 ## File path: airflow/contrib/hooks/databricks_hook.py ## @@ -117,29 +123,51 @@ def

[GitHub] Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#discussion_r211104587 ## File path: airflow/contrib/hooks/databricks_hook.py ## @@ -117,29 +123,51 @@ def

[GitHub] XD-DENG commented on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-08-19 Thread GitBox
XD-DENG commented on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators URL: https://github.com/apache/incubator-airflow/pull/3764#issuecomment-414131118 Hi @Fokko . I do agree that we should always have proper SSL certificates. But this feature may be quite nec

[GitHub] XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-08-19 Thread GitBox
XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators URL: https://github.com/apache/incubator-airflow/pull/3764#issuecomment-414131118 Hi @Fokko . I do agree that we should always have proper SSL certificates. But this feature may be qu

[GitHub] Fokko closed pull request #3751: [AIRFLOW-2524] Add Amazon SageMaker Tuning

2018-08-19 Thread GitBox
Fokko closed pull request #3751: [AIRFLOW-2524] Add Amazon SageMaker Tuning URL: https://github.com/apache/incubator-airflow/pull/3751 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a f

[jira] [Commented] (AIRFLOW-2524) Airflow integration with AWS Sagemaker

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585161#comment-16585161 ] ASF GitHub Bot commented on AIRFLOW-2524: - Fokko closed pull request #3751: [AI

[jira] [Resolved] (AIRFLOW-2908) Kubernetes executor tasks cannot be retried

2018-08-19 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2908. --- Resolution: Fixed Assignee: Jon Davies Fix Version/s: 2.0.0 > Kuber

[GitHub] Fokko commented on issue #3758: [AIRFLOW-2908] Allow retries with KubernetesExecutor.

2018-08-19 Thread GitBox
Fokko commented on issue #3758: [AIRFLOW-2908] Allow retries with KubernetesExecutor. URL: https://github.com/apache/incubator-airflow/pull/3758#issuecomment-414131815 Did you actually ran a job using this code? @jpds This i

[GitHub] Fokko commented on issue #3757: [AIRFLOW-2907] Fix Sendgrid attachments bytes error

2018-08-19 Thread GitBox
Fokko commented on issue #3757: [AIRFLOW-2907] Fix Sendgrid attachments bytes error URL: https://github.com/apache/incubator-airflow/pull/3757#issuecomment-414131899 @elgalu did you test this locally? This is an automated me

[GitHub] Fokko closed pull request #3756: [AIRFLOW-XXX] Fixing the issue in Documentation

2018-08-19 Thread GitBox
Fokko closed pull request #3756: [AIRFLOW-XXX] Fixing the issue in Documentation URL: https://github.com/apache/incubator-airflow/pull/3756 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this i

[GitHub] XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-08-19 Thread GitBox
XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators URL: https://github.com/apache/incubator-airflow/pull/3764#issuecomment-414131118 Hi @Fokko . I do agree that we should always have proper SSL certificates. But this feature may be qu

[GitHub] XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-08-19 Thread GitBox
XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators URL: https://github.com/apache/incubator-airflow/pull/3764#issuecomment-414131118 Hi @Fokko . I do agree that we should always have proper SSL certificates. But this feature may be qu

[GitHub] XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators

2018-08-19 Thread GitBox
XD-DENG edited a comment on issue #3764: [AIRFLOW-2916] Arg `verify` for AwsHook() & S3 sensors/operators URL: https://github.com/apache/incubator-airflow/pull/3764#issuecomment-414131118 Hi @Fokko . I do agree that we should always have proper SSL certificates. But this feature may be qu

[GitHub] Fokko commented on a change in pull request #3730: [AIRFLOW-2882] Add import and export for pool cli using JSON

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3730: [AIRFLOW-2882] Add import and export for pool cli using JSON URL: https://github.com/apache/incubator-airflow/pull/3730#discussion_r211105245 ## File path: airflow/bin/cli.py ## @@ -283,6 +292,43 @@ def _tabulate(pools):

[GitHub] Fokko closed pull request #3753: [AIRFLOW-2904] remove an unnecessary line in executors/celery_executor.py

2018-08-19 Thread GitBox
Fokko closed pull request #3753: [AIRFLOW-2904] remove an unnecessary line in executors/celery_executor.py URL: https://github.com/apache/incubator-airflow/pull/3753 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sak

[jira] [Commented] (AIRFLOW-2904) Clean an unnecessary line in airflow/executors/celery_executor.py

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585163#comment-16585163 ] ASF GitHub Bot commented on AIRFLOW-2904: - Fokko closed pull request #3753: [AI

[jira] [Resolved] (AIRFLOW-2904) Clean an unnecessary line in airflow/executors/celery_executor.py

2018-08-19 Thread Fokko Driesprong (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fokko Driesprong resolved AIRFLOW-2904. --- Resolution: Fixed Fix Version/s: 2.0.0 > Clean an unnecessary line in airflo

[GitHub] ChengzhiZhao commented on a change in pull request #3730: [AIRFLOW-2882] Add import and export for pool cli using JSON

2018-08-19 Thread GitBox
ChengzhiZhao commented on a change in pull request #3730: [AIRFLOW-2882] Add import and export for pool cli using JSON URL: https://github.com/apache/incubator-airflow/pull/3730#discussion_r211107642 ## File path: airflow/bin/cli.py ## @@ -283,6 +292,43 @@ def _tabulate(po

[jira] [Created] (AIRFLOW-2918) Fixing a lot of Flake8 voilations

2018-08-19 Thread Fokko Driesprong (JIRA)
Fokko Driesprong created AIRFLOW-2918: - Summary: Fixing a lot of Flake8 voilations Key: AIRFLOW-2918 URL: https://issues.apache.org/jira/browse/AIRFLOW-2918 Project: Apache Airflow Issue

[GitHub] Fokko opened a new pull request #3768: [AIRFLOW-2918] Fix a lot of Flake8 violations

2018-08-19 Thread GitBox
Fokko opened a new pull request #3768: [AIRFLOW-2918] Fix a lot of Flake8 violations URL: https://github.com/apache/incubator-airflow/pull/3768 - Unused imports - Wrong import order - Small identation fixes Make sure you have checked _all_ steps below. ### Jira -

[jira] [Commented] (AIRFLOW-2918) Fixing a lot of Flake8 voilations

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585197#comment-16585197 ] ASF GitHub Bot commented on AIRFLOW-2918: - Fokko opened a new pull request #376

[GitHub] betabandido commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
betabandido commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#discussion_r211108206 ## File path: airflow/contrib/hooks/databricks_hook.py ## @@ -117,29 +123,51 @

[GitHub] betabandido commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
betabandido commented on a change in pull request #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#discussion_r211108572 ## File path: airflow/contrib/hooks/databricks_hook.py ## @@ -117,29 +123,51 @

[GitHub] Fokko closed pull request #3768: [AIRFLOW-2918] Fix a lot of Flake8 violations

2018-08-19 Thread GitBox
Fokko closed pull request #3768: [AIRFLOW-2918] Fix a lot of Flake8 violations URL: https://github.com/apache/incubator-airflow/pull/3768 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[jira] [Commented] (AIRFLOW-2918) Fixing a lot of Flake8 voilations

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585216#comment-16585216 ] ASF GitHub Bot commented on AIRFLOW-2918: - Fokko closed pull request #3768: [AI

[GitHub] codecov-io edited a comment on issue #3570: [AIRFLOW-2709] Improve error handling in Databricks hook

2018-08-19 Thread GitBox
codecov-io edited a comment on issue #3570: [AIRFLOW-2709] Improve error handling in Databricks hook URL: https://github.com/apache/incubator-airflow/pull/3570#issuecomment-401965037 # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/3570?src=pr&el=h1) Report > Merging [

[GitHub] kaxil commented on issue #3733: [AIRFLOW-491] Add cache parameter in BigQuery query method - with 'src_fmt_configs'

2018-08-19 Thread GitBox
kaxil commented on issue #3733: [AIRFLOW-491] Add cache parameter in BigQuery query method - with 'src_fmt_configs' URL: https://github.com/apache/incubator-airflow/pull/3733#issuecomment-414144599 Agree that the name could have been better but changing it now will break the DAGs for curr

[incubator-airflow-ci] 18/34: Create folders recursively

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 43ec14b8b6682deb8845d35ab99a30a87781b138 Author: Gerardo Curiel AuthorDate: Sat May 19 10:04:26 2018 +1000

[incubator-airflow-ci] 29/34: Use `airflow` as default user

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 617b3631ba826034120590e31a0523d316be081a Author: Gerardo Curiel AuthorDate: Tue May 29 15:05:04 2018 +1000

[incubator-airflow-ci] 34/34: Cleanup repo to start with a minimal example

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 4da497630622e23fac3ab222ba645eaf995fb62e Author: Fokko Driesprong AuthorDate: Sun Aug 19 19:59:02 2018 +020

[incubator-airflow-ci] 13/34: Install sudo

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit d738640dd6526c5d8d4b4372b595421d084f02b7 Author: Gerardo Curiel AuthorDate: Sat May 12 21:37:11 2018 +1000

[incubator-airflow-ci] 14/34: Remove krb5 services from base image

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 200fc29a05c801fe6aba365ce0ccecbbcc6f19c9 Author: Gerardo Curiel AuthorDate: Sat May 12 21:51:14 2018 +1000

[incubator-airflow-ci] 28/34: Add python3 development headers

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 509764cab14977d8c15aae2ff6996061b2ce895b Author: Gerardo Curiel AuthorDate: Mon May 21 20:58:23 2018 +1000

[incubator-airflow-ci] 16/34: Install Hadoop, Hive and MiniCluster

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 62b4ef62c53d5dbc3b0a09270f8c52b8245b78e7 Author: Gerardo Curiel AuthorDate: Sat May 19 09:58:12 2018 +1000

[incubator-airflow-ci] 04/34: No servers

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 5e4949c784099e9d29a08f45c7aa65ee9625eebf Author: Gerardo Curiel AuthorDate: Tue May 1 11:58:21 2018 +1000

[incubator-airflow-ci] 30/34: Set up workdir

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 87132feacedea3876770e175e3ceeab25ea3164a Author: Gerardo Curiel AuthorDate: Tue May 29 15:27:33 2018 +1000

[incubator-airflow-ci] 23/34: Fix hive dir permissions

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit a0ad5197a8d263265f088e4646938344534e6644 Author: Gerardo Curiel AuthorDate: Sun May 20 11:34:29 2018 +1000

[incubator-airflow-ci] 08/34: Fix local image name

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit f46462ec9e836bf991e4fca67f7bc4cad0b9be3d Author: Gerardo Curiel AuthorDate: Tue May 1 12:41:47 2018 +1000

[incubator-airflow-ci] branch master created (now 4da4976)

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git. at 4da4976 Cleanup repo to start with a minimal example This branch includes the following new commits:

[incubator-airflow-ci] 20/34: Set JAVA_HOME

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 24d57a092ce000c6b936b58b20b5ef63b61917df Author: Gerardo Curiel AuthorDate: Sun May 20 10:43:48 2018 +1000

[incubator-airflow-ci] 17/34: Syntax fix

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 0b9c308c9fc45d7915a65c760c5e72cdfad3c538 Author: Gerardo Curiel AuthorDate: Sat May 19 10:00:52 2018 +1000

[incubator-airflow-ci] 22/34: Add python support libraries

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 40f9562659565b314b7437f8f63a28e9d712581a Author: Gerardo Curiel AuthorDate: Sun May 20 11:23:40 2018 +1000

[incubator-airflow-ci] 01/34: Initial commit

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 72f96a2f2b43ed17aa72a366244e1f7312fda004 Author: Gerardo Curiel AuthorDate: Tue May 1 11:34:39 2018 +1000

[incubator-airflow-ci] 19/34: Install openssh-server

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 465bc73d9323c233a8858d6734fb5e8370327fa1 Author: Gerardo Curiel AuthorDate: Sat May 19 18:08:54 2018 +1000

[incubator-airflow-ci] 21/34: Optimize image size

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit feca835f6e0c83bce83f0e34ab8ba9a31cbfb212 Author: Gerardo Curiel AuthorDate: Sun May 20 10:43:55 2018 +1000

[incubator-airflow-ci] 24/34: Fix command format

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit e11c1b85a2eff1ee5ddee3d0491f223708c62842 Author: Gerardo Curiel AuthorDate: Sun May 20 11:41:09 2018 +1000

[incubator-airflow-ci] 12/34: Add unzip

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit f6c17fcfa73becbfa1754d33aed8bcd0df8353d6 Author: Gerardo Curiel AuthorDate: Wed May 2 16:16:28 2018 +1000

[incubator-airflow-ci] 31/34: Add sasl2 libraries for HiveServer2 authentication

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit e777bcd047a3024518caee1b34469b0184999057 Author: Gerardo Curiel AuthorDate: Wed May 30 19:11:54 2018 +1000

[incubator-airflow-ci] 03/34: Remove mysql server

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit b7040509c4dc071c8b5061b3b26077899d9f568d Author: Gerardo Curiel AuthorDate: Tue May 1 11:47:31 2018 +1000

[incubator-airflow-ci] 33/34: Add hive bin dir to path

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 13c715794612056b17428b95746a0d7b817aeada Author: Gerardo Curiel AuthorDate: Tue Jun 19 16:48:33 2018 +1000

[incubator-airflow-ci] 27/34: Install g++

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 5500e8c0296bebba71d80d01d7f8f2be27041bef Author: Gerardo Curiel AuthorDate: Mon May 21 08:11:21 2018 +1000

[incubator-airflow-ci] 06/34: Disable apt-get prompt

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 5b520d64e3852f057059b135c3e06e28c9630f27 Author: Gerardo Curiel AuthorDate: Tue May 1 12:21:51 2018 +1000

[incubator-airflow-ci] 07/34: Fix pip issue

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 0d00eccc37b233f3d0fbad8ef9eed2cb94d8c7e1 Author: Gerardo Curiel AuthorDate: Tue May 1 12:34:32 2018 +1000

[incubator-airflow-ci] 05/34: Remove krb-kdc

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit fdf86ced365049ffc1f823695f09670a8c01fa24 Author: Gerardo Curiel AuthorDate: Tue May 1 12:06:17 2018 +1000

[incubator-airflow-ci] 32/34: Add python3 support libraries and stop installing tox

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit d22ef2305169ebf418122558c105d9ff0fe35580 Author: Gerardo Curiel AuthorDate: Mon Jun 11 00:42:44 2018 +1000

[incubator-airflow-ci] 02/34: Update MySQL version

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 0153157b6b9647584bfb4c2525f6ab41ee2f0e1d Author: Gerardo Curiel AuthorDate: Tue May 1 11:42:51 2018 +1000

[incubator-airflow-ci] 10/34: Fix ci script indentation

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 6c9bdf0ae4a86cefe3e7a42c37efb9a4ffe76369 Author: Gerardo Curiel AuthorDate: Tue May 1 12:49:12 2018 +1000

[incubator-airflow-ci] 11/34: Add krb libraries and services

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 7b3e28ecbe91e662c153c33e42e740998fbcc848 Author: Gerardo Curiel AuthorDate: Wed May 2 15:56:39 2018 +1000

[incubator-airflow-ci] 15/34: Set up locale

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 3ea95b6a137efa692454e62b4ae845dc7ba90eb0 Author: Gerardo Curiel AuthorDate: Thu May 17 18:58:53 2018 +1000

[incubator-airflow-ci] 09/34: Pass --user flag to pip

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit b6e63c4e746e82019dcfc4fd3a15f8314aebc4f0 Author: Gerardo Curiel AuthorDate: Tue May 1 12:42:33 2018 +1000

[incubator-airflow-ci] 26/34: Install gcc and python-dev

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 9b0eadf1cc62c02437a5b48f7f168bc0c3c47136 Author: Gerardo Curiel AuthorDate: Mon May 21 07:58:24 2018 +1000

[incubator-airflow-ci] 25/34: Python 3

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git commit 4cfb3269254493e9f195471deed72f6347bca1ce Author: Gerardo Curiel AuthorDate: Sun May 20 12:09:30 2018 +1000

[GitHub] Fokko commented on a change in pull request #3393: [AIRFLOW-2499] Dockerised CI pipeline

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3393: [AIRFLOW-2499] Dockerised CI pipeline URL: https://github.com/apache/incubator-airflow/pull/3393#discussion_r21222 ## File path: scripts/ci/docker-compose.yml ## @@ -0,0 +1,84 @@ +# +# Licensed to the Apache Software F

[incubator-airflow-ci] branch master updated: Elaborate in the README

2018-08-19 Thread fokko
This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git The following commit(s) were added to refs/heads/master by this push: new 384b7dc Elaborate in the README 38

[GitHub] Fokko commented on a change in pull request #3393: [AIRFLOW-2499] Dockerised CI pipeline

2018-08-19 Thread GitBox
Fokko commented on a change in pull request #3393: [AIRFLOW-2499] Dockerised CI pipeline URL: https://github.com/apache/incubator-airflow/pull/3393#discussion_r21623 ## File path: scripts/ci/docker-compose.yml ## @@ -0,0 +1,84 @@ +# +# Licensed to the Apache Software F

[GitHub] Fokko opened a new pull request #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations

2018-08-19 Thread GitBox
Fokko opened a new pull request #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations URL: https://github.com/apache/incubator-airflow/pull/3769 - Unused imports - Wrong import order - Small identation fixes - Removed one letter variables Make sure you have checked _all_ step

[jira] [Commented] (AIRFLOW-2918) Fixing a lot of Flake8 voilations

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585243#comment-16585243 ] ASF GitHub Bot commented on AIRFLOW-2918: - Fokko opened a new pull request #376

[GitHub] codecov-io commented on issue #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations

2018-08-19 Thread GitBox
codecov-io commented on issue #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations URL: https://github.com/apache/incubator-airflow/pull/3769#issuecomment-414150077 # [Codecov](https://codecov.io/gh/apache/incubator-airflow/pull/3769?src=pr&el=h1) Report > Merging [#3769](https://cod

[GitHub] elgalu commented on issue #3757: [AIRFLOW-2907] Fix Sendgrid attachments bytes error

2018-08-19 Thread GitBox
elgalu commented on issue #3757: [AIRFLOW-2907] Fix Sendgrid attachments bytes error URL: https://github.com/apache/incubator-airflow/pull/3757#issuecomment-414150759 Yes, we are also using this fix in our Airflow fork already and we are finally able to attach files to emails:) -

[GitHub] Fokko closed pull request #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations

2018-08-19 Thread GitBox
Fokko closed pull request #3769: [AIRFLOW-2918] Fix a lot of Flake8 violations URL: https://github.com/apache/incubator-airflow/pull/3769 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[jira] [Commented] (AIRFLOW-2918) Fixing a lot of Flake8 voilations

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585260#comment-16585260 ] ASF GitHub Bot commented on AIRFLOW-2918: - Fokko closed pull request #3769: [AI

[GitHub] odracci opened a new pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync

2018-08-19 Thread GitBox
odracci opened a new pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync URL: https://github.com/apache/incubator-airflow/pull/3770 Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apa

[GitHub] odracci commented on a change in pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync

2018-08-19 Thread GitBox
odracci commented on a change in pull request #3770: [AIRFLOW-XXX] Fix Kubernetes operator with git-sync URL: https://github.com/apache/incubator-airflow/pull/3770#discussion_r25539 ## File path: airflow/config_templates/default_airflow.cfg ## @@ -566,7 +566,6 @@ elast

[GitHub] jinossy closed pull request #3592: [AIRFLOW-2742] Fix invalid tez.job.queue.name key

2018-08-19 Thread GitBox
jinossy closed pull request #3592: [AIRFLOW-2742] Fix invalid tez.job.queue.name key URL: https://github.com/apache/incubator-airflow/pull/3592 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As t

[jira] [Closed] (AIRFLOW-2742) Fix invalid tez.job.queue.name key

2018-08-19 Thread Jinho Kim (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinho Kim closed AIRFLOW-2742. -- Resolution: Won't Fix > Fix invalid tez.job.queue.name key > -- > >

[jira] [Commented] (AIRFLOW-2742) Fix invalid tez.job.queue.name key

2018-08-19 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/AIRFLOW-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585331#comment-16585331 ] ASF GitHub Bot commented on AIRFLOW-2742: - jinossy closed pull request #3592: [

[GitHub] gerardo commented on issue #3393: [AIRFLOW-2499] Dockerised CI pipeline

2018-08-19 Thread GitBox
gerardo commented on issue #3393: [AIRFLOW-2499] Dockerised CI pipeline URL: https://github.com/apache/incubator-airflow/pull/3393#issuecomment-414190615 @Fokko Thanks for the reviews. I applied the requested changes. Also thanks for setting up [apache/incubator-airflow-ci](https://github

[GitHub] gerardo edited a comment on issue #3393: [AIRFLOW-2499] Dockerised CI pipeline

2018-08-19 Thread GitBox
gerardo edited a comment on issue #3393: [AIRFLOW-2499] Dockerised CI pipeline URL: https://github.com/apache/incubator-airflow/pull/3393#issuecomment-414190615 @Fokko Thanks for the reviews. I applied the requested changes and rebased against master. Also thanks for setting up [apache/in