You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: