[ https://issues.apache.org/jira/browse/HBASE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stack updated HBASE-1378: ------------------------- Resolution: Invalid Status: Resolved (was: Patch Available) Looks like it got fixed already: {code} r771403 | stack | 2009-05-04 12:04:52 -0700 (Mon, 04 May 2009) | 1 line Mistaken commit of my hbase-env.sh {code} > Bad update of conf/hbase-env.sh > ------------------------------- > > Key: HBASE-1378 > URL: https://issues.apache.org/jira/browse/HBASE-1378 > Project: Hadoop HBase > Issue Type: Bug > Reporter: Nitay Joffe > Assignee: Nitay Joffe > Fix For: 0.20.0 > > Attachments: hbase-1378.patch > > > HBASE-1318, svn checkin 771087, included the following bad change: > {code} > diff --git a/conf/hbase-env.sh b/conf/hbase-env.sh > index 64fa4c5..b260c6c 100644 > --- a/conf/hbase-env.sh > +++ b/conf/hbase-env.sh > @@ -23,6 +23,7 @@ > > # The java implementation to use. Java 1.6 required. > # export JAVA_HOME=/usr/java/jdk1.6.0/ > +export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.07/ > > # Extra Java CLASSPATH elements. Optional. > # export HBASE_CLASSPATH= > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.