Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 18829 invoked from network); 31 Dec 2009 19:20:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Dec 2009 19:20:03 -0000 Received: (qmail 21712 invoked by uid 500); 31 Dec 2009 19:20:01 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 21684 invoked by uid 500); 31 Dec 2009 19:20:01 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 21650 invoked by uid 99); 31 Dec 2009 19:20:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 19:20:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 19:19:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72636234C1EE for ; Thu, 31 Dec 2009 11:19:29 -0800 (PST) Message-ID: <857857104.1262287169467.JavaMail.jira@brutus.apache.org> Date: Thu, 31 Dec 2009 19:19:29 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-2084) [EC2] JAVA_HOME handling broken In-Reply-To: <1759765774.1262287169413.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-2084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-2084: ---------------------------------- Description: {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} Fix Version/s: 0.21.0 0.20.3 Assignee: Andrew Purtell > [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 > > > {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.