| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
213 (0.271s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: How to Integrate LDAP in Hadoop ? - Hadoop - [mail # user]
|
|
...I believe that their CDH3u3 or later has this... parameter. (Possibly even earlier.) On May 29, 2012, at 6:12 AM, samir das mohapatra wrote: wrote: ...
|
|
|
Author: Michael Segel,
2012-05-29, 14:13
|
|
|
Re: is hadoop suitable for us? - Hadoop - [mail # user]
|
|
...You are going to have to put HDFS on top of your SAN. The issue is that you introduce overhead and latencies by having attached storage rather than the drives physically on the ...
|
|
|
Author: Michael Segel,
2012-05-18, 10:10
|
|
|
Re: is hadoop suitable for us? - Hadoop - [mail # user]
|
|
...The short answer is yes. The longer answer is that you will have to account for the latencies. There is more but you get the idea.. Sent from my iPhone On May 17, 201...
|
|
|
Author: Michael Segel,
2012-05-17, 23:17
|
|
|
Re: freeze a mapreduce job - Hadoop - [mail # user]
|
|
...I haven't seen any. Haven't really had to test that... On May 11, 2012, at 9:03 AM, Shi Yu wrote: are some parameters to control the waiting time of a job (such as ti...
|
|
|
Author: Michael Segel,
2012-05-11, 14:58
|
|
|
Re: freeze a mapreduce job - Hadoop - [mail # user]
|
|
...Just a quick note... If your task is currently occupying a slot, the only way to release the slot is to kill the specific task. If you are using FS, you can move the task t...
|
|
|
Author: Michael Segel,
2012-05-11, 11:26
|
|
|
Re: Reduce Hangs at 66% - Hadoop - [mail # user]
|
|
...Well That was one of the things I had asked. ulimit -a says it all. But you have to do this for the users... hdfs, mapred, and hadoop (Which is why I asked about whi...
|
|
|
Author: Michael Segel,
2012-05-04, 15:22
|
|
|
Re: Changing the Java heap - Hadoop - [mail # user]
|
|
...Not sure of your question. Java child Heap size is independent of how files are split on HDFS. I suggest you look at Tom White's book on HDFS and how files are split in t...
|
|
|
Author: Michael Segel,
2012-04-26, 20:56
|
|
|
Re: Feedback on real world production experience with Flume - Hadoop - [mail # user]
|
|
...Gee Edward, what about putting a link to a company website or your blog in y our signature... ;-) Seriously one could also mention fuse, right? ;-) Sent from my iPhone &nb...
|
|
|
Author: Michael Segel,
2012-04-22, 15:34
|
|
|
Re: Help me with architecture of a somewhat non-trivial mapreduce implementation - Hadoop - [mail # user]
|
|
...If the file is small enough you could read it in to a java object like a list and write your own input format that takes a list object as its input and then lets you specify the ...
|
|
|
Author: Michael Segel,
2012-04-20, 04:38
|
|
|
Re: Help me with architecture of a somewhat non-trivial mapreduce implementation - Hadoop - [mail # user]
|
|
...How 'large' or rather in this case small is your file? If you're on a default system, the block sizes are 64MB. So if your file ~ publisher=aaa year=bbb, ebook-version=2.0...
|
|
|
Author: Michael Segel,
2012-04-20, 03:49
|
|
|
|