You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$mvn package
(snip)
[INFO]
[INFO] ---------------------< com.example:apex_benchmark >---------------------
[INFO] Building Apex_Benchmark 1.0-SNAPSHOT [6/6]
[INFO] --------------------------------[ jar ]---------------------------------
(snip)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:35 min
[INFO] Finished at: 2021-10-07T09:04:28+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project apex_benchmark: Could not resolve dependencies for project com.example:apex_benchmark:jar:1.0-SNAPSHOT: Failed to collect dependencies at com.datatorrent:dt-contrib:jar:3.4.0: Failed to read artifact descriptor for com.datatorrent:dt-contrib:jar:3.4.0: Could not transfer artifact com.datatorrent:dt-contrib:pom:3.4.0 from/to Datatorrent-Releases (https://www.datatorrent.com/maven/content/repositories/releases/): Transfer failed for https://www.datatorrent.com/maven/content/repositories/releases/com/datatorrent/dt-contrib/3.4.0/dt-contrib-3.4.0.pom: Connect to www.datatorrent.com:443 [www.datatorrent.com/104.131.149.184] failed: Connection timed out (Connection timed out) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :apex_benchmark
DESCRIPTION
Apex_Benchmark build fails because of unreachable dependencies from www.datatorrent.com.
I think #51 has the same root cause.
www.datatorrent.com can be resolved, but it's not reachable at Oct. 2021.
ANALYSIS
At the time of now, October 2021, datatorrent.com is not reachable.
I guess this comes from the below:
https://www.datanami.com/2018/05/08/datatorrent-stream-processing-startup-folds/
SUGGESTED RESOLUTION
As it looks like apex is already archived even at ASF, dropping APEX related potion could be a good idea.
The text was updated successfully, but these errors were encountered: