Re: HMaster Aborted for HBase-0.94.13

2013-11-28 Thread Jiajun Chen
it-to-offline On 28 November 2013 16:56, Jiajun Chen wrote: > https://issues.apache.org/jira/browse/HBASE-8912 > > > On 28 November 2013 14:43, Jiajun Chen wrote: > >> >> >> 2013-11-27 18:24:33,375 INFO >> org.apache.hadoop.hbase.regionserver.StoreFile:

Re: HMaster Aborted for HBase-0.94.13

2013-11-28 Thread Jiajun Chen
https://issues.apache.org/jira/browse/HBASE-8912 On 28 November 2013 14:43, Jiajun Chen wrote: > > > 2013-11-27 18:24:33,375 INFO > org.apache.hadoop.hbase.regionserver.StoreFile: Delete Family Bloom filter > type for hdfs:// > master.uc.uuc.com:9000/hbase/H/18c9cb11b3e673

Re: HMaster Aborted for HBase-0.94.13

2013-11-27 Thread Jiajun Chen
master.uc.uuc.com:9000/hbase/h/ae4d6fae898f79e9fa019b78c975dd95/.tmp/135b6223aa9a41c1bf3511c7a389baea ) On 28 November 2013 14:01, Ted Yu wrote: > Jiajun: > Are you able to show us some more of the region server log ? > > Thanks > > On Nov 27, 2013, at 9:54 PM, Jiajun Chen wrote:

Re: HMaster Aborted for HBase-0.94.13

2013-11-27 Thread Jiajun Chen
> > -- Lars > > > > ____ > From: Jiajun Chen > To: "user@hbase.apache.org" > Sent: Wednesday, November 27, 2013 3:21 AM > Subject: HMaster Aborted for HBase-0.94.13 > > > .. > 2013-11-27 18:26:18,102 FATAL org.apache.hadoop.hbase.master.HMaster: > Master s

HMaster Aborted for HBase-0.94.13

2013-11-27 Thread Jiajun Chen
.. 2013-11-27 18:26:18,102 FATAL org.apache.hadoop.hbase.master.HMaster: Master server abort: loaded coprocessors are: [] 2013-11-27 18:26:18,102 FATAL org.apache.hadoop.hbase.master.HMaster: Unexpected state : H, http://istock.jrj.com.cn/article,002024,6567377.html,1385541132079.18c9cb11b3e673

Re: why responseTooSlow ?

2012-06-14 Thread Jiajun Chen
$ iostat 3 5 avg-cpu: %user %nice %system %iowait %steal %idle 27.930.006.554.440.00 61.08 Device:tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn sda 39.58 1987.97 1360.10 2261558140 1547281856 sdb 40.86 19

Re: why responseTooSlow ?

2012-06-14 Thread Jiajun Chen
running: Compacting store data (since 59sec ago) Flushing data: creating writer (since 1mins, 34sec ago) Compaction complete (since 59sec ago) On 12 May 2012 12:48, Stack wrote: > On Fri, May 11, 2012 at 5:17 AM, Jiajun Chen wrote: > > 2012-05-11 16:07:19

Re: Switching existing table to Snappy possible?

2012-05-09 Thread Jiajun Chen
How to convert snappy on existing table .used lzo compression ? On 10 May 2012 05:27, Doug Meil wrote: > > I'll update the RefGuide with this. This is a good thing for everybody to > know. > > > > > > On 5/9/12 5:08 PM, "Jean-Daniel Cryans" wrote: > > >Just alter the families, the old store f

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
gt; table. > > - Dave > > On Mon, May 7, 2012 at 7:57 AM, Jiajun Chen wrote: > > > I deleted all rows of cjjWaitHash in .META. used deleteall in shell ,and > > output nothing after echo "scan '.META.'" | hbase shell | grep > cjjWaitHash > > . &

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
Table cjjWaitHash does not exist.' > disable 'cjjWaitHash' ERROR: Table cjjWaitHash does not exist.' > create 'cjjWaitHash',{NAME => 'c',COMPRESSION =>'LZO', VERSIONS => '1'} ERROR: Table already exists: cjjWaitHash! On

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
-----Original Message- > From: Jiajun Chen [mailto:cjjvict...@gmail.com] > Sent: Monday, May 07, 2012 10:24 PM > To: user@hbase.apache.org > Subject: Re: terrible! I can't drop the table > > I can lost the data , how to create the table with no data ? > > On 7 Ma

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
because HBase thinks > that table still exists. > > > > > > On 5/7/12 10:23 AM, "Jiajun Chen" wrote: > > >I can lost the data , how to create the table with no data ? > > > >On 7 May 2012 22:19, Doug Meil wrote: > > > >> > >&

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
; > > ... that's where StoreFiles are kept for that particular table. > > > On 5/7/12 10:05 AM, "Jiajun Chen" wrote: > > > which temp directory ? > > lose the data of all tables ? > > > >On 7 May 2012 22:01, Tom Brown wrote: > > >

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
> > > > >The drop is what you ought to have done first, before removing the FS > > >folder and the meta entries. It does all those actions for you. Why > > >did you do it this way? > > > > > >Do you see the table still appearing in the list outputs

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
o have done first, before removing the FS > folder and the meta entries. It does all those actions for you. Why > did you do it this way? > > Do you see the table still appearing in the list outputs? Can you > provide us a paste bin link of: > > echo "scan '.META.&#x

Re: terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
I restarted the cluster but that has no effect . what else hava to delete?

terrible! I can't drop the table

2012-05-07 Thread Jiajun Chen
I deleted the folder use bin/hadoop fs -rmr /hbase/cjjWaitHash ,and deleted the row with prefix cjjWaitHash in .META. Now how can I drop the table cjjWaitHash ?

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
--Original Message----- > From: Jiajun Chen [mailto:cjjvict...@gmail.com] > Sent: Friday, May 04, 2012 6:37 PM > To: user@hbase.apache.org > Cc: Chenjian > Subject: Re: HTable both enable and disable failed > > How to recreate the table ? or ,How to delete the table and create it ? >

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
How to recreate the table ? or ,How to delete the table and create it ? On 4 May 2012 18:35, Jiajun Chen wrote: > Thank you! > > always waiting on region to clear regions in transition. > > HMaster log: > ... > DEBUG org.apache.hadoop.hbase.master.handler.DeleteTable

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
exception occurred before that. What were the operations > before this exception? > I suggest to check the HMaster log. > > Jieshan > > -Original Message- > From: Jiajun Chen [mailto:cjjvict...@gmail.com] > Sent: Friday, May 04, 2012 6:00 PM > To: user@hbase.apache.org &

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
27;3', TTL => '2147483647' false , BLOCKSIZE => '65536', IN_MEMORY => 'true', BLOCKCACHE => 'true'}]} 1 row(s) in 2.5570 seconds On 4 May 2012 17:50, Yifeng Jiang wrote: > That is okay. > What do you get from the describe command?

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
start and end is null , is that normal? cjjWaitHash,,1335522190862.4d0399bcdf15727b1cdf73abaec2e7f8. id: 1335522190862 encoded_name: 4d0399bcdf15727b1cdf73abaec2e7f8 start: end: On 4 May 2012 17:20, Jiajun Chen wrote: > cjjWaitHash is okay. > Number of regions: 1 > De

Re: HTable both enable and disable failed

2012-05-04 Thread Jiajun Chen
cjjWaitHash is okay. Number of regions: 1 Deployed on: slave188.uc.uuwatch.com,60020,1336106400066 On 4 May 2012 17:08, Bijieshan wrote: > Jiajun: > > Did you find any inconsistencies after running hbck? > > Jieshan > > -Original Message- > From: Jia

Re: after upgrade, fatal error in regionserver compacter, LzoCompressor, "AbstractMethodError"

2012-04-10 Thread Jiajun Chen
() { ... return len; } and then ant build successful . On 10 April 2012 18:10, Jiajun Chen wrote: > Why can't i use this version: > http://code.google.com/a/apache-extras.org/p/hadoop-gpl-compression/?redir=1 > > > On 17 March 2011 17:29, Ferdy Galema wrote: > >> Updati

Re: after upgrade, fatal error in regionserver compacter, LzoCompressor, "AbstractMethodError"

2012-04-10 Thread Jiajun Chen
the compiler error output for details. On 10 April 2012 18:10, Jiajun Chen wrote: > Why can't i use this version: > http://code.google.com/a/apache-extras.org/p/hadoop-gpl-compression/?redir=1 > > > On 17 March 2011 17:29, Ferdy Galema wrote: > >> Updating t

Re: after upgrade, fatal error in regionserver compacter, LzoCompressor, "AbstractMethodError"

2012-04-10 Thread Jiajun Chen
Why can't i use this version: http://code.google.com/a/apache-extras.org/p/hadoop-gpl-compression/?redir=1 On 17 March 2011 17:29, Ferdy Galema wrote: > Updating the lzo libraries resolved the problem. Thanks for pointing it > out and thanks to Todd Lipcon for his hadoop-lzo-packager. > > > On

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 wrote: > Sorry > the HBaseClient that I had rewrited in my project had cause

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 wrote: > On Tue, Mar 20, 2012 at 4:05 PM, Jiajun Chen wrote: > > Shell works well. > > > > http://people.apache.org/~stack/hbase-0.92.1

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 wrote: > On Tue, Mar 20, 2012 at 3:25 AM, Jiajun Chen wrote: > > Yes,I did not add the gpl-compression t

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 wrote: > Yes,I did not add the gpl-compression to the lib. It worked now. > > But I hava occured another error: >

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

