Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
Reviewed
Description
The following three Gridmix unit tests fail on both Windows and Linux:
- TestGridmixSubmission
- TestLoadJob
- TestSleepJob
- TestDistCacheEmulation
For the first three unit tests, one common cause of failure for both Windows and Linux is that -1 was passed to scaleConfigParameter() as the default per-task memory request in GridmixJob.configureHighRamProperties() method.
In additional to the memory setting issue, Windows also have a path issue. In CommonJobTest.doSubmission() method, "root" path is an HDFS path. However, it is initialized as a local file path. This lead to later failure to create "root" on HDFS.
For TestDistCacheEmulation, the test asserts a different permission (0644) than the permission that GridmixGenerateDistCacheData job sets on those files.
Attachments
Attachments
Issue Links
- is part of
-
HADOOP-8562 Enhancements to support Hadoop on Windows Server and Windows Azure environments
- Closed