You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Ravi Gummadi (JIRA)" <ji...@apache.org> on 2009/12/11 08:29:18 UTC

[jira] Created: (MAPREDUCE-1289) TrackerDistributedCacheManagerWithLinuxTaskController fails

TrackerDistributedCacheManagerWithLinuxTaskController fails
-----------------------------------------------------------

                 Key: MAPREDUCE-1289
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Ravi Gummadi


TrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vinod K V updated MAPREDUCE-1289:
---------------------------------

          Component/s: test
             Priority: Blocker  (was: Major)
    Affects Version/s: 0.21.0
        Fix Version/s: 0.21.0

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Ravi Gummadi
>            Priority: Blocker
>             Fix For: 0.21.0
>
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Vinod K V (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789167#action_12789167 ] 

Vinod K V commented on MAPREDUCE-1289:
--------------------------------------


Actually the error message I got is:
{code}
Testcase: testManagerFlow took 1.39 sec
        FAILED
Path /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/build/test/data/TestTrackerDistributedCacheManagerWithLinuxTaskController/mapred/local/taskTracker/nobody has the permissions drwxr-xr-x instead of the expected dr-xrws---
junit.framework.AssertionFailedError: Path /home/vinodkv/Workspace/eclipse-workspace/hadoop-mapreduce/build/test/data/TestTrackerDistributedCacheManagerWithLinuxTaskController/mapred/local/taskTracker/nobody has the permissions drwxr-xr-x instead of the expected dr-xrws---
        at org.apache.hadoop.mapred.TestTaskTrackerLocalization.checkFilePermissions(TestTaskTrackerLocalization.java:251)
        at org.apache.hadoop.mapred.TestTrackerDistributedCacheManagerWithLinuxTaskController.checkPermissionOnPathComponents(TestTrackerDistributedCacheManagerWithLinuxTaskController.java:151)
        at org.apache.hadoop.mapred.TestTrackerDistributedCacheManagerWithLinuxTaskController.checkFilePermissions(TestTrackerDistributedCacheManagerWithLinuxTaskController.java:121)
        at org.apache.hadoop.mapreduce.filecache.TestTrackerDistributedCacheManager.testManagerFlow(TestTrackerDistributedCacheManager.java:164)
{code}

This was caused by MAPREDUCE-1098 which removed multiple mapred-local-dirs from _TestTrackerDistributedCacheManager.java_, but didn't fix other parts of the tests which depended on multiple dirs.

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ravi Gummadi
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Ravi Gummadi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravi Gummadi updated MAPREDUCE-1289:
------------------------------------

    Description: TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.  (was: TrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.)
        Summary: TestTrackerDistributedCacheManagerWithLinuxTaskController fails  (was: TrackerDistributedCacheManagerWithLinuxTaskController fails)

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ravi Gummadi
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1289) TrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Ravi Gummadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789155#action_12789155 ] 

Ravi Gummadi commented on MAPREDUCE-1289:
-----------------------------------------

log messages have:


WARN  mapred.LinuxTaskController (LinuxTaskController.java:runCommand(192)) - Exit code from INITIALIZE_DISTRIBUTEDCACHE is : 139
2009-12-11 12:21:52,346 WARN  mapred.LinuxTaskController (LinuxTaskController.java:runCommand(194)) - Exception thrown by INITIALIZE_DISTRIBUTEDCACHE : org.apache.hadoop.util.Shell$ExitCodeException:
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:243)
        at org.apache.hadoop.util.Shell.run(Shell.java:170)
        at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:363)
        at org.apache.hadoop.mapred.LinuxTaskController.runCommand(LinuxTaskController.java:190)
        at org.apache.hadoop.mapred.LinuxTaskController.initializeDistributedCache(LinuxTaskController.java:416)
        at org.apache.hadoop.mapred.ClusterWithLinuxTaskController$MyLinuxTaskController.initializeDistributedCache(ClusterWithLinuxTaskController.java:68)
        at org.apache.hadoop.mapreduce.filecache.TestTrackerDistributedCacheManager.testManagerFlow(TestTrackerDistributedCacheManager.java:156)

> TrackerDistributedCacheManagerWithLinuxTaskController fails
> -----------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Ravi Gummadi
>
> TrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu resolved MAPREDUCE-1289.
------------------------------------------------

    Resolution: Duplicate

Will be incorporated in MAPREDUCE-1186

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Ravi Gummadi
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.22.0
>
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Ravi Gummadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789169#action_12789169 ] 

Ravi Gummadi commented on MAPREDUCE-1289:
-----------------------------------------

Right Vinod. This is the error message(permissions not same as expected) in trunk. Stack trace that I gave in my earlier comment was with the patch of MAPREDUCE-1186.

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Ravi Gummadi
>            Priority: Blocker
>             Fix For: 0.21.0
>
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu updated MAPREDUCE-1289:
-----------------------------------------------

    Affects Version/s:     (was: 0.21.0)
                       0.22.0
        Fix Version/s:     (was: 0.21.0)
                       0.22.0

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Ravi Gummadi
>            Priority: Blocker
>             Fix For: 0.22.0
>
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (MAPREDUCE-1289) TestTrackerDistributedCacheManagerWithLinuxTaskController fails

Posted by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amareshwari Sriramadasu reassigned MAPREDUCE-1289:
--------------------------------------------------

    Assignee: Amareshwari Sriramadasu

> TestTrackerDistributedCacheManagerWithLinuxTaskController fails
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-1289
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1289
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.22.0
>            Reporter: Ravi Gummadi
>            Assignee: Amareshwari Sriramadasu
>            Priority: Blocker
>             Fix For: 0.22.0
>
>
> TestTrackerDistributedCacheManagerWithLinuxTaskController fails with INITIALIZE_DISTRIBUTED_CACHE failing in trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.