Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 6 from 6 (0.103s).
Loading phrases to help you
refine your search...
Re: What's the best disk configuration for hadoop? SSD's Raid levels, etc? - MapReduce - [mail # user]
...Hi David,   your first point :  the role of thumb is : "one disk per CPU (or per 1.5 to 2 CPU)" in your case more parrallel IO could be possible with more disks, but as you wrote, ...
   Author: Mirko Kämpf, 2013-05-11, 08:16
Re: Saving data in db instead of hdfs - MapReduce - [mail # user]
...Hi,  just use Sqoop to push the data from HDFS to a database via JDBC.  Intro to Sqoop: http://blog.cloudera.com/blog/2009/06/introducing-sqoop/  Or even use Hive-JDBC to conn...
   Author: Mirko Kämpf, 2013-05-03, 03:34
Re: Multiple mappers, different parameter values - MapReduce - [mail # user]
...Hi,  I would add an id to the parameter name: "num.iterations.ID=something" If your mapper knows what ID it has it can just pick up this value from the context. But the question is: How...
   Author: Mirko Kämpf, 2013-04-02, 17:04
Re: Estimating disk space requirements - MapReduce - [mail # user]
...Hi,  some comments are inside your message ...   2013/1/18 Panshul Whisper    11 GB is quite small  - or is there a typo?  The amount of raw data is about 115 G...
   Author: Mirko Kämpf, 2013-01-18, 12:44
Re: queues in haddop - MapReduce - [mail # user]
...I would suggest to work with Flume, in order to clollect a certain number of files and store it to HDFS in larger chunk or write it directly to HBase, this allows random access later on (if ...
   Author: Mirko Kämpf, 2013-01-11, 12:52
Re: best way to join? - MapReduce - [mail # user]
...Hi Dexter,  I am no sure if I understood your requirements right. So I repet it to define a starting point.  1.) You have a (static) list of points (the points.txt file)  2.) ...
   Author: Mirko Kämpf, 2012-09-09, 09:55
Sort:
project
MapReduce (6)
Hadoop (4)
HDFS (2)
type
mail # user (6)
date
last 7 days (0)
last 30 days (2)
last 90 days (3)
last 6 months (5)
last 9 months (6)
author
Harsh J (1046)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Mirko Kämpf