Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 13 (0.272s).
Loading phrases to help you
refine your search...
Re: Map Reduce with multiple scans - HBase - [mail # user]
...Thanks for your answers. I ended up by extending org.apache.hadoop.hbase.mapreduce.TableInputFormat and overwriting the split method and passing it to the map reduce job the following way: &...
   Author: Paul van Hoven, 2013-02-27, 16:17
Map Reduce with multiple scans - HBase - [mail # user]
...My rowkeys look something like this:  md5( date ) + md5( ip address )  So an example would be md5( "2013-02-08") + md5( "192.168.187.2")  For one particular date I got several...
   Author: Paul van Hoven, 2013-02-26, 13:41
Re: Question about filtering data - HBase - [mail # user]
...Thank you for your answer. I applied the following filter object:  Scan scan = new Scan( startRow, endRow ); Filter f = new SingleColumnValueFilter( Bytes.toBytes("CF"), Bytes.toByte...
   Author: Paul van Hoven, 2013-02-20, 18:37
Question about filtering data - HBase - [mail # user]
...Suppose I had the following data in a table:   hbase(main):007:0> scan 'ToyDataTable' ROW                           &...
   Author: Paul van Hoven, 2013-02-20, 18:06
Re: Scanning a row for certain md5hash does not work - HBase - [mail # user]
...Sorry, I had a mistake in my rowkey generation.  Thanks for reading!  2013/2/19 Paul van Hoven :...
   Author: Paul van Hoven, 2013-02-19, 19:13
Scanning a row for certain md5hash does not work - HBase - [mail # user]
...I'm currently reading a book about hbase (hbase in action by manning). In this book it is explained how to perform a scan if the rowkey is made out of a md5 hash (page 45 in the book). My ro...
   Author: Paul van Hoven, 2013-02-19, 18:46
Re: Rowkey design question - HBase - [mail # user]
...Yeah it worked fine.  But as I understand: If I prefix my row key with something like  md5-hash + timestamp  then the rowkeys are probably evenly distributed but how would I p...
   Author: Paul van Hoven, 2013-02-19, 17:50
Re: Rowkey design question - HBase - [mail # user]
...Hey Tariq,  thanks for your quick answer. I'm not sure if I got the idea in the seond part of your answer. You mean if I use a timestamp as a rowkey I should append a hash like this: &n...
   Author: Paul van Hoven, 2013-02-19, 16:24
Rowkey design question - HBase - [mail # user]
...Hi,  I'm currently playing with hbase. The design of the rowkey seems to be critical.  The rowkey for a certain database table of mine is:  timestamp+ipaddress  It looks ...
   Author: Paul van Hoven, 2013-02-19, 16:11
Re: Table deleted after restart of computer - HBase - [mail # user]
...I installed hbase via brew.  brew install hadoop hbase pig hive  Then I started hbase via start-hbase.sh command. Therefore I'm pretty sure it is a standalone version.    ...
   Author: Paul van Hoven, 2013-02-19, 14:58
Sort:
project
HBase (13)
HDFS (1)
Hadoop (1)
MapReduce (1)
type
mail # user (13)
date
last 7 days (0)
last 30 days (0)
last 90 days (2)
last 6 months (13)
last 9 months (13)
author
Stack (3759)
Ted Yu (2476)
Jean-Daniel Cryans (2281)
Andrew Purtell (1455)
lars hofhansl (989)
Ryan Rawson (862)
Jean-Marc Spaggiari (681)
Todd Lipcon (670)
Doug Meil (571)
Jonathan Gray (516)
Jonathan Hsieh (511)
Michael Segel (477)
Lars George (438)
stack (420)
Gary Helmling (290)
Paul van Hoven