Roobal Jindal

Results 3 issues of Roobal Jindal

**Environment:** AWS EMR Cluster: 'emr-6.7.0' version Hudi - 0.11.0 Hive - 3.1.3 Hadoop: 3.2.1 Spark: 3.2.1 **Steps to reproduce the behavior:** I am running Multi table streamer and as of...

priority:critical
deltastreamer

We are using AWS Serverless EMR 6.15 and airflow to submit hudi multistreamer jobs. Even if some tables fails to ingest, job is always shown as successful. We need a...

feature-enquiry

**Describe the problem you faced** We are creating empty hudi tables from java as follows ``` Dataset emptyDF = spark.createDataFrame(new ArrayList(), schemaStruct); emptyDF.write() .format("org.apache.hudi") .options(tableConf.getHudiOptions()) .mode(SaveMode.Append) .save(); ``` Spark conf:...

version-upgrade