| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
16 (0.154s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: which hadoop version to use - MapReduce - [mail # user]
|
|
...Have you looked at HDP for Windows? http://hortonworks.com/download/ It is a 1.1-based distro and is designed for easier Windows install. I haven't used it myself. john From: Che...
|
|
|
Author: John Lilley,
2013-05-17, 23:49
|
|
|
RE: Is FileSystem thread-safe? - MapReduce - [mail # user]
|
|
...Vinod, Thanks, I was mostly asking in the context of attempting to unify the output of multiple tasks. I've seen that in most cases, users opt to output a folder full of file parts int...
|
|
|
Author: John Lilley,
2013-05-17, 17:16
|
|
|
RE: Distribution of native executables and data for YARN-based execution - MapReduce - [mail # user]
|
|
...Vinod, Your first two items are spot on. We don't expect to have the cluster to ourselves. We also expect to interop with existing HDFS data and want to schedule for data localit...
|
|
|
Author: John Lilley,
2013-05-17, 17:15
|
|
|
RE: Question about writing HDFS files - MapReduce - [mail # user]
|
|
...Right, sorry for the ambiguity, I was talking about HDFS writes only. So my application doesn't need to do anything to signal that it is writing from inside vs. outside of the Hadoop c...
|
|
|
Author: John Lilley,
2013-05-17, 13:38
|
|
|
RE: Distribution of native executables and data for YARN-based execution - MapReduce - [mail # user]
|
|
...Thanks! This sounds exactly like what I need. PUBLIC is right. Do you know if this works for executables as well? Like, would there be any issue transferring the exec...
|
|
|
Author: John Lilley,
2013-05-17, 13:35
|
|
|
Question about writing HDFS files - MapReduce - [mail # user]
|
|
...I seem to recall reading that when a MapReduce task writes a file, the blocks of the file are always written to local disk, and replicated to other nodes. If this is true, is this also...
|
|
|
Author: John Lilley,
2013-05-16, 22:08
|
|
|
Distribution of native executables and data for YARN-based execution - MapReduce - [mail # user]
|
|
...I am attempting to distribute the execution of a C-based program onto a Hadoop cluster, without using MapReduce. I read that YARN can be used to schedule non-MapReduce applications by ...
|
|
|
Author: John Lilley,
2013-05-16, 21:21
|
|
|
YARN in 0.23 vs 2.0 - MapReduce - [mail # user]
|
|
...We will be programming to the YARN resource manager and scheduler in an upcoming project, but I am unclear regarding its level of integration in each version. Searching for, say, Appl...
|
|
|
Author: John Lilley,
2013-05-16, 18:46
|
|
|
RE: Why big block size for HDFS. - MapReduce - [mail # user]
|
|
...From: Rahul Bhattacharjee [mailto:[EMAIL PROTECTED]] Subject: Why big block size for HDFS. While there are no guarantees that disk storage will be contiguous, the OS will attemp...
|
|
|
Author: John Lilley,
2013-03-31, 18:58
|
|
|
RE: Is FileSystem thread-safe? - MapReduce - [mail # user]
|
|
...From: Ted Yu [mailto:[EMAIL PROTECTED]] Subject: Re: Is FileSystem thread-safe? Good point. I am calling FileSystem.get(URI uri, Configuration conf) with an URI like "hdfs://server:por...
|
|
|
Author: John Lilley,
2013-03-31, 18:27
|
|
|
|