linkedin / dynamometer

A tool for scale and performance testing of HDFS with a specific focus on the NameNode.
BSD 2-Clause "Simplified" License
131 stars 34 forks source link

gradle build failed #88

Closed hexiangheng closed 5 years ago

hexiangheng commented 5 years ago

Failure to compile with release dynamometer-0.1.0 package。

root@hadoop:/home/hxh/hadoop/dynamometer-0.1.0# gradle build

Parallel execution with configuration on demand is an incubating feature.

FAILURE: Build failed with an exception.

BUILD FAILED in 32s

xkrogen commented 5 years ago

Hm. Your version of Gradle might not match -- can you please use the Gradle wrapper? Like:

./gradlew build

This ensures that you use the version of Gradle expected by the project.

I noticed that the README does not refer to the Gradle wrapper; I will update it.

hexiangheng commented 5 years ago

Thank you,that's fine

xkrogen commented 5 years ago

Okay, it sounds like your issue is fixed so I'm going to close this out. Please feel free to re-open if you're still experiencing an issue.