kafka-mysql-connector icon indicating copy to clipboard operation
kafka-mysql-connector copied to clipboard

./gradlew build installDist is showing BUILD FAILED

Open bkotesh opened this issue 8 years ago • 0 comments

hadoop@slave1:~$ (cd kafka-mysql-connector && ./gradlew build installDist) :compileJava

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all dependencies for configuration ':compile'.

    Could not find com.zendesk:maxwell:0.14.6. Searched in the following locations: file:/home/hadoop/.m2/repository/com/zendesk/maxwell/0.14.6/maxwell-0.14.6.pom file:/home/hadoop/.m2/repository/com/zendesk/maxwell/0.14.6/maxwell-0.14.6.jar https://repo1.maven.org/maven2/com/zendesk/maxwell/0.14.6/maxwell-0.14.6.pom https://repo1.maven.org/maven2/com/zendesk/maxwell/0.14.6/maxwell-0.14.6.jar Required by: :kafka-mysql-connector:unspecified

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

bkotesh avatar Jun 09 '16 07:06 bkotesh