I'm trying to set up the docker image of Pinot, an...
# troubleshooting
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
This looks like a typical network problem trying to talk to the Maven central repo (nothing specific to Pinot)
m
I thought so and tried couple of times ..but still same error
k
`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)`` By any chance are your other Maven builds set up to use a proxy server for the repo?