kafka-mysql-connector
kafka-mysql-connector copied to clipboard
./gradlew build installDist is showing BUILD FAILED
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