You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Junping Du (JIRA)" <ji...@apache.org> on 2017/09/05 21:37:00 UTC

[jira] [Created] (HADOOP-14842) Hadoop 2.8.2 release build process get stuck due to java issue

Junping Du created HADOOP-14842:
-----------------------------------

             Summary: Hadoop 2.8.2 release build process get stuck due to java issue
                 Key: HADOOP-14842
                 URL: https://issues.apache.org/jira/browse/HADOOP-14842
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
            Reporter: Junping Du
            Priority: Blocker


In my latest 2.8.2 release build (via docker) get failed, and following errors received:
 
{noformat}
"/usr/bin/mvn -Dmaven.repo.local=/maven -pl hadoop-maven-plugins -am clean install
Error: JAVA_HOME is not defined correctly. We cannot execute /usr/lib/jvm/java-7-oracle/bin/java"
{noformat}

This looks like related to HADOOP-14474. However, reverting that patch doesn't work here because build progress will get failed earlier in java download/installation - may be as mentioned in HADOOP-14474, some java 7 download address get changed by Oracle. 
Hard coding my local JAVA_HOME to create-release or Dockerfile doesn't work here although it show correct java home. My suspect so far is we still need to download java 7 from somewhere to make build progress continue in docker building process, but haven't got clue to go through this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org