| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
65 (0.136s).
|
|
|
Loading phrases to help you refine your search...
|
|
Why use "Reverse Timestamp" as the Row Key? - Hadoop - [mail # user]
|
|
...Hi, I was studying Hbase with "Hadoop: The Definitive Guide". There was a schema example that had as the row key, "Group Id + Reverse Timestamp." This way the same groups will be located nea...
|
|
|
Author: edward choi,
2011-07-22, 07:18
|
|
|
TableOutputFormat not efficient than direct HBase API calls? - Hadoop - [mail # user]
|
|
...Hi, I am writing an Hadoop application that uses HBase as both source and sink. There is no reducer job in my application. I am using TableOutputFormat as the OutputFormatC...
|
|
|
Author: edward choi,
2011-06-22, 02:22
|
|
|
Re: Custom TableInputFormat not working correctly - Hadoop - [mail # user]
|
|
...Hello, St.Ack I found the reason at last on 3:00 am last night. org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil.initTableMapperJob() is hardcoded to select "TableInputFormat.class...
|
|
|
Author: edward choi,
2011-06-21, 00:10
|
|
|
Custom TableInputFormat not working correctly - Hadoop - [mail # user]
|
|
...Hi, I have implemented a custom TableInputFormat. I call it TableInputFormatMapPerRow and that is exactly what it does. The getSplits() of my custom TableInputFormat creates a TableSpl...
|
|
|
Author: edward choi,
2011-06-19, 15:49
|
|
|
How to split a specified number of rows per Map - Hadoop - [mail # user]
|
|
...Hi, I am using HBase as a source of my MapReduce jobs. I recently found out that TableInputFormat automatically splits the input table so that each region of the table will be as...
|
|
|
Author: edward choi,
2011-06-05, 11:04
|
|
|
hbase and hypertable comparison - Hadoop - [mail # user]
|
|
...I'm planning to use a NoSQL distributed database. I did some searching and came across a lot of database systems such as MongoDB, CouchDB, Hbase, Cassandra, Hypertable, etc. Since what...
|
|
|
Author: edward choi,
2011-05-25, 07:47
|
|
|
Inserting many small files into HBase - Hadoop - [mail # user]
|
|
...Hi, I'm planning to crawl thousands of news rss feeds via MapReduce, and save each news article into HBase directly. My concern is that Hadoop does not work well with a large num...
|
|
|
Author: edward choi,
2011-03-21, 01:39
|
|
|
Does HBase use spaces of HDFS? - Hadoop - [mail # user]
|
|
...Sorry for this totally newbie question. I'm just wondering if HBase uses HDFS space. I read it in the reference book that HBase table size increases automatically as the table en...
|
|
|
Author: edward choi,
2011-03-08, 05:42
|
|
|
Inserting data directly into HBase? - Hadoop - [mail # user]
|
|
...Hi, I am trying to crawl several thousands of rss feeds every 30 minutes. I thought I could use Hadoop and HBase as my platform. However, I am not familiar with the HBase a...
|
|
|
Author: edward choi,
2011-03-01, 11:28
|
|
|
Re: How to make a CGI with HBase? - Hadoop - [mail # user]
|
|
...Wow thanks for the tip. I could definitely use that. Just like you said, I am trying to do one at a time :) Thanks Lance. 2011년 3월 1일 오후 2:06, Lance Norskog 님의 말: you e e n...
|
|
|
Author: edward choi,
2011-03-01, 09:26
|
|
|
|