Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apex_Benchmark build fails because of unreachable datatorrent dependencies #53

Open
thatsdone opened this issue Oct 7, 2021 · 0 comments

Comments

@thatsdone
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant