[ https://issues.apache.org/jira/browse/HBASE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Purtell updated HBASE-2084: ---------------------------------- Description: A recent change broke JAVA_HOME handling with respect to how the EC2 images are set up. {noformat} Creating/checking security groups Security group testcluster-master exists, ok Security group testcluster exists, ok Security group testcluster-zookeeper exists, ok Starting ZooKeeper quorum ensemble. Starting an AMI with ID ami-14927f7d (arch i386) in group testcluster-zookeeper Waiting for instance i-fb5e7f93 to start: ................. Started ZooKeeper instance i-fb5e7f93 as domU-12-31-39-0C-3C-F3.compute-1.internal Public DNS name is ec2-174-129-181-112.compute-1.amazonaws.com. ZooKeeper quorum is domU-12-31-39-0C-3C-F3.compute-1.internal. Initializing the ZooKeeper quorum ensemble. ec2-174-129-181-112.compute-1.amazonaws.com +======================================================================+ | Error: JAVA_HOME is not set and Java could not be found | +----------------------------------------------------------------------+ | Please download the latest Sun JDK from the Sun Java web site | | > http://java.sun.com/javase/downloads/ < | | | | HBase requires Java 1.6 or later. | | NOTE: This script will find Sun Java whether you install using the | | binary or the RPM based installer. | +======================================================================+ {noformat} was: {noformat} Creating/checking security groups Security group testcluster-master exists, ok Security group testcluster exists, ok Security group testcluster-zookeeper exists, ok Starting ZooKeeper quorum ensemble. Starting an AMI with ID ami-14927f7d (arch i386) in group testcluster-zookeeper Waiting for instance i-fb5e7f93 to start: ................. Started ZooKeeper instance i-fb5e7f93 as domU-12-31-39-0C-3C-F3.compute-1.internal Public DNS name is ec2-174-129-181-112.compute-1.amazonaws.com. ZooKeeper quorum is domU-12-31-39-0C-3C-F3.compute-1.internal. Initializing the ZooKeeper quorum ensemble. ec2-174-129-181-112.compute-1.amazonaws.com +======================================================================+ | Error: JAVA_HOME is not set and Java could not be found | +----------------------------------------------------------------------+ | Please download the latest Sun JDK from the Sun Java web site | | > http://java.sun.com/javase/downloads/ < | | | | HBase requires Java 1.6 or later. | | NOTE: This script will find Sun Java whether you install using the | | binary or the RPM based installer. | +======================================================================+ {noformat} > [EC2] JAVA_HOME handling broken > ------------------------------- > > Key: HBASE-2084 > URL: https://issues.apache.org/jira/browse/HBASE-2084 > Project: Hadoop HBase > Issue Type: Sub-task > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.20.3, 0.21.0 > > Attachments: HBASE-2084.patch > > > A recent change broke JAVA_HOME handling with respect to how the EC2 images > are set up. > {noformat} > Creating/checking security groups > Security group testcluster-master exists, ok > Security group testcluster exists, ok > Security group testcluster-zookeeper exists, ok > Starting ZooKeeper quorum ensemble. > Starting an AMI with ID ami-14927f7d (arch i386) in group > testcluster-zookeeper > Waiting for instance i-fb5e7f93 to start: ................. Started ZooKeeper > instance i-fb5e7f93 as domU-12-31-39-0C-3C-F3.compute-1.internal > Public DNS name is ec2-174-129-181-112.compute-1.amazonaws.com. > ZooKeeper quorum is domU-12-31-39-0C-3C-F3.compute-1.internal. > Initializing the ZooKeeper quorum ensemble. > ec2-174-129-181-112.compute-1.amazonaws.com > +======================================================================+ > | Error: JAVA_HOME is not set and Java could not be found | > +----------------------------------------------------------------------+ > | Please download the latest Sun JDK from the Sun Java web site | > | > http://java.sun.com/javase/downloads/ < | > | | > | HBase requires Java 1.6 or later. | > | NOTE: This script will find Sun Java whether you install using the | > | binary or the RPM based installer. | > +======================================================================+ > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.