You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Suman Sehgal (JIRA)" <ji...@apache.org> on 2008/09/04 08:34:44 UTC

[jira] Created: (HADOOP-4067) Issue with permissions on test-libhdfs.sh while carrying out unit test on trunk /branch

Issue with permissions on test-libhdfs.sh while carrying out unit test on trunk /branch
---------------------------------------------------------------------------------------

                 Key: HADOOP-4067
                 URL: https://issues.apache.org/jira/browse/HADOOP-4067
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
    Affects Versions: 0.18.0
            Reporter: Suman Sehgal


We are encountering some issue while carrying out unit test for trunk using jdk1.6.0_07-32bit
(command) : "${ANT_HOME}/bin/ant -Dlibhdfs=1 -Dtest.junit.output.format=xml -Dtest.output=yes test test-libhdfs" 

--------------------------------------------------------------------------------
test-libhdfs:
    [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs
    [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs/logs
    [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs/hdfs/name
     [exec] ./tests/test-libhdfs.sh
     [exec] make: execvp: ./tests/test-libhdfs.sh: Permission denied
     [exec] make: *** [test] Error 127

BUILD FAILED
/xx/hadoop-0.19.0-dev/build.xml:1088: exec returned: 2


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


[jira] Resolved: (HADOOP-4067) Issue with permissions on test-libhdfs.sh while carrying out unit test on trunk /branch

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

Nigel Daley resolved HADOOP-4067.
---------------------------------

    Resolution: Invalid

internal build that untarred release before running tests wasn't setting the permissions properly.

> Issue with permissions on test-libhdfs.sh while carrying out unit test on trunk /branch
> ---------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4067
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4067
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.18.0
>            Reporter: Suman Sehgal
>
> We are encountering some issue while carrying out unit test for trunk using jdk1.6.0_07-32bit
> (command) : "${ANT_HOME}/bin/ant -Dlibhdfs=1 -Dtest.junit.output.format=xml -Dtest.output=yes test test-libhdfs" 
> --------------------------------------------------------------------------------
> test-libhdfs:
>     [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs
>     [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs/logs
>     [mkdir] Created dir: /xx/hadoop-0.19.0-dev/build/test/libhdfs/hdfs/name
>      [exec] ./tests/test-libhdfs.sh
>      [exec] make: execvp: ./tests/test-libhdfs.sh: Permission denied
>      [exec] make: *** [test] Error 127
> BUILD FAILED
> /xx/hadoop-0.19.0-dev/build.xml:1088: exec returned: 2

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