Ignacio MQ
Ignacio MQ
> I think you're missing the proxy setting > > https://github.com/conduktor/kafka-stack-docker-compose/blob/adaed89009641ad490e0697697e47b35582b7619/full-stack.yml#L57 > > The property value from the UI container should not be localhost The ENV `PROXY: "true"` also fixed...
S3 Sink Task - Parquet - Error: Java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
> Interestingly I found hadoop-annotations-2.7.7.jar, hadoop-auth-2.7.7.jar, hadoop-common-2.7.7.jar are already included in the connector and I see them deployed in my plugin folder. So I started getting more confused. > >...
S3 Sink Task - Parquet - Error: Java.lang.NoClassDefFoundError: com/google/common/base/Preconditions
Hi @dragondgold, the `lib/` folder inside the s3 sink connector `confluentinc-kafka-connect-s3-10.2.2` (this is the version I am using) which is what was failing for me.
Thank you @ad1happy2go. One question while we are at it, will Hudi ever make use of Spark's checkpointing to carry out managed incremental ingestion? So far it seems from the...
> Sorry can you elaborate on that. > > Yes, spark streaming should use the checkpointing in order to resume the stream. Please clarify in case i am missing anything...