Re: Start hbase with replication mode

2015-10-23 Thread beeshma r
HI Ted , Can you please advice what changes that i need in Hbase? because hbase starts with own zookeeper. I need hbase should run with external zookeeper Thanks Beeshma On Wed, Oct 21, 2015 at 9:51 AM, beeshma r wrote: > Hi > > i just want to hbase as a replication

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread Pankil Doshi
Hi Ashish, Yes that is due to hbase-indexer code. Still trying to find out soln. No I didnt upgrade hbase from 0.94. I directly installed hbase-0.98.15-hadoop2. Thanks, Pankil On Fri, Oct 23, 2015 at 9:55 AM, Ashish Singhi < ashish.singhi.apa...@gmail.com> wrote: > Hi Pankil. > > A similar

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread Pankil Doshi
Hi Beeshma, Thanks for your response. I am running zookeeper locally. but I am not managing it with hbase i.e I have this set: export HBASE_MANAGES_ZK=false and also: hbase.cluster.distributed true even though I have everything running locally in

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread Pankil Doshi
One other thing which is different in my setup is I am using filesystem for hbase rather hbase-indexer needs hdfs setup to be fully functional. So I need to change that. Also, do you have local hbase setup or hbase cluster mode ? Pankil On Fri, Oct 23, 2015 at 11:23 AM, Pankil Doshi

Re: Opinions wanted: new site skin

2015-10-23 Thread Lars George
Thanks Misty for working on this. I only had a chance to try on my iPhone, but there it looks a bit cramped :( Lars Sent from my iPhone > On 23 Oct 2015, at 07:17, Misty Stanley-Jones > wrote: > > Hi all, > > We are currently using the reFlow Maven site skin.

Re: Hbase put multiple values in a single cell

2015-10-23 Thread Spico Florin
Hello! RThank you very much for your responses. Actually the requirement is like this: I would like to retrieve all the information about a kid. So the data is like this: Parent1, Child1Name,Child1Age,Child1Height Parent1, Child2Name,Child2Age,Child2Height Parent1,

Re: Hbase put multiple values in a single cell

2015-10-23 Thread Heng Chen
How about this way? rowkey:Parent1, cf-children: col1-key: Child1Name, col1-value: Child1 Information col2-key: Child2Name , col2-value: child2 information .. You can get one child information

Re: Hbase cluster is suddenly unable to respond

2015-10-23 Thread Ted Yu
Were other region servers functioning normally around 17:33 ? Which hbase release are you using ? Can you pastebin more of the region server log ? Thanks On Fri, Oct 23, 2015 at 8:28 AM, 聪聪 <175998...@qq.com> wrote: > hi,all: > > > This afternoon,The whole Hbase cluster is suddenly unable to

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread beeshma r
Hi Pankil, Are you sure your hbase is running with external zookeeper ensemble ? As per documentation on Hbase Replication http://www.cloudera.com/content/www/en-us/documentation/archive/cdh/4-x/4-2-0/CDH4-Installation-Guide/cdh4ig_topic_20_11.html zookeeper must not be managed by HBase,.But i

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread Ashish Singhi
Hi Pankil. A similar issue was reported few days back ( http://search-hadoop.com/m/YGbbknQt52rKBDS1=HRegionServer+failed+due+to+replication ). May be this is due to hbase-indexer code ? One more Q, did you upgrade hbase from 0.94 and you see this issue ? Regards, Ashish Singhi On Fri, Oct 23,

Re: Disk usage drops after RegionServer restart? (0.98)

2015-10-23 Thread Otis Gospodnetić
Hi Ted, 0.98.6-cdh5.3.0 I did actually try to use lsof, but I didn't see anything unusual there. Is there something specific I should look for? Things owned by hbase user or hdfs or yarn? Hm, here, I don't really see anything interesting $ sudo lsof| grep '/mnt' <== this is where all data

Re: Disk usage drops after RegionServer restart? (0.98)

2015-10-23 Thread Ted Yu
Which specific release of 0.98 are you using ? Have you used lsof to see which files were being held onto ? Thanks On Fri, Oct 23, 2015 at 7:21 PM, Otis Gospodnetić < otis.gospodne...@gmail.com> wrote: > Hello, > > Is/was there a known issue with HBase 0.98 "holding onto" files? > > We noticed

Re: Start hbase with replication mode

2015-10-23 Thread Ashish Singhi
Hi, Looks like you are using start-hbase.sh script to start the hbase processes. Can you try, 1. hbase-daemon.sh start master 2. hbase-daemon.sh start regionserver Regards, Ashish Singhi On Fri, Oct 23, 2015 at 11:50 PM, beeshma r wrote: > HI Ted , > > Can you please

Disk usage drops after RegionServer restart? (0.98)

2015-10-23 Thread Otis Gospodnetić
Hello, Is/was there a known issue with HBase 0.98 "holding onto" files? We noticed the used disk space metric going up, up and up and we could not stop it with major compaction. But we noticed that if we restart a RegionServer 2 things happen: 1) its disk usage immediately drops a lot 2) the

Hbase cluster is suddenly unable to respond

2015-10-23 Thread ????
hi??all?? This afternoon,The whole Hbase cluster is suddenly unable to respond.after I restart a regionserver after??the cluster has recovered.I don't know the cause of the trouble.I hope I can get help from you. Regionserver on the log is as follows?? 2015-10-23 17:28:49,335 INFO

Re: org.apache.hadoop.hbase.exceptions.DeserializationException: Missing pb magic PBUF prefix

2015-10-23 Thread Pankil Doshi
I tried setting up using hdfs, still I have the same issue. On Fri, Oct 23, 2015 at 11:28 AM, Pankil Doshi wrote: > One other thing which is different in my setup is I am using filesystem > for hbase rather hbase-indexer needs hdfs setup to be fully functional. So > I need