Well, MultiRegionTable.setUp line 49 is:
System.setProperty("hadoop.log.dir", conf.get("hadoop.log.dir"));So I'd guess that hadoop.log.dir is not set in your configuration. Are you running one of the regression tests? If so which one? The more information you provide, the better we can figure out what is going wrong. --- Jim Kellerman, Senior Engineer; Powerset > -----Original Message----- > From: edward yoon [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 6:57 PM > To: [email protected] > Subject: Hbase test error. > > I tried to construct the miniHBaseCluster using current hbase > and hadoop-0.17.0.2008-03-04. > > What's wrong? > -- > Caused an ERROR > null > java.lang.NullPointerException > at java.util.Hashtable.put(Hashtable.java:396) > at java.util.Properties.setProperty(Properties.java:128) > at java.lang.System.setProperty(System.java:701) > at > org.apache.hadoop.hbase.MultiRegionTable.setUp(MultiRegionTabl > e.java:49) > > -- > B. Regards, > Edward yoon @ NHN, corp. > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release > Date: 3/18/2008 8:10 AM > > No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 3/18/2008 8:10 AM
