Rollback inflights when using Spark [Streaming] write
This commit is contained in:
committed by
Balaji Varadarajan
parent
57a8b9cc8c
commit
978470af33
@@ -149,7 +149,7 @@ public class DataSourceUtils {
|
||||
// override above with Hoodie configs specified as options.
|
||||
.withProps(parameters).build();
|
||||
|
||||
return new HoodieWriteClient<>(jssc, writeConfig);
|
||||
return new HoodieWriteClient<>(jssc, writeConfig, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user