[
https://issues.apache.org/jira/browse/HADOOP-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994950#comment-12994950
]
Joep Rottinghuis commented on HADOOP-7143:
------------------------------------------
The intent was to get them from branch-0.20-security just before HADOOP-7108
was applied.
When double-checking I did find fs/HarFileSystem.java is indeed the same.
HadoopArchives however does show differences:
{code}
678,681c678,680
< int ret = 0;
<
< try{
< ret = ToolRunner.run(harchives, args);
---
> try {
> int res = harchives.run(args);
> System.exit(res);
683,684d681
< LOG.debug("Exception in archives ", e);
< System.err.println("Exception in archives");
686d682
< System.exit(1);
688d683
< System.exit(ret);
690c685
< }
---
> }
\ No newline at end of file
{code}
I'll look into that and rectify with new version of patch.
> Hive Hadoop20SShims depends on removed HadoopArchives
> -----------------------------------------------------
>
> Key: HADOOP-7143
> URL: https://issues.apache.org/jira/browse/HADOOP-7143
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Affects Versions: 0.20.100
> Environment: RHEL5u4
> Reporter: Joep Rottinghuis
> Fix For: 0.20.100
>
> Attachments: hadoop-7143.patch
>
>
> Compiling (Hive 0.6 + HIVE-1264) or Hive-trunk against 0.20.100 fails
> compilation.
> /hive/shims/src/0.20S/java/org/apache/hadoop/hive/shims/Hadoop20SShims.java
> depends on o.a.h.tools.HadoopArchives which was removed from 0.20.100.
> HadoopArchives in turn depends on src/core/o.a.h/fs/HarFileSystem.java which
> was also removed from 0.20.100.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira