streamnative / pulsar-io-lakehouse

pulsar lakehouse connector
Apache License 2.0
28 stars 20 forks source link

unable to generate the nar file for lake house sink connector for hudi v15 #639

Open Pavan792reddy opened 2 months ago

Pavan792reddy commented 2 months ago

i have tried with below git repository for hudi .15 version https://github.com/streamnative/pulsar-io-lakehouse/tree/v3.3.0.5 I just built with the tag v3.3.0.5 with compile with the command: mvn -T 3C clean package -DskipTests -Pcloud 11:48 [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/pavankumar_reddy/pulsar-io-lakehouse-3.3.0.5/src/main/java/org/apache/pulsar/ecosystem/io/lakehouse/sink/hudi/BufferedConnectWriter.java:[45,33] cannot access com.esotericsoftware.kryo.KryoSerializable class file for com.esotericsoftware.kryo.KryoSerializable not found [ERROR] /home/pavankumar_reddy/pulsar-io-lakehouse-3.3.0.5/src/main/java/org/apache/pulsar/ecosystem/io/lakehouse/sink/hudi/HoodieWriterProvider.java:[47,52] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hudi.storage.StorageConfiguration<?> [ERROR] /home/pavankumar_reddy/pulsar-io-lakehouse-3.3.0.5/src/main/java/org/apache/pulsar/ecosystem/io/lakehouse/sink/hudi/HoodieWriterProvider.java:[57,24] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted to org.apache.hudi.storage.StorageConfiguration<?> [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.566 s (Wall Clock) [INFO] Finished at: 2024-07-23T18:16:09Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project pulsar-io-lakehouse: Compilation failure: Compilation failure: [ERROR] /home/pavankumar_reddy/pulsar-io-lakehouse-3.3.0.5/src/main/java/org/apache/pulsar/ecosystem/io/lakehouse/sink/hudi/BufferedConnectWriter.java:[45,33] cannot access com.esotericsoftware.kryo.KryoSerializable [ERROR] class file for com.esotericsoftware.kryo.KryoSerializable not found [ERROR] /home/pavankumar_reddy/pulsar-io-lakehouse-3.3.0.5/src/main/java/org/apache/pulsar/ecosystem/io/lakehouse/sink/hudi/HoodieWriterProvider.java:[47,52] incompatible types: org.apache.hadoop.conf.Configuration cannot be converted