Re: HBASE-4358

2011-09-10 Thread Ted Yu
We should also protect the HTableDescriptor in memory against possible failure. How about: 1. Create new HTableDescriptor, htd1, whose storage is under /tmp on hdfs and is a clone of original HTableDescriptor, htd 2. Perform series of modifications on htd1 3. Assuming there is no error, copy conte

Re: HBASE-4358

2011-09-10 Thread Stack
Its as though we should do all the mods in a tmp dir and then if all go through, only then do fs.rename moving the new schema into place. St.Ack On Fri, Sep 9, 2011 at 7:25 PM, Ted Yu wrote: > I ran unit tests for HBASE-4358 patch 3 and they passed. > > The only issue remaining is in TableMultiF

Build failed in Jenkins: HBase-TRUNK #2198

2011-09-10 Thread Apache Jenkins Server
See Changes: [stack] HBASE-4347 Remove duplicated code from Put, Delete, Get, Scan, MultiPut [stack] HBASE-4270 IOE ignored during flush-on-close causes dataloss [stack] HBASE-4270 IOE ignored during flush-on-close causes dataloss --

Re: integrate hbase over hadoop in eclipse IDE

2011-09-10 Thread Eric Charles
Hi Vamshi, If you want to change source in eclipse, you need to create an eclipse project as documented on http://hbase.apache.org/book/ides.html#eclipse. The sources follow a standard maven structure that has no lib folder at the root. Now, when your source is changed and you want to get a

Build failed in Jenkins: hbase-0.90 #290

2011-09-10 Thread Apache Jenkins Server
See Changes: [tedyu] HBASE-4340 Hbase can't balance if ServerShutdownHandler encountered exception (Jinchao) -- [...truncated 1193 lines...] Running org.apache.hadoop.hbase.zookeeper.Te

Build failed in Jenkins: HBase-TRUNK #2197

2011-09-10 Thread Apache Jenkins Server
See -- [...truncated 1590 lines...] Running org.apache.hadoop.hbase.regionserver.TestGetClosestAtOrBefore Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.586 sec Running org.apache.hadoop.h