[
https://issues.apache.org/jira/browse/DRILL-6470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16516388#comment-16516388
]
ASF GitHub Bot commented on DRILL-6470:
---------------------------------------
kkhatua opened a new pull request #1326: DRILL-6470: Remove defunct repository
URL: https://github.com/apache/drill/pull/1326
When build the Drill source code, Parquet jars from the repository hosted at
http://repo.dremio.com/release/ is inaccessible.
These artifacts (parquet libraries) are now available within
http://maven.corp.maprtech.com/nexus/content/groups/public/org/apache/parquet/
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> http://repo.dremio.com/release/ can not open
> --------------------------------------------
>
> Key: DRILL-6470
> URL: https://issues.apache.org/jira/browse/DRILL-6470
> Project: Apache Drill
> Issue Type: Bug
> Reporter: zhoukang
> Assignee: Kunal Khatua
> Priority: Major
> Fix For: 1.14.0
>
>
> when build source code.
> Jars from below repository will missing:
> {code}
> <repository>
> <id>dremio-releases</id>
> <name>Dremio Drill Third Party Artifacts</name>
> <url>http://repo.dremio.com/release/</url>
> <releases>
> <enabled>true</enabled>
> </releases>
> <snapshots>
> <enabled>false</enabled>
> </snapshots>
> </repository>
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)