You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:34 UTC

[incubator-airflow-ci] 33/34: Add hive bin dir to path

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit 13c715794612056b17428b95746a0d7b817aeada
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue Jun 19 16:48:33 2018 +1000

    Add hive bin dir to path
---
 Dockerfile.base | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index cad11fe..1b55b92 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -103,4 +103,7 @@ RUN adduser airflow && \
     chmod 0440 /etc/sudoers.d/airflow
 
 WORKDIR /home/airflow
+
+ENV PATH "$PATH:/tmp/hive/bin"
+
 USER airflow