[
https://issues.apache.org/jira/browse/DRILL-1557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179098#comment-14179098
]
Aditya Kishore commented on DRILL-1557:
---------------------------------------
The problem is the rogue Pentaho repository which has cached a corrupt version
of optiq jars.
For example, if you download
http://repo.pentaho.org/artifactory/repo/net/hydromatic/optiq-avatica/0.9-drill-r4/optiq-avatica-0.9-drill-r4.jar,
you get a SUCCESS response with a wrong content.
And since this repository is earlier than the mapr-drill-third party
repository, maven picks it up.
This repository needs to remove the corrupt artifacts.
> Drill build failure
> -------------------
>
> Key: DRILL-1557
> URL: https://issues.apache.org/jira/browse/DRILL-1557
> Project: Apache Drill
> Issue Type: Bug
> Components: Tools, Build & Test
> Reporter: Mehant Baid
> Assignee: DrillCommitter
> Attachments: DRILL-1557.1.patch.txt
>
>
> Currently there is a problem in downloading the maven artifact for Drill's
> version of Optiq which is causing a build failure. Here is the error:
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.0:compile (default-compile)
> on project drill-common: Compilation failure: Compilation failure:
> [ERROR] error: error reading
> C:\Users\Mimika\.m2\repository\net\hydromatic\optiq-core\0.9-drill-r4\optiq-core-0.9-drill-r4.jar;
> error in opening zip file
> [ERROR] error: error reading
> C:\Users\Mimika\.m2\repository\net\hydromatic\optiq-avatica\0.9-drill-r4\optiq-avatica-0.9-drill-r4.jar;
> error in opening zip file
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)