I'm trying to set up the docker image of Pinot, an...
# general
m
I'm trying to set up the docker image of Pinot, and to set up this I'm doing the maven build :
Copy code
# Build Pinot
$ mvn clean install -DskipTests -Pbin-dist
But, it is failing with an error, any idea on this below error: [ERROR] Failed to execute goal org.apache.maven.pluginsmaven shade plugin3.2.1:shade (default) on project pinot-yammer: Execution default of goal org.apache.maven.pluginsmaven shade plugin3.2.1:shade failed: Plugin org.apache.maven.pluginsmaven shade plugin3.2.1 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.sharedmaven artifact transferjar:0.10.0, org.ow2.asmasmjar7.0 Could not transfer artifact org.apache.maven.sharedmaven artifact transferjar:0.10.0 from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.12.215] failed: Connection timed out (Connection timed out) -> [Help 1]
k
might be a transient error, can you try again
m
Yes tried couple of times ..but still no luck :(
k
latest code?
m
Its latest from the git repo... I assume that's your question
k
yes
delete the jar in m2 and try again
Try increasing the timeout value