streaming-benchmarks icon indicating copy to clipboard operation
streaming-benchmarks copied to clipboard

Apex_Benchmark build fails because of unreachable datatorrent dependencies

Open thatsdone opened this issue 4 years ago • 0 comments

DESCRIPTION

Apex_Benchmark build fails because of unreachable dependencies from www.datatorrent.com.

I think #51 has the same root cause.

$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

www.datatorrent.com can be resolved, but it's not reachable at Oct. 2021.

$ ping www.datatorrent.com
PING datatorrent.com (104.131.149.184) 56(84) bytes of data.
^C
--- datatorrent.com ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1025ms

$

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.

thatsdone avatar Oct 07 '21 00:10 thatsdone