| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
328 (2.992s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Checking Which Filesystem Being Used? - Hadoop - [mail # user]
|
|
...On Tue, Feb 7, 2012 at 5:24 PM, Eli Finkelshteyn wrote: conf.get("fs.default.name") would return a URI such as hdfs://bla:8000 or file:///this. Although an application could hav...
|
|
|
Author: Edward Capriolo,
2012-02-07, 22:42
|
|
|
Re: jobtracker url(Critical) - Hadoop - [mail # user]
|
|
...Task tracker sometimes so not clean up their mapred temp directories well if that is the case the tt on startup can spent many minutes deleting files. I use find to delete files older then a...
|
|
|
Author: Edward Capriolo,
2012-01-27, 13:06
|
|
|
Re: NameNode per-block memory usage? - Hadoop - [mail # user]
|
|
...On Tue, Jan 17, 2012 at 10:08 AM, Otis Gospodnetic wrote: Some real world statistics. From NN web Interface. replication factor=2 Cluster Summary 22,061,605 files and dire...
|
|
|
Author: Edward Capriolo,
2012-01-17, 15:22
|
|
|
Re: hadoop filesystem cache - Hadoop - [mail # user]
|
|
...The challenges of this design is people accessing the same data over and over again is the uncommon usecase for hadoop. Hadoop's bread and butter is all about streaming through large dataset...
|
|
|
Author: Edward Capriolo,
2012-01-16, 18:07
|
|
|
Re: desperate question about NameNode startup sequence - Hadoop - [mail # user]
|
|
...The problem with checkpoint /2nn is that it happily "runs" and has no outward indication that it is unable to connect. Because you have a large edits file you startup will complete, ho...
|
|
|
Author: Edward Capriolo,
2011-12-17, 21:00
|
|
|
Re: Analysing Completed Job info programmatically apart from Jobtracker GUI - Hadoop - [mail # user]
|
|
...I would check out hitune. I have a github project that connects to the JobTracker and stores counters, job times and other stats into Cassandra. https://github.com/edwardcapriolo/hadoo...
|
|
|
Author: Edward Capriolo,
2011-12-14, 17:30
|
|
|
Re: Matrix multiplication in Hadoop - Hadoop - [mail # user]
|
|
...Sounds like a job for next gen map reduce native libraries and gpu's. A modern day Dr frankenstein for sure. On Saturday, November 19, 2011, Tim Broberg wrote: in...
|
|
|
Author: Edward Capriolo,
2011-11-19, 16:53
|
|
|
Re: Matrix multiplication in Hadoop - Hadoop - [mail # user]
|
|
...A problem with matrix multiplication in hadoop is that hadoop is row oriented for the most part. I have thought about this use case however and you can theoretically turn a 2D matrix into a ...
|
|
|
Author: Edward Capriolo,
2011-11-18, 19:46
|
|
|
Re: pointing mapred.local.dir to a ramdisk - Hadoop - [mail # user]
|
|
...This directory can get very large, in many cases I doubt it would fit on a ram disk. Also RAM Disks tend to help most with random read/write, since hadoop is doing mostly linear IO you...
|
|
|
Author: Edward Capriolo,
2011-10-03, 17:36
|
|
|
Re: linux containers with Hadoop - Hadoop - [mail # user]
|
|
...On Fri, Sep 30, 2011 at 9:03 AM, bikash sharma wrote: Previously hadoop launched map reduce tasks as a single user, now with security tasks can launch as different users in the same O...
|
|
|
Author: Edward Capriolo,
2011-09-30, 17:39
|
|
|
|