2012-03-20 Thread Jiajun Chen
va:198) at org.apache.hadoop.hbase.client.HTablePool.getTable(HTablePool.java:173) On 18 March 2012 05:02, Stack wrote: > On Sat, Mar 17, 2012 at 3:19 AM, Jiajun Chen wrote: > > 2012-03-17 18:17:22,793 ERROR > > org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler: Failed > open >

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

2012-03-17 Thread Jiajun Chen
re updated. On 14 March 2012 14:55, Stack wrote: > On Tue, Mar 13, 2012 at 11:26 PM, Jiajun Chen > wrote: > > yes, upgraded to 0.92.1. used hadoop-1.0.1 > > Regions in Transition > > > > *Region* > > > > *State* > > &g

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

2012-03-13 Thread Jiajun Chen
,,1320790030756.07ddd8e3cfcf8f02e41c454135c7817c. state=PENDING_OPEN, ts=Wed Mar 14 13:53:45 CST 2012 (1211s ago), server=slave185.uc.com ,60020,1331702140842 On 14 March 2012 14:05, Stack wrote: > On Tue, Mar 13, 2012 at 10:48 PM, Jiajun Chen > wrote: > > > 0040c405caac920528286d210a6162da

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

2012-03-13 Thread Jiajun Chen
, ts=Wed Mar 14 13:17:11 CST 2012 (1733s ago), server= slave184.uc.com,60020,1331702137860 ... On 14 March 2012 00:44, Stack wrote: > On Tue, Mar 13, 2012 at 4:21 AM, Jiajun Chen wrote: > > Is 0.92.1 more stable than 0.92.0 ? > > > > I'd hope so. Its bug fix

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 wrote: > On Mon, Mar 12, 2012 at 7:24 AM, Jiajun Chen wrote: > > 2012-03-12 22:05:52,822 FATAL org.apache.hadoop.hbase.master.HMaster: > > Unhandled exception. Starting shutdown. > > java.lang.NullPointerExc

Failed to connect to remote VM when I remote debug HBase by using eclipse

2011-12-05 Thread jiajun chen
I do it according http://www.spnguru.com/2011/03/remote-debug-hbase-by-using-eclipse/ ,but failed : Failed to connect to remote VM. Connection refused. Connection refused: connect Any body any hints ?

run hbase using specified username/password

2011-11-22 Thread jiajun chen
Can I run hbase using specified username/[password] ,how ? login by user dev1 and start RS failed : 11/11/22 18:49:49 ERROR regionserver.HRegionServer: Failed init org.apache.hadoop.security.AccessControlException: org.apache.hadoop.security.AccessControlException: Permission denied: user=dev1, a

Re: How to debug/run HBase in eclipse

2011-11-21 Thread jiajun chen
Then in eclipse > remove 'src/test/resources' from you build path. Also you may need go > "clean out" your project by going to "project", "clean..." and then > selecting your hbase build > > You should be able to then run HMaster, or any of

Re: How to debug/run HBase in eclipse

2011-11-21 Thread jiajun chen
The eclipse setup generated with 'mvn eclipse:eclipse' has a build path that has hbase setup in a "unit testing mode". This is great if you want to run unit tests inside of eclipse but not good if you want to get the actual hbase servers (master, regionserver, external utils like bulk load, hfile,

Re: lzo1x_decompress returned: -4

2011-11-21 Thread jiajun chen
) 64-Bit Server VM (19.1-b02) for linux-amd64 JRE (1.6.0_24-b07), built on Feb 2 2011 16:55:54 by "java_re" with gcc 3.2.2 (SuSE Linux) time: Mon Nov 21 22:39:07 2011 elapsed time: 719519 seconds On Mon, Nov 21, 2011 at 10:50 PM, jiajun chen wrote: > My cluster hava 12 RS whi

lzo1x_decompress returned: -4

2011-11-21 Thread jiajun chen
My cluster hava 12 RS which version is HBase0.90.3+hadoop-core-0.20.2-cdh3u0.jar,and used LZO compression ,one RS aborted with the following logs: 2011-11-21 22:36:41,938 ERROR org.apache.hadoop.hbase.regionserver.HRegionServer: java.lang.ArrayIndexOutOfBoundsException at com.hadoop.compre