emiliocolo opened a new issue #9014: URL: https://github.com/apache/airflow/issues/9014
Hello, I am running airflow with celery workers using docker compose and last puckel images from github, ( i replaced airflow user in Dockerfile with hadoop ) in a machine with a username as hadoop with root privileges. Docker compose runs without sudo under that user, so i checked that all the services are running with that hadoop user with the ps aux , and docker ps command seems correct. I also configured the default_impersonation = hadoop in airflow.cfg , so the task will be executed under that user in the host machine, mostly useful for HDFS access. However when i check in the WebUI all the dags task username are always named as root, even the run as parameter seems to work properly internally. Not sure if this as expected, as i guess the unix username should the be the one under the task is being executed or am missing something here ? Thanks so much for the tool, is great. Emilio ---------------------------------------------------------------- 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]
