| clear query|facets|time |
Search criteria: .
Results from 151 to 160 from
283 (0.248s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-2888] saveVersion.sh doesn't work when svn copy is staged - MapReduce - [issue]
|
|
...The build fails with an error on the sed command, since saveVersion.sh doesn't correctly grab the URL....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-2888
Author: Todd Lipcon,
2011-10-31, 04:58
|
|
|
[MAPREDUCE-2853] Add "teraread" example - MapReduce - [issue]
|
|
...Teragen is a good benchmark of raw DFS write throughput. Terasort is a good benchmark of the whole MR system (input, shuffle, output). I've added a simple "teraread" example which reads thro...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-2853
Author: Todd Lipcon,
2011-10-31, 04:57
|
|
|
[MAPREDUCE-2371] TaskLogsTruncater does not need to check log ownership when running as Child - MapReduce - [issue]
|
|
...Before MAPREDUCE-2178, it used to be that the TaskLogsTruncater had to use the SecureIO API to open the task logs before truncation, to avoid an attack where the user would symlink in someth...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-2371
Author: Todd Lipcon,
2011-10-31, 04:57
|
|
|
Re: Hadoop-Mapreduce-trunk-Commit - Build # 1175 - Still Failing - MapReduce - [mail # dev]
|
|
...Done. I installed on the machines I could find that were up (two appear to be down). If there is config management in place, would be good to add it there as well so that, when they come bac...
|
|
|
Author: Todd Lipcon,
2011-10-28, 18:34
|
|
|
Re: Hadoop-Mapreduce-trunk-Commit - Build # 1175 - Still Failing - MapReduce - [mail # dev]
|
|
...Actually, it looks like the libssl0.9.8 package is installed but not the libssl-dev package. Rajiv, would you mind if I installed the libssl-dev package on the build machines? It looks...
|
|
|
Author: Todd Lipcon,
2011-10-28, 18:12
|
|
|
Re: Hadoop-Mapreduce-trunk-Commit - Build # 1175 - Still Failing - MapReduce - [mail # dev]
|
|
...Not sure exactly what changed on 10/26, but our MR builds are now failing because they can't find libcrypto.so. The odd thing is that libcrypto.so is indeed installed on the build boxes (bot...
|
|
|
Author: Todd Lipcon,
2011-10-28, 18:05
|
|
|
[MAPREDUCE-2373] When tasks exit with a nonzero exit status, task runner should log the stderr as well as stdout - MapReduce - [issue]
|
|
...Currently, if the taskjvm.sh script fails to exec java for some reason, it prints its error message to stderr. This doesn't make it to the logs anywhere. Logging the stderr is very useful to...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-2373
Author: Todd Lipcon,
2011-10-28, 06:36
|
|
|
[MAPREDUCE-3260] Yarn app stuck in KILL_WAIT state - MapReduce - [issue]
|
|
...Last night I killed an MR2 app using "hadoop job -kill". This morning I noticed it's still running, but in "KILL_WAIT" state with no tasks running....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-3260
Author: Todd Lipcon,
2011-10-27, 06:37
|
|
|
[MAPREDUCE-3266] NM resource allocation should be in MB, not GB - MapReduce - [issue]
|
|
...Currently, the resource allocation for tasks on the NM is expressed in GB. This is inconsistent with the per-task resources which are in units of MBs. We should use MB throughout for better ...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-3266
Author: Todd Lipcon,
2011-10-26, 21:29
|
|
|
[MAPREDUCE-3268] MR2 capacity scheduler doesn't spread tasks evenly on an underutilized cluster - MapReduce - [issue]
|
|
...The fair scheduler in MR1 has the behavior that, if a job is submitted to an under-utilized cluster and the cluster has more open slots than tasks in the job, the tasks are spread evenly thr...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-3268
Author: Todd Lipcon,
2011-10-25, 20:39
|
|
|
|