[
https://issues.apache.org/jira/browse/HDFS-869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796515#action_12796515
]
stack commented on HDFS-869:
----------------------------
I ran test-patch on 0.21 branch using following command:
... and after adding forrest.properties to user.dir that disabled schema
validation:
{code}
...
##############
# validation properties
# This set of properties determine if validation is performed
# Values are inherited unless overridden.
# e.g. if forrest.validate=false then all others are false unless set to true.
forrest.validate=false
...
..without above forrest was off to w3c looking for schemas to validate against
and failing.
Here is output:
{code}
Here is what I got...
{code}
...
[exec] findbugs:
[exec] [mkdir] Created dir:
/Users/stack/checkouts/hdfs/branches/branch-0.21/build/test/findbugs
[exec] [findbugs] Executing findbugs from ant task
[exec] [findbugs] Running FindBugs...
[exec] [findbugs] Calculating exit code...
[exec] [findbugs] Exit code set to: 0
[exec] [findbugs] Output saved to
/Users/stack/checkouts/hdfs/branches/branch-0.21/build/test/findbugs/hadoop-findbugs-report.xml
[exec] [xslt] Processing
/Users/stack/checkouts/hdfs/branches/branch-0.21/build/test/findbugs/hadoop-findbugs-report.xml
to
/Users/stack/checkouts/hdfs/branches/branch-0.21/build/test/findbugs/hadoop-findbugs-report.html
[exec] [xslt] Loading stylesheet
/Users/stack/bin/findbugs-1.3.9/src/xsl/default.xsl
[exec]
[exec] BUILD SUCCESSFUL
[exec] Total time: 1 minute 10 seconds
[exec] Starting with /Users/stack/tmp/trunkFindbugsWarnings.xml
[exec] Merging /Users/stack/tmp/patchFindbugsWarnings.xml
[exec]
[exec]
[exec]
======================================================================
[exec]
======================================================================
[exec] Determining number of patched release audit warnings.
[exec]
======================================================================
[exec]
======================================================================
[exec]
[exec]
[exec] /usr/share/ant/bin/ant -Dversion=PATCH-hdfs-869.patch
-Djava5.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/
-Dforrest.home=/Users/stack/bin/apache-forrest-0.8 -DHadoopPatchProcess=
releaseaudit > /Users/stack/tmp/patchReleaseAuditWarnings.txt 2>&1
[exec]
[exec]
[exec] There appear to be 102 release audit warnings before the patch and
102 release audit warnings after applying the patch.
[exec]
[exec]
[exec]
[exec]
[exec] -1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] -1 tests included. The patch doesn't appear to include any new
or modified tests.
[exec] Please justify why no new tests are needed
for this patch.
[exec] Also please list what manual steps were
performed to verify this patch.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
[exec]
[exec]
[exec]
[exec]
[exec]
======================================================================
[exec]
======================================================================
[exec] Finished build.
[exec]
======================================================================
[exec]
======================================================================
[exec]
[exec]
BUILD FAILED
/Users/stack/checkouts/hdfs/branches/branch-0.21/build.xml:1155: exec returned:
1
{code}
> 0.21.0 - snapshot incorrect dependency published in .pom files
> --------------------------------------------------------------
>
> Key: HDFS-869
> URL: https://issues.apache.org/jira/browse/HDFS-869
> Project: Hadoop HDFS
> Issue Type: Task
> Components: build
> Affects Versions: 0.21.0
> Reporter: Kay Kay
> Assignee: Giridharan Kesavan
> Priority: Critical
> Fix For: 0.21.0
>
> Attachments: hdfs-869.patch
>
>
> The snapshot available here at -
> https://repository.apache.org/content/repositories/snapshots/org/apache/hadoop/hadoop-hdfs/0.21.0-SNAPSHOT/
> , has an incorrect dependency specified for hadoop-core ( in the .pom file ).
> The source code ( in branch-0.21 ) refers to hadoop-core-0.21 in
> ivy/libaries.properties but pom.xml published in the repository refers to
> 0.22 . Please fix the same by republishing a .pom again (that points to
> 0.21.0 of hadoop-core , as intended ).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.