【发布时间】:2018-11-27 00:06:19
【问题描述】:
我正在运行Aiflow 1.9
我运行了一个执行 BashOperator
bash_command="python /home/ubuntu/airflow/scripts/b.py "
一切都很好,但是当我查看我的任务日志时,我看到了这些:
[2018-06-17 08:00:10,273] {base_task_runner.py:98} INFO - Subtask: [2018-06-17 08:00:10,272] {bash_operator.py:101} INFO - log4j:WARN No appenders could be found for logger (com.amazonaws.athena.jdbc.AthenaDriver).
[2018-06-17 08:00:10,273] {base_task_runner.py:98} INFO - Subtask: [2018-06-17 08:00:10,273] {bash_operator.py:101} INFO - log4j:WARN Please initialize the log4j system properly.
[2018-06-17 08:00:10,273] {base_task_runner.py:98} INFO - Subtask: [2018-06-17 08:00:10,273] {bash_operator.py:101} INFO - log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
似乎是 Airflow Apache 未处理的问题?
【问题讨论】: