| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
10 (1.068s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-5177] Move to common utils FileUtil#setReadable/Writable/Executable and FileUtil#canRead/Write/Execute - MapReduce - [issue]
|
|
...Move to using common utils described in HADOOP-9413 that work well cross-platform....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5177
Author: Ivan Mitic,
2013-05-25, 00:01
|
|
|
[MAPREDUCE-5191] TestQueue#testQueue fails with timeout on Windows - MapReduce - [issue]
|
|
...Test times out on my machine after 5 seconds always on the below stack:testQueue(org.apache.hadoop.mapred.TestQueue) Time elapsed: 5009 sec <<< ERROR!java.lang.Exception...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5191
Author: Ivan Mitic,
2013-05-25, 00:00
|
|
|
[MAPREDUCE-5259] TestTaskLog fails on Windows because of path separators missmatch - MapReduce - [issue]
|
|
...Test failure:Running org.apache.hadoop.mapred.TestTaskLogTests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.516 sec <<< FAILURE!testTaskLog(org.apache.hadoop.mapred.T...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5259
Author: Ivan Mitic,
2013-05-21, 01:04
|
|
|
[MAPREDUCE-5066] JobTracker should set a timeout when calling into job.end.notification.url - MapReduce - [issue]
|
|
...In current code, timeout is not specified when JobTracker (JobEndNotifier) calls into the notification URL. When the given URL points to a server that will not respond for a long time, job n...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5066
Author: Ivan Mitic,
2013-05-15, 06:16
|
|
|
RE: Block placement Policy - MapReduce - [mail # user]
|
|
...Hi Mohammad, You will have to implement BlockPlacementPolicy interface (abstract class). There are two existing implementations in Hadoop trunk, BlockPlacementPolicyDefault and BlockPl...
|
|
|
Author: Ivan Mitic,
2013-05-04, 16:10
|
|
|
[MAPREDUCE-5056] TestProcfsBasedProcessTree fails on Windows with Process-tree dump doesn't start with a proper header - MapReduce - [issue]
|
|
...Test fails on the below assertion:Running org.apache.hadoop.mapreduce.util.TestProcfsBasedProcessTreeTests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.266 sec <<< FA...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-5056
Author: Ivan Mitic,
2013-04-10, 00:23
|
|
|
RE: [Vote] Merge branch-trunk-win to trunk - MapReduce - [mail # dev]
|
|
...+1 (non-binding) I am really glad to see this happening! As people already mentioned, this has been a great engineering effort involving many people! Folks raised some valid con...
|
|
|
Author: Ivan Mitic,
2013-02-28, 02:32
|
|
|
[MAPREDUCE-4768] yarn cmd line scripts for windows - MapReduce - [issue]
|
|
...Jira tracking addition of windows equivalents for yarn, yarn-config and yarn-env shell scripts....
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4768
Author: Ivan Mitic,
2012-11-03, 03:15
|
|
|
[MAPREDUCE-4386] Investigate possible abstractions for shell commands "bash -c" and "cmd /c" - MapReduce - [issue]
|
|
...Currently, we have multiple files within the codebase that have if (WINDOWS) "cmd /c …" else "bash –c …". Instead, we should try to scope this down to only Shell.java and expose the needed f...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4386
Author: Ivan Mitic,
2012-08-03, 05:34
|
|
|
[MAPREDUCE-4321] DefaultTaskController fails to launch tasks on Windows - MapReduce - [issue]
|
|
...DefaultTaskController#launchTask tries to run the child JVM task with the following command line:cmd.exe /c /c:/some/path.../taskjvm.cmdAnd this fails because the given path is prefixed with...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4321
Author: Ivan Mitic,
2012-06-11, 19:04
|
|
|
|