-
Apache Airflow version2.6.1 What happenedInstall apache-airflow-providers-apache-hive version 6.1.0 by DockerFile but I got error What you think should happen insteaderror: command 'gcc' failed: Permission denied How to reproducefrom airflow.providers.apache.hive.operators.hive import HiveOperator Operating SystemPython Versions of Apache Airflow Providers2.6.1 DeploymentDocker-Compose Deployment detailsThis is my DockerFile script: FROM apache/airflow:2.6.1-python3.8 USER root ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 RUN usermod -g 0 airflow USER airflow COPY requirement.txt /requirement.txt RUN pip3 install --user --upgrade pip RUN pip install --no-cache-dir --user -r /requirement.txt RUN pip install --user --no-cache-dir wheel setuptools --upgrade Anything elseNo response Are you willing to submit PR?
Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
https://airflow.apache.org/docs/docker-stack/build.html#example-when-you-add-packages-requiring-compilation