编译kafka schema-registry失败,无法构建kafka-connect-hdfs

时间:2018-05-03 07:32:14

标签: apache-kafka apache-kafka-connect confluent confluent-schema-registry

我正在尝试按照this常见问题解答来构建kafka-connect-hdfs。

在尝试编译schema-registry时,我收到以下错误:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven- 
 compiler-plugin:3.6.1:compile (default-compile) on project kafka- 
 schema-registry-client: Compilation failure
 [ERROR] /Users/workspace-name/kafka-connect/schema- registry/client/src/main/java/io/confluent/kafka/schemaregistry/client/s ecurity/basicauth/SaslBasicAuthCredentialProvider.java:[40,42] cannot find symbol
[ERROR]   symbol:   method 
loadClientContext(java.util.Map<java.lang.String,java.lang.Object>)
[ERROR]   location: class org.apache.kafka.common.security.JaasContext

是否需要进行任何修改?感谢任何建议。感谢

0 个答案:

没有答案