mvn clean package -Pdist -DskipTests -Dmaven.javadoc.skip=true -Drat.skip=true

I get a error

[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile 
(default-testCompile) on project kafka-handler: Compilation failure
[ERROR] 
/tmp/hive/kafka-handler/src/test/org/apache/hadoop/hive/kafka/AvroBytesConverterTest.java:[23,48]
 package io.confluent.kafka.schemaregistry.client doesn't exist
[ERROR] 

But I have kafka-schema-registry-client-5.4.0.jar in 

io/confluent/kafka-schema-registry-client/5.4.0




igyu

Reply via email to