| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
144 (0.487s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Not able to Disable table : ERROR: org.apache.hadoop.hbase.RegionException: Retries exhausted, it took too long to wait for the table testtable2 to be disabled. - HBase - [mail # user]
|
|
...See this: http://comments.gmane.org/gmane.comp.java.hadoop.hbase.user/13441 On Mon, Apr 16, 2012 at 9:20 PM, Narayanan K wrote te: LTER => =>...
|
|
|
Author: Suraj Varma,
2012-04-17, 06:16
|
|
|
Re: hbase map/reduce questions - HBase - [mail # user]
|
|
...Take a look at InputSplit: http://grepcode.com/file/repository.cloudera.com/content/repositories/relea ses/com.cloudera.hadoop/hadoop-core/0.20.2-737/org/apache/hadoop/mapreduce/ InputSplit....
|
|
|
Author: Suraj Varma,
2012-04-09, 17:45
|
|
|
Re: HMaster shutdown when a DNS address cannot be solved - HBase - [mail # dev]
|
|
...You may be hitting this: https://issues.apache.org/jira/browse/HBASE-5481 On Sun, Apr 8, 2012 at 11:36 AM, Mikael Sitruk wr ote: d rt ED he 1 T- a:227) 16) ngine.java:150) java:1...
|
|
|
Author: Suraj Varma,
2012-04-08, 21:37
|
|
|
Re: hbase map/reduce questions - HBase - [mail # user]
|
|
...Yes - if you do a custom split, and have sufficient map slots in your cluster, you can parallelize the map tasks to run on other nodes as well. But if you are using HBase as the sink / sourc...
|
|
|
Author: Suraj Varma,
2012-04-08, 16:37
|
|
|
Re: Custom HBase table split that sents collocated rows to the same region - HBase - [mail # user]
|
|
...You did not mention what version of HBase you are on. In 0.94/trunk, there is a RegionSplitPolicy feature that may work in your case ... https://issues.apache.org/jira/browse/HBASE-530...
|
|
|
Author: Suraj Varma,
2012-04-04, 17:15
|
|
|
Re: Starting Abnormally After Shutting Down For Some Time - HBase - [mail # user]
|
|
...Bing: Your pid file location can be setup via hbase-env.sh; default is /tmp ... # The directory where pid files are stored. /tmp by default. # export HBASE_PID_DIR=/var/hadoop/pids &nb...
|
|
|
Author: Suraj Varma,
2012-03-29, 00:15
|
|
|
Re: Scan startRow/stopRow vs. filter - HBase - [mail # user]
|
|
...According to http://hbase.apache.org/book.html#client.filter.row, in general it is preferable to use start/stopRow rather than RowFilter. I believe with a RowFilter, you would be doing...
|
|
|
Author: Suraj Varma,
2012-03-15, 19:26
|
|
|
[HBASE-4999] Constraints - Enhance checkAndPut to do atomic arbitrary constraint checks - HBase - [issue]
|
|
...Related work: HBASE-4605It would be great if checkAndPut (CAS) can be enhanced to not just use a value comparison as a gating factor for the put, but rather have the capability of doing arbi...
|
|
|
http://issues.apache.org/jira/browse/HBASE-4999
Author: Suraj Varma,
2012-03-14, 08:44
|
|
|
Re: hbase - CassNotFound while connecting through mapper - HBase - [mail # user]
|
|
...Great. Thanks for updating the list. On Wed, Feb 8, 2012 at 10:13 PM, Vrushali C wrote: in my code: uld have used getConf() in the run function instead of creating a new co...
|
|
|
Author: Suraj Varma,
2012-02-09, 06:47
|
|
|
Re: hbase - CassNotFound while connecting through mapper - HBase - [mail # user]
|
|
...No - that's what libjars is for ... it will copy it to the distributed cach e. Can you check where you are passing in the libjars parameter ... it should come _after_ your map reduce d...
|
|
|
Author: Suraj Varma,
2012-02-09, 01:34
|
|
|
|