Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Pavan792reddy opened this issue Jul 23, 2024 · 0 comments

Comments

@Pavan792reddy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant