You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/08/22 14:45:01 UTC

[jira] [Commented] (AIRFLOW-5027) Generalized CloudWatch log grabbing for ECS and SageMaker operators

    [ https://issues.apache.org/jira/browse/AIRFLOW-5027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913392#comment-16913392 ] 

ASF GitHub Bot commented on AIRFLOW-5027:
-----------------------------------------

ashb commented on pull request #5645: [AIRFLOW-5027] Get logs from CloudWatch for ECSOperators
URL: https://github.com/apache/airflow/pull/5645
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Generalized CloudWatch log grabbing for ECS and SageMaker operators
> -------------------------------------------------------------------
>
>                 Key: AIRFLOW-5027
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5027
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: aws, contrib, logging
>    Affects Versions: 1.10.3, 1.10.4
>            Reporter: Steven Reitsma
>            Assignee: Steven Reitsma
>            Priority: Major
>
> It's very useful to have the CloudWatch task logs of an ECS/SageMaker job available within Airflow. Currently, this is not possible for ECS tasks.
> The SageMaker operator starts a job on AWS SageMaker. It already supports grabbing the CloudWatch logs of the (finished) job to the Airflow instance.
> The ECS operator is very similar in that it starts a job on AWS ECS. It doesn't, however, support grabbing CloudWatch logs at the end of a job.
> I've separated the existing log grabbing of the SageMaker operator to a hook and both the SageMaker and ECS operators now call that hook at the end of a job.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)