Chuan Liu created HADOOP-9656:
---------------------------------

             Summary: Gridmix unit tests fail on Windows and Linux
                 Key: HADOOP-9656
                 URL: https://issues.apache.org/jira/browse/HADOOP-9656
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 3.0.0, 2.1.0-beta
            Reporter: Chuan Liu
            Assignee: Chuan Liu
            Priority: Minor


The following three Gridmix unit tests fail on both Windows and Linux:

*TestGridmixSubmission
*TestLoadJob
*TestSleepJob

One common cause of failure for both Windows and Linux is that in 
{{GridmixJob.configureHighRamProperties()}} method -1 was passed in to 
{{scaleConfigParameter}} as default per task memory request.

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to