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:21 UTC

[incubator-airflow-ci] 20/34: Set JAVA_HOME

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 24d57a092ce000c6b936b58b20b5ef63b61917df
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sun May 20 10:43:48 2018 +1000

    Set JAVA_HOME
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index d1fb342..14bf277 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -31,6 +31,7 @@ ENV HADOOP_VERSION 2.6.0
 ENV HADOOP_DISTRO=cdh
 ENV HADOOP_HOME=/tmp/hadoop-${HADOOP_DISTRO}
 ENV HIVE_HOME=/tmp/hive
+ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
 
 RUN  mkdir ${HADOOP_HOME} && \
      mkdir ${HIVE_HOME}  && \