twitter-archive / hdfs-du

Visualize your HDFS cluster usage
https://twitter.com/hdfsdu
Apache License 2.0
229 stars 83 forks source link

Code fails to build while trying to resolve dependencies #14

Open vineshcpaul opened 6 years ago

vineshcpaul commented 6 years ago

While trying to build hdfs-du, the following failure was encountered.

[FATAL] Non-resolvable parent POM for com.twitter.hdfsdu:hdfsdu:0.1.0: Could not transfer artifact from/to twitter (http://maven.twttr.com): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at wrong local POM @ com.twitter.hdfsdu:hdfsdu:0.1.0, hdfsdu/pom.xml, line 6, column 11.

It looks like the failure is when it tries to resolve dependencies from a repository that is hosted at https://maven.twttr.com/com/twitter/common/.

Any help to resolve this is highly appreciated.