Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
When MiniMRYarnCluster configured to run on localFs instead of remoteFs, i.e. MiniDFSCluster, the job will fail on Windows. The error message looks like the following.
java.io.IOException: Job status not available
In my testing, the following unit tests hit this exception.
- TestMRJobsWithHistoryService
- TestClusterMRNotification
- TestJobCleanup
- TestJobCounters
- TestMiniMRClientCluster
- TestJobOutputCommitter
- TestMRAppWithCombiner
- TestMROldApiJobs
- TestSpeculativeExecution
Attachments
Attachments
Issue Links
- is part of
-
MAPREDUCE-4401 Enhancements to MapReduce for Windows Server and Windows Azure development and runtime environments
- Resolved