huozhanfeng commented on pull request #15537: URL: https://github.com/apache/airflow/pull/15537#issuecomment-862214094
The PR will cause dags that use hive operations to fail because they can't get the right PID. the hive task process info like these 1、airflow 20391 20170 11 17:41 ? 00:00:00 airflow task supervisor: ['airflow... 2、root 20394 20391 0 17:41 ? 00:00:00 sudo -E -H -u user airflow tasks run ... 3、user+ 20396 20394 61 17:41 ? 00:00:02 /usr/local/python3/bin/python3.7 /bin/airflow tasks run... 4、user+ 20407 20396 99 17:41 ? 00:00:04 /usr/local/java/bin/java -Xmx1024m -Dhdp.version=2.6.5.0-292 -Djava.net.preferIPv4... -- 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: [email protected]
