Re: hbase regionserver all dead

2014-03-03 Thread Marcos Luis Ortiz Valmaseda
Regards, ch huang. Which version of HBase are you using? Please, check the following things: - zookeeper session timeout - zookeeper ticktime - hbase.zookeeper.property.maxClientsCnxns (default 35) - ulimit - increase the quantity of open files (32k or more) 2014-03-04 2:22 GMT+01:00 ch huan

Re: Compile and run HBase 0.98 from svn?

2014-03-01 Thread Marcos Luis Ortiz Valmaseda
uot; mvn -f pom.xml clean install > -DskipTests javadoc:aggregate site assembly:single -Prelease > > With no success... I will continue tomorrow... > > > 2014-03-01 21:44 GMT-05:00 Marcos Luis Ortiz Valmaseda < > marcosluis2...@gmail.com>: > > > Did you

Re: Compile and run HBase 0.98 from svn?

2014-03-01 Thread Marcos Luis Ortiz Valmaseda
Did you read here? https://hbase.apache.org/book/build.html 2014-03-01 21:55 GMT-04:30 Jean-Marc Spaggiari : > Hi all, > > Any hint on the way to build and run 0.98? > > svn co http://svn.apache.org/repos/asf/hbase/branches/0.98/ hbase-0.98 > mvn clean install assembly:assembly -DskipTests -Pre

Re: HTablePool is deprecated, any alternatives?

2014-02-12 Thread Marcos Luis Ortiz Valmaseda
You are right Li Li. HTablePool was deprecated in 0.94, 0.95/0.96, and removed in 0.98: See: https://issues.apache.org/jira/browse/HBASE-6580 Use HConnection instead: http://comments.gmane.org/gmane.comp.java.hadoop.hbase.devel/38950 2014-02-12 22:13 GMT-04:30 Li Li : > I am using hbase 0.94.11.

Re: Please welcome our newest committer, Rajeshbabu Chintaguntla

2013-09-11 Thread Marcos Luis Ortiz Valmaseda
Congratulations, Rajeshbabu !! 2013/9/11 ramkrishna vasudevan > Hi All, > > Please join me in welcoming Rajeshbabu (Rajesh) as our new HBase committer. > Rajesh has been there for more than a year and has been solving some very > good bugs around the Assignment Manger area. He has been working

Re: Please welcome our newest committer, Nick Dimiduk

2013-09-10 Thread Marcos Luis Ortiz Valmaseda
Congratulations, Nick !!! Keep doing this great work 2013/9/10 ramkrishna vasudevan > Congratulations Nick.!!! > > > On Wed, Sep 11, 2013 at 9:15 AM, rajeshbabu chintaguntla < > rajeshbabu.chintagun...@huawei.com> wrote: > > > Congratulations Nick. > > >

Re: Region not splitted

2013-08-09 Thread Marcos Luis Ortiz Valmaseda
Regards, Jean-Marc. What version of HBase are you using? In the new version of the platform (0.94), there a lot of improvements for auto spliting and pre-spliting regions. The great Hortonworks's team published an amazing post for this particular topic: http://hortonworks.com/blog/apache-hbase-regi

Re: Hbase keeps dying (Zookeeper)

2013-08-09 Thread Marcos Luis Ortiz Valmaseda
Regards, Trevor. > hadoop-hbase-0.90.6+84.73-1 > hadoop-zookeeper-3.3.5+19.5-1 > hadoop-0.20.2+923.421-1 > Why not to upgrade your components? HBase to the last 0.94.10: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12324627 Zookeeper to the last 3.4.5: http://

Re: Hbase keeps dying (Zookeeper)

2013-08-09 Thread Marcos Luis Ortiz Valmaseda
Regards, Trevor. > hadoop-hbase-0.90.6+84.73-1 > hadoop-zookeeper-3.3.5+19.5-1 > hadoop-0.20.2+923.421-1 > Why not to upgrade your components? HBase to the last 0.94.10: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12324627 Zookeeper to the last 3.4.5: http://

Re: scan very slow in hbase

2013-08-06 Thread Marcos Luis Ortiz Valmaseda
ving-a-firstgeneration-apache-hbase-deployment-to-second-generation-and-beyond<http://es.slideshare.net/cloudera/hbasecon-2013-evolving-a-firstgeneration-apache-hbase-deployment-to-second-generation-and-beyond> 2013/8/6 Marcos Luis Ortiz Valmaseda > Regards, ch. > Which version of HBase are yo

Fwd: scan very slow in hbase

2013-08-06 Thread Marcos Luis Ortiz Valmaseda
Regards, ch. Which version of HBase are you using? HBase´s development group have worked very hard in Scans improvements http://www.slideshare.net/cloudera/hbase-consistency-and-performance-final http://www.slideshare.net/c

Re: Region size per region on the table page

2013-08-01 Thread Marcos Luis Ortiz Valmaseda
Hi, Bryan. If you file an issue for that, it would be nice to work on it. 2013/8/1 Bryan Beaudreault > Hannibal is very useful, but samar is right. It's another thing to install > and maintain. I'd hope that over time the need for tools like hannibal > would be lessened as some of the feature

Re: HBase on EMR disk space issue

2013-07-22 Thread Marcos Luis Ortiz Valmaseda
Regards, Oussana. First advice: Update your HBase installation to a more recent version like 0.94.9 for example: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310753&version=12324431 The problem with EMR is the version for HBase is very old, so, it would be nice instead EC2 fo

Re: EC2 Elastic MapReduce HBase install recommendations

2013-05-07 Thread Marcos Luis Ortiz Valmaseda
I think that you when you are talking about RMap, you are referring to MapR´s distribution. I think that MapR´s team released a very good version of its Hadoop distribution focused on HBase called M7. You can see its overview here: http://www.mapr.com/products/mapr-editions/m7-edition But this rel

Re: EC2 Elastic MapReduce HBase install recommendations

2013-05-07 Thread Marcos Luis Ortiz Valmaseda
I think that Andrew talked about this some years ago and he created some scripts for that. You can find them here: https://github.com/apurtell/hbase-ec2 Then, you can review some links about this topic: http://blog.cloudera.com/blog/2012/10/set-up-a-hadoophbase-cluster-on-ec2-in-about-an-hour/ htt

Re: hbase + mapreduce

2013-04-21 Thread Marcos Luis Ortiz Valmaseda
Here you have several examples: http://hbase.apache.org/book/mapreduce.example.html http://sujee.net/tech/articles/hadoop/hbase-map-reduce-freq-counter/ http://bigdataprocessing.wordpress.com/2012/07/27/hadoop-hbase-mapreduce-examples/ http://stackoverflow.com/questions/12215313/load-data-into-hbas

Re: RefGuide schema design examples

2013-04-19 Thread Marcos Luis Ortiz Valmaseda
Wow, great work, Doug. 2013/4/19 Doug Meil > Hi folks, > > I reorganized the Schema Design case studies 2 weeks ago and consolidated > them into here, plus added several cases common on the dist-list. > > http://hbase.apache.org/book.html#schema.casestudies > > Comments/suggestions welcome. Th

Re: Inconsistent performance numbers with increased nodes

2013-04-19 Thread Marcos Luis Ortiz Valmaseda
s a high > correlation between the lowest values in the 12 DN data with the > average values in the 10 DN cluster, I'm asserting that Hadoop may > have just talked to 10 DNs instead of all 12. > > This is for a paper that I plan on publishing shortly containing > emulated netwo

Re: should i use compression?

2013-04-03 Thread Marcos Luis Ortiz Valmaseda
RA already but it was not clear to me. However Cloudera's > link is very clear. Thanks for that. Any idea what's the difference > between DIFF and FAST_DIFF? > > 2013/4/3 Marcos Luis Ortiz Valmaseda : > > You can read this JIra issue for this too: > > https://issu

Re: should i use compression?

2013-04-03 Thread Marcos Luis Ortiz Valmaseda
You can read this JIra issue for this too: https://issues.apache.org/jira/browse/HBASE-4218 2013/4/3 Marcos Luis Ortiz Valmaseda > Regards, Jean-Marc. > The best resource that I found for this is a great blog post called Apache > HBase I/O - HFile from Matteo Bertozzi in Cloude

Re: should i use compression?

2013-04-03 Thread Marcos Luis Ortiz Valmaseda
Regards, Jean-Marc. The best resource that I found for this is a great blog post called Apache HBase I/O - HFile from Matteo Bertozzi in Cloudera´s blog. Here´s the link: http://blog.cloudera.com/blog/2012/06/hbase-io-hfile-input-output/ 2013/4/3 Jean-Marc Spaggiari > Is there any documentat

Re: should i use compression?

2013-04-03 Thread Marcos Luis Ortiz Valmaseda
+1 for Ted´s advice. Using compression can save a lot of space in memory and disc, so it´s a good recommendation. 2013/4/3 Ted Yu > You should use data block encoding (in 0.94.x releases only). It is helpful > for reads. > > You can also enable compression. > > Cheers > > > On Wed, Apr 3, 2013

Re: coprocessor is timing out in 0.94

2013-03-28 Thread Marcos Luis Ortiz Valmaseda
Regards, Saurabh. I see that you are using SingleColumnValueFilter. Look for these links: http://gbif.blogspot.com/2012/05/optimizing-hbase-mapreduce-scans-for.html http://mapredit.blogspot.com/2012/05/using-filters-in-hbase-to-match-two.html Take a look later to this link, about the working to im