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 "Lohit Vijayarenu (JIRA)" <ji...@apache.org> on 2008/08/18 22:41:44 UTC

[jira] Created: (HADOOP-3968) test-libhdfs fails on trunk

test-libhdfs fails on trunk
---------------------------

                 Key: HADOOP-3968
                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
             Project: Hadoop Core
          Issue Type: Bug
          Components: dfs, libhdfs
    Affects Versions: 0.19.0
         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
            Reporter: Lohit Vijayarenu
             Fix For: 0.19.0


HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c


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


[jira] Updated: (HADOOP-3968) test-libhdfs fails on trunk

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

Pete Wyckoff updated HADOOP-3968:
---------------------------------

    Assignee: Pete Wyckoff
      Status: Patch Available  (was: Open)

it now passes ant test-libhdfs -Dlibhdfs=1 locally for me.


> test-libhdfs fails on trunk
> ---------------------------
>
>                 Key: HADOOP-3968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, libhdfs
>    Affects Versions: 0.19.0
>         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
>            Reporter: Lohit Vijayarenu
>            Assignee: Pete Wyckoff
>             Fix For: 0.19.0
>
>         Attachments: patch0.txt
>
>
> HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c

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


[jira] Updated: (HADOOP-3968) test-libhdfs fails on trunk

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

Pete Wyckoff updated HADOOP-3968:
---------------------------------

    Attachment: patch0.txt

as lohit said, getFileBlockLocations now takes a FileStatus rather than a Path, so I augmented the code to create a FileStatus from the Path before calling getFileBlockLocations.


> test-libhdfs fails on trunk
> ---------------------------
>
>                 Key: HADOOP-3968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, libhdfs
>    Affects Versions: 0.19.0
>         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
>            Reporter: Lohit Vijayarenu
>             Fix For: 0.19.0
>
>         Attachments: patch0.txt
>
>
> HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c

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


[jira] Commented: (HADOOP-3968) test-libhdfs fails on trunk

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628858#action_12628858 ] 

Hadoop QA commented on HADOOP-3968:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12389613/patch0.txt
  against trunk revision 692597.

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3197/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3197/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3197/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3197/console

This message is automatically generated.

> test-libhdfs fails on trunk
> ---------------------------
>
>                 Key: HADOOP-3968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, libhdfs
>    Affects Versions: 0.19.0
>         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
>            Reporter: Lohit Vijayarenu
>            Assignee: Pete Wyckoff
>             Fix For: 0.19.0
>
>         Attachments: patch0.txt
>
>
> HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c

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


[jira] Commented: (HADOOP-3968) test-libhdfs fails on trunk

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-3968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12628968#action_12628968 ] 

Hudson commented on HADOOP-3968:
--------------------------------

Integrated in Hadoop-trunk #596 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/596/])

> test-libhdfs fails on trunk
> ---------------------------
>
>                 Key: HADOOP-3968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, libhdfs
>    Affects Versions: 0.19.0
>         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
>            Reporter: Lohit Vijayarenu
>            Assignee: Pete Wyckoff
>             Fix For: 0.19.0
>
>         Attachments: patch0.txt
>
>
> HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c

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


[jira] Updated: (HADOOP-3968) test-libhdfs fails on trunk

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

Lohit Vijayarenu updated HADOOP-3968:
-------------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

+1
I just committed this. Thank you Pete.

> test-libhdfs fails on trunk
> ---------------------------
>
>                 Key: HADOOP-3968
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3968
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs, libhdfs
>    Affects Versions: 0.19.0
>         Environment: LINUX. Executing ant test-libhdfs -Dcompile.c++=yes -Dlibhdfs=1 -Dtest.output=yes
>            Reporter: Lohit Vijayarenu
>            Assignee: Pete Wyckoff
>             Fix For: 0.19.0
>
>         Attachments: patch0.txt
>
>
> HADOOP-3095 changed getFileBlockLocations API and HADOOP-3664 removed old one. libhdfs was missed. On trunk test-libhdfs fails, we need to change hdfs.c

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