[
https://issues.apache.org/jira/browse/HADOOP-5229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673331#action_12673331
]
Stefan Groschupf commented on HADOOP-5229:
------------------------------------------
> -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.
:) hmm how to test the build scripts? Is there something that can do something
like this?
> duplicate variables in build.xml hadoop.version vs version let build fails at
> assert-hadoop-jar-exists
> ------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-5229
> URL: https://issues.apache.org/jira/browse/HADOOP-5229
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Reporter: Stefan Groschupf
> Priority: Trivial
> Fix For: 0.21.0
>
> Attachments: HADOOP-5229-v1-sg.patch
>
>
> <property name="hadoop.jar"
> location="${build.dir}/hadoop-${hadoop.version}-core.jar" /> where
> hadoop.version is defined in ${ivy.dir}/libraries.properties as
> hadoop.version=0.20.0.
> Though <jar jarfile="${build.dir}/${final.name}-core.jar" where <property
> name="final.name" value="${name}-${version}"/>.
> Means there is a hadoop-0.21.0-dev-core.jar builded though the
> assert-hadoop-jar-exists target looks for a hadoop-0.2.0-core.jar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.