Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 48 (0.148s).
Loading phrases to help you
refine your search...
Re: Dell Hardware - HDFS - [mail # user]
...We have tested both machines in our labs at MapR and both work well.  Both run pretty hot so you need to keep a good eye on that.  The R720 will have higher wattage per unit of sto...
   Author: Ted Dunning, 2013-01-31, 19:28
Re: Estimating disk space requirements - HDFS - [mail # user]
...It is usually better to not subdivide nodes into virtual nodes.  You will generally get better performance form the original node because you only pay for the OS once and because your d...
   Author: Ted Dunning, 2013-01-18, 22:59
Re: Hadoop Scalability - HDFS - [mail # user]
...Also, you may have to adjust your algorithms.  For instance, the conventional standard algorithm for SVD is a Lanczos iterative algorithm.  Iteration in Hadoop is death because of ...
   Author: Ted Dunning, 2013-01-18, 15:45
Re: What is the preferred way to pass a small number of configuration parameters to a mapper or reducer - HDFS - [mail # user]
...Answer B sounds pathologically bad to me.  A or C are the only viable options.  Neither B nor D work.  B fails because it would be extremely hard to get the right records to t...
   Author: Ted Dunning, 2012-12-28, 21:10
Re: hadoop -put command - HDFS - [mail # user]
...The colon is a reserved character in a URI according to RFC 3986[1].  You should be able to percent encode those colons as %3A.  [1] http://tools.ietf.org/html/rfc3986   On We...
   Author: Ted Dunning, 2012-12-26, 21:35
Re: What should I do with a 48-node cluster - HDFS - [mail # user]
...The infiniband connection to the disk unit might help with the I/O issue.  The memory is a bit tight, but should be possible to make it work.   On Sat, Dec 22, 2012 at 5:11 PM, Edw...
   Author: Ted Dunning, 2012-12-23, 02:48
Re: Alerting - HDFS - [mail # user]
...Also, I think that Oozie allows for timeouts in job submission.  That might answer your need.     On Sat, Dec 22, 2012 at 2:08 PM, Ted Dunning  wrote:  ...
   Author: Ted Dunning, 2012-12-22, 22:12
Re: Alerting - HDFS - [mail # user]
...You can write a script to parse the Hadoop job list and send an alert.  The trick of putting a retry into your workflow system is a nice one.  If your program won't allow multiple ...
   Author: Ted Dunning, 2012-12-22, 22:08
Re: Merging files - HDFS - [mail # user]
...A pig script should work quite well.  I also note that the file paths have maprfs in them.  This implies that you are using MapR and could simply use the normal linux command cat t...
   Author: Ted Dunning, 2012-12-22, 22:05
Re: Merging files - HDFS - [mail # user]
...The technical term for this is "copying".  You may have heard of it.  It is a subject of such long technical standing that many do not consider it worthy of detailed documentation....
   Author: Ted Dunning, 2012-12-22, 19:24
Sort:
project
Zookeeper (454)
Hadoop (321)
HBase (251)
Pig (64)
MapReduce (53)
HDFS (48)
Chukwa (1)
type
mail # user (47)
mail # dev (1)
date
last 7 days (0)
last 30 days (4)
last 90 days (9)
last 6 months (21)
last 9 months (48)
author
Todd Lipcon (488)
Harsh J (450)
Eli Collins (347)
Tsz Wo (168)
Aaron T. Myers (148)
Suresh Srinivas (144)
Colin Patrick McCabe (128)
Mohammad Tariq (126)
Stuti Awasthi (95)
Jing Zhao (87)
Uma Maheswara Rao G (76)
Allen Wittenauer (73)
Daryn Sharp (72)
Brandon Li (66)
Thanh Do (59)
Ted Dunning