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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2011/07/19 17:30:57 UTC

[jira] [Created] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

TestBlockPlacementPolicyRaid cannot be compiled
-----------------------------------------------

                 Key: MAPREDUCE-2711
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: contrib/raid
         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
            Reporter: Tsz Wo (Nicholas), SZE
            Assignee: Tsz Wo (Nicholas), SZE




--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.24.0
                   0.23.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Thanks Arun for the review.

I have committed this.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on MAPREDUCE-2711 started by Tsz Wo (Nicholas), SZE.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #788 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/788/])
    MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167001
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Attachment: m2711_20110719_TestBlockPlacementPolicyRaid.java

m2711_20110719_TestBlockPlacementPolicyRaid.java: Fixed the compilation problem.

Will post a patch after HDFS-2167.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071558#comment-13071558 ] 

Tsz Wo (Nicholas), SZE commented on MAPREDUCE-2711:
---------------------------------------------------

Will also temporarily disable NameNodeRaidTestUtil.getDatanodeMap(..).

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Attachment: m2711_20110818.patch

m2711_20110818.patch: last patch before MAPREDUCE-279 merge.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Attachment: m2711_20110908.patch

m2711_20110908.patch: updated with trunk

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Common-trunk-Commit #858 (See [https://builds.apache.org/job/Hadoop-Common-trunk-Commit/858/])
    MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167001
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #743 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/743/])
    Correct way to temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711.
Revert r1148400 for MAPREDUCE-2711.
Temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148421
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148416
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148400
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13067788#comment-13067788 ] 

Tsz Wo (Nicholas), SZE commented on MAPREDUCE-2711:
---------------------------------------------------

I have temporarily commented out the test.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #749 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/749/])
    Temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148400
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #750 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/750/])
    Revert r1148400 for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148416
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Attachment: m2711_20110727.patch

m2711_20110727.patch: updated patch.

Let's keep disabling the test temporarily and wait for the code separation, which is almost done.  Otherwise, the compilation of the test will be broken again and again.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082255#comment-13082255 ] 

Tsz Wo (Nicholas), SZE commented on MAPREDUCE-2711:
---------------------------------------------------

Hi Amar, I just have filed MAPREDUCE-2797.  Let fix them there.  Thanks for the info.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hadoop QA commented on MAPREDUCE-2711:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12493722/m2711_20110908.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +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 (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-hs.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-shuffle.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-jobclient.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-nodemanager.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-api.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/671//console

This message is automatically generated.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #812 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/812/])
    MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167001
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.23.0, 0.24.0
>
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Status: Patch Available  (was: In Progress)

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #935 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Commit/935/])
    MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167001
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #758 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/758/])
    Temporarily disable NameNodeRaidTestUtil.getDatanodeMap(..) for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1151351
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #869 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/869/])
    MAPREDUCE-2711. Update TestBlockPlacementPolicyRaid for the new namesystem and block management APIs.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1167001
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java
* /hadoop/common/trunk/hadoop-mapreduce-project/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hadoop QA commented on MAPREDUCE-2711:
--------------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12493722/m2711_20110908.patch
  against trunk revision .

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

    +1 tests included.  The patch appears to include 6 new or modified tests.

    +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 (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

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

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

Test results: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-api.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-resourcemanager.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-yarn-server-nodemanager.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-app.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-hs.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-shuffle.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//artifact/trunk/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-jobclient.html
Console output: https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/672//console

This message is automatically generated.

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Amar Kamat commented on MAPREDUCE-2711:
---------------------------------------

Nicholas,
It seems some more files are affected. File like
1. src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCache.java
2. src/test/mapred/org/apache/hadoop/mapreduce/security/TestBinaryTokenFile.java
3. src/test/mapred/org/apache/hadoop/mapreduce/security/TestTokenCacheOldApi.java
4. src/contrib/raid/src/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockPlacementPolicyRaid.java

Some of the files fail to invoke 'FSNamesystem.getDelegationTokenSecretManager()'.

Should we mark this as a blocker?

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated MAPREDUCE-2711:
----------------------------------------------

    Description: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
    Environment:     (was: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.)

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk #750 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/750/])
    Temporarily disable NameNodeRaidTestUtil.getDatanodeMap(..) for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1151351
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/namenode/NameNodeRaidTestUtil.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

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

Hudson commented on MAPREDUCE-2711:
-----------------------------------

Integrated in Hadoop-Mapreduce-trunk-Commit #751 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/751/])
    Correct way to temporarily disable TestBlockPlacementPolicyRaid for MAPREDUCE-2711.

szetszwo : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1148421
Files : 
* /hadoop/common/trunk/mapreduce/src/contrib/raid/src/test/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockPlacementPolicyRaid.java


> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>         Environment: {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAPREDUCE-2711) TestBlockPlacementPolicyRaid cannot be compiled

Posted by "Arun C Murthy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAPREDUCE-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100955#comment-13100955 ] 

Arun C Murthy commented on MAPREDUCE-2711:
------------------------------------------

+1

> TestBlockPlacementPolicyRaid cannot be compiled
> -----------------------------------------------
>
>                 Key: MAPREDUCE-2711
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2711
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: contrib/raid
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Tsz Wo (Nicholas), SZE
>         Attachments: m2711_20110719_TestBlockPlacementPolicyRaid.java, m2711_20110727.patch, m2711_20110818.patch, m2711_20110908.patch
>
>
> {{TestBlockPlacementPolicyRaid}} access internal {{FSNamesystem}} directly.  It cannot be compiled after HDFS-2147.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira