[
https://issues.apache.org/jira/browse/DRILL-6470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505358#comment-16505358
]
Kunal Khatua edited comment on DRILL-6470 at 6/7/18 9:56 PM:
-------------------------------------------------------------
On performing a Maven build, I see the following :
{code:bash}
[ERROR] Failed to execute goal on project drill-java-exec: Could not resolve
dependencies for project
org.apache.drill.exec:drill-java-exec:jar:1.14.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.parquet:parquet-column:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-hadoop:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-common:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-jackson:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-encoding:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-generator:jar:1.8.1-drill-r0: Could not find
artifact org.apache.parquet:parquet-column:jar:1.8.1-drill-r0 in mapr-public
(http://maven.corp.maprtech.com/nexus/content/groups/public/) -> [Help 1]
{code}
Looks like these were being hosted there. We'll create a separate repo to host
these.
was (Author: kkhatua):
On performing a Maven build, I see the following :
```
[ERROR] Failed to execute goal on project drill-java-exec: Could not resolve
dependencies for project
org.apache.drill.exec:drill-java-exec:jar:1.14.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.parquet:parquet-column:jar:1.8.1-drill-r0, org.apac
he.parquet:parquet-hadoop:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-common:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-jackson:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-encoding:jar:1.8.1-drill-r0,
org.apache.parquet:parquet-generator:jar:1.8.1-drill-r0: Could not find
artifact org.apache.parquet:parquet-column:jar:1.8.1-drill-r0 in mapr-public
(http://maven.corp.maprtech.com/nexus/content/groups/public/) -> [Help 1]
```
Looks like these were being hosted there. We'll create a separate repo to host
these.
> 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
>
> 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)