[
https://issues.apache.org/jira/browse/HIVE-3423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446744#comment-13446744
]
Edward Capriolo commented on HIVE-3423:
---------------------------------------
This approach is fine. Do you think we can simple redo FileUtils so it is not a
final class and we remove the static methods? Or is it that case that we have
to include commons-compress in hive-exec regardless?
> merge_dynamic_partition.q is failing when running hive on real cluster
> ----------------------------------------------------------------------
>
> Key: HIVE-3423
> URL: https://issues.apache.org/jira/browse/HIVE-3423
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.10.0
> Reporter: Zhenxiao Luo
> Assignee: Zhenxiao Luo
> Fix For: 0.10.0
>
> Attachments: HIVE-3423.1.patch.txt
>
>
> merge_dynamic_partition (and a number of other qfiles) is failing when
> running the current hive on a real cluster:
> java.lang.RuntimeException: java.lang.NoClassDefFoundError:
> org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream
> at org.apache.hadoop.hive.ql.exec.ExecMapper.map(ExecMapper.java:161)
> at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:50)
> at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:393)
> at org.apache.hadoop.mapred.MapTask.run(MapTask.java:327)
> at org.apache.hadoop.mapred.Child$4.run(Child.java:268)
> at java.security.AccessController.doPrivileged(Native Method)
> at javax.security.auth.Subject.doAs(Subject.java:396)
> at
> org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1332)
> at org.apache.hadoop.mapred.Child.main(Child.java:262)
> Caused by: java.lang.NoClassDefFoundError:
> org/apache/commons/compress/compressors/gzip/GzipCompressorOutputStream
> at
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.getDynPartDirectory(FileSinkOperator.java:644)
> at
> org.apache.hadoop.hive.ql.exec.FileSinkOperator.getDynOutPaths(FileSinkOperator.java:613)
> at
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira