[
https://issues.apache.org/jira/browse/HDFS-1134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Boudnik updated HDFS-1134:
-------------------------------------
Attachment: HDFS-1134.patch
It turns out that the posted patch has dependency on {{hadoop-core}} artifacts
instead of {{hadoop-common}}. I'm pushing the correct one and here's the
difference between the two
{noformat}
< + <copy
tofile="${system-test-build-dir}/${final.name}/lib/hadoop-core-${version}.jar"
< +
file="${build-fi.dir}/ivy/lib/${ant.project.name}/system/hadoop-core-${herriot.suffix}-${version}.jar"
---
> + <copy
> tofile="${system-test-build-dir}/${final.name}/lib/hadoop-common-${version}.jar"
> +
> file="${build-fi.dir}/ivy/lib/${ant.project.name}/system/hadoop-common-${herriot.suffix}-${version}.jar"
440c440
< + <artifactId>hadoop-core-instrumented</artifactId>
---
> + <artifactId>hadoop-common-instrumented</artifactId>
{noformat}
I don't think this needs to be verified separately because this particular
difference can't be checked by {{test-patch.sh}} anyways.
> Large-scale Automated Framework
> -------------------------------
>
> Key: HDFS-1134
> URL: https://issues.apache.org/jira/browse/HDFS-1134
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Affects Versions: 0.21.0
> Reporter: Konstantin Boudnik
> Assignee: Konstantin Boudnik
> Attachments: HDFS-1134.patch, HDFS-1134.patch, HDFS-1134.patch,
> HDFS-1134.patch, HDFS-1134.patch, HDFS-1134.patch, HDFS-1134.patch,
> HDFS-1134.patch, HDFS-1134.patch, HDFS-1134.patch, HDFS-1134.patch,
> HDFS-1134.patch, HDFS-1134.patch
>
>
> This is HDFS part of HADOOP-6332
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.