| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
18361 (0.059s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: DFS Permissions on Hadoop 2.x - MapReduce - [mail # user]
|
|
...Looks like the jobs fail only on the first attempt and pass thereafter. Failure occurs while setting perms on "intermediate done directory". Here is what I think is happening: 1. Inter...
|
|
|
Author: Prashant Kommireddi,
2013-06-19, 00:48
|
|
|
[MAPREDUCE-5330] JVM manager should not forcefully kill the process on Signal.TERM on Windows - MapReduce - [issue]
|
|
...In MapReduce, we sometimes kill a task's JVM before it naturally shuts down if we want to launch other tasks (look in JvmManager$JvmManagerForType.reapJvm). This behavior means that if the m...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5330
Author: Xi Fang,
2013-06-19, 00:46
|
|
|
[MAPREDUCE-5203] Make AM of M/R Use NMClient - MapReduce - [issue]
|
|
...YARN-422 adds NMClient. AM of mapreduce should use it instead of using the raw ContainerManager proxy directly. ContainerLauncherImpl needs to be changed....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5203
Author: Zhijie Shen,
2013-06-18, 23:22
|
|
|
[MAPREDUCE-5251] Reducer should not implicate map attempt if it has insufficient space to fetch map output - MapReduce - [issue]
|
|
...A job can fail if a reducer happens to run on a node with insufficient space to hold a map attempt's output. The reducer keeps reporting the map attempt as bad, and if the map attempt ...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5251
Author: Jason Lowe,
2013-06-18, 22:35
|
|
|
Re: DFS Permissions on Hadoop 2.x - MapReduce - [mail # user]
|
|
...Hi Chris, This is while running a MR job. Please note the job is able to write files to "/mapred" directory and fails on EXECUTE permissions. On digging in some more, it looks like the...
|
|
|
Author: Prashant Kommireddi,
2013-06-18, 22:24
|
|
|
Re: Shuffle design: optimization tradeoffs - MapReduce - [mail # user]
|
|
...On the academic side, you might be interested to read about *resilient distributed datasets (RDDs)* : http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf. Not exactly the same subje...
|
|
|
Author: Bertrand Dechoux,
2013-06-18, 22:04
|
|
|
Re: Assignment of data splits to mappers - MapReduce - [mail # user]
|
|
...1) The tradeoff is between reducing the overhead of distributed computing and reducing the cost of failure. Less tasks, less overhead but the cost of failure will be bigger, mainly because t...
|
|
|
Author: Bertrand Dechoux,
2013-06-18, 21:54
|
|
|
[MAPREDUCE-5221] Reduce side Combiner is not used when using the new API - MapReduce - [issue]
|
|
...If a combiner is specified using o.a.h.mapreduce.Job.setCombinerClass - this will silently ignored on the reduce side since the reduce side usage is only aware of the old api combiner.This d...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5221
Author: Siddharth Seth,
2013-06-18, 21:39
|
|
|
Re: Debugging YARN AM - MapReduce - [mail # user]
|
|
...If distributed shell is running as an unmanaged AM then you should set the debug flags for the 'hadoop jar' invocation, doing an 'export HADOOP_OPTS=....' with the debug flags would do. &nbs...
|
|
|
Author: Alejandro Abdelnur,
2013-06-18, 21:29
|
|
|
[MAPREDUCE-5329] APPLICATION_INIT is never sent to AuxServices other than the builtin ShuffleHandler - MapReduce - [issue]
|
|
...APPLICATION_INIT is never sent to AuxServices other than the built-in ShuffleHandler. This means that 3rd party ShuffleProvider(s) will not be able to function, because APPLICATION_INI...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5329
Author: Avner BenHanoch,
2013-06-18, 21:01
|
|
|
|