| clear query|facets|time |
Search criteria: .
Results from 21 to 26 from
26 (0.158s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Force the number of map tasks in MR? - HBase - [mail # user]
|
|
...JM, The number of map tasks will be limited by the number of input splits available. Assuming you are reading files, that is. Also, you need to reboot your cluster for those sett...
|
|
|
Author: Jonathan Bishop,
2012-10-11, 20:50
|
|
|
Re: Use of MD5 as row keys - is this safe? - HBase - [mail # user]
|
|
...Hi, Thanks everyone for the informative discussion on this topic. I think that for project I am involved in I must remove the risk, however small, of a row key collision, and append th...
|
|
|
Author: Jonathan Bishop,
2012-07-23, 16:58
|
|
|
Is this exception caused by an overloaded node? - HBase - [mail # user]
|
|
...Hi, I am running on a cluster where some of the machines are loaded for other purposes. Occasionally an HBase scan fails with the message below, and I suspect this is caused by on or m...
|
|
|
Author: Jonathan Bishop,
2012-07-20, 16:27
|
|
|
Use of MD5 as row keys - is this safe? - HBase - [mail # user]
|
|
...Hi, I know it is a commonly suggested to use an MD5 checksum to create a row key from some other identifier, such as a string or long. This is usually done to guard against hot-spottin...
|
|
|
Author: Jonathan Bishop,
2012-07-20, 16:22
|
|
|
Re: Region splitting problem - HBase - [mail # user]
|
|
...Sorry, that was meant for Benjamin. Also, you can test your key order using Bytes.compareTo(a,b). I believe that is what is used internally (correct me if I am wrong). On Thu, Jun 28, ...
|
|
|
Author: Jonathan Bishop,
2012-06-28, 15:07
|
|
|
Re: Region splitting problem - HBase - [mail # user]
|
|
...Ram, Your key splitting is incorrect - I had the same problem. Give this a try...notice that you need to insert a zero before the first byte to avoid BigInteger from interpreting this ...
|
|
|
Author: Jonathan Bishop,
2012-06-28, 15:04
|
|
|
|