Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-26 Thread Jiajun Chen
Sorry the HBaseClient that I had rewrited in my project had caused this error. It's working well now. On 21 March 2012 07:30, Stack st...@duboce.net wrote: On Tue, Mar 20, 2012 at 4:05 PM, Jiajun Chen cjjvict...@gmail.com wrote: Shell works well.

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-26 Thread Jiajun Chen
There are some regions in transition always, because I hava deleted the file of one table by the command, fs -rmr /hbase/nameOfTable . How to delete the regions or table ? On 26 March 2012 16:09, Jiajun Chen cjjvict...@gmail.com wrote: Sorry the HBaseClient that I had rewrited in my project

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-26 Thread Stack
On Mon, Mar 26, 2012 at 1:13 AM, Jiajun Chen cjjvict...@gmail.com wrote: There are some regions in transition always, because I hava deleted the file of one table by the command, fs -rmr /hbase/nameOfTable . How to delete the regions or table ? You removed the table directory? You tried

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-20 Thread Jiajun Chen
Yes,I did not add the gpl-compression to the lib. It worked now. But I hava occured another error: Exception in thread main java.lang.NoSuchMethodError:

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-20 Thread Jiajun Chen
Any hints ? HBase cluster version : Hadoop-1.0.1+HBase-.92.1 HBase client version :HBase 0.92.1,and the error occured at client . On 20 March 2012 18:25, Jiajun Chen cjjvict...@gmail.com wrote: Yes,I did not add the gpl-compression to the lib. It worked now. But I hava occured another

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-20 Thread Stack
On Tue, Mar 20, 2012 at 3:25 AM, Jiajun Chen cjjvict...@gmail.com wrote: Yes,I did not add the gpl-compression to the lib. It worked now. But I hava occured another error: Exception in thread main java.lang.NoSuchMethodError: For sure you updated all jars client-side? Shell works? St.Ack

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-20 Thread Jiajun Chen
Shell works well. http://people.apache.org/~stack/hbase-0.92.1-candidate-0/ is the same as http://mirror.bit.edu.cn/apache//hbase/hbase-0.92.1/ ? On 21 March 2012 01:23, Stack st...@duboce.net wrote: On Tue, Mar 20, 2012 at 3:25 AM, Jiajun Chen cjjvict...@gmail.com wrote: Yes,I did not add

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-20 Thread Stack
On Tue, Mar 20, 2012 at 4:05 PM, Jiajun Chen cjjvict...@gmail.com wrote: Shell works well. http://people.apache.org/~stack/hbase-0.92.1-candidate-0/  is the same as http://mirror.bit.edu.cn/apache//hbase/hbase-0.92.1/ ? Yes. Make sure you don't have any 0.90.x hbase lying around. St.Ack

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-17 Thread Jiajun Chen
2012-03-17 18:17:22,793 ERROR org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed open of region=UrlMapDocRubbish,,1315295663867.920f6b6878106d1c673f898a4aeb9df8. java.io.IOException: Compression algorithm 'lzo' previously failed test. at

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-17 Thread Stack
On Sat, Mar 17, 2012 at 3:19 AM, Jiajun Chen cjjvict...@gmail.com wrote: 2012-03-17 18:17:22,793 ERROR org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed open of region=UrlMapDocRubbish,,1315295663867.920f6b6878106d1c673f898a4aeb9df8. java.io.IOException: Compression

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-14 Thread Stack
On Tue, Mar 13, 2012 at 10:48 PM, Jiajun Chen cjjvict...@gmail.com wrote: 0040c405caac920528286d210a6162daStoryWaitFetchQ,,1331124996873.0040c405caac920528286d210a6162da. state=OFFLINE, ts=Wed Mar 14 13:42:38 CST 2012 (206s ago), server=null

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-14 Thread Jiajun Chen
yes, upgraded to 0.92.1. used hadoop-1.0.1 Regions in Transition *Region* *State* 0040c405caac920528286d210a6162da StoryWaitFetchQ,,1331124996873.0040c405caac920528286d210a6162da. state=PENDING_OPEN, ts=Wed Mar 14 14:13:05 CST 2012 (51s ago), server= slave183.uc.com,60020,1331702165414

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-14 Thread Stack
On Tue, Mar 13, 2012 at 11:26 PM, Jiajun Chen cjjvict...@gmail.com wrote: yes, upgraded to 0.92.1. used hadoop-1.0.1 Regions in Transition *Region* *State* 0040c405caac920528286d210a6162da StoryWaitFetchQ,,1331124996873.0040c405caac920528286d210a6162da. state=PENDING_OPEN, ts=Wed Mar 14

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-13 Thread Jiajun Chen
Is 0.92.1 more stable than 0.92.0 ? On 12 March 2012 23:38, Stack st...@duboce.net wrote: On Mon, Mar 12, 2012 at 7:24 AM, Jiajun Chen cjjvict...@gmail.com wrote: 2012-03-12 22:05:52,822 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown.

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-13 Thread Stack
On Tue, Mar 13, 2012 at 4:21 AM, Jiajun Chen cjjvict...@gmail.com wrote: Is 0.92.1 more stable than 0.92.0 ? I'd hope so. Its bug fixes for the most part. Its currently being voted on so can't say for sure. Needs a couple of deploys first. St.Ack

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-13 Thread Jiajun Chen
thanks There are some regions always in transition on page /master-status. some are follows: 0040c405caac920528286d210a6162daStoryWaitFetchQ,,1331124996873.0040c405caac920528286d210a6162da. state=OFFLINE, ts=Wed Mar 14 13:42:38 CST 2012 (206s ago), server=null

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-12 Thread Harsh J
Jiajun, Your problem isn't coprocessor related, per those logs. It appears that one of the regions Master tried to look up in your .META. entries had no region info associated with it (and hence got a null). Before upgrading, did your hbck report proper health? Does your master not start at all

Re: Error when Upgrading from 0.90.x to 0.92.x

2012-03-12 Thread Stack
On Mon, Mar 12, 2012 at 7:24 AM, Jiajun Chen cjjvict...@gmail.com wrote: 2012-03-12 22:05:52,822 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown. java.lang.NullPointerException This looks like https://issues.apache.org/jira/browse/HBASE-5279. Try the