yihua commented on issue #4230:
URL: https://github.com/apache/hudi/issues/4230#issuecomment-992150600


   @BenjMaq Could you try adding this config to disable timeline-server-based 
markers and check if the insert is successful?
   ```
   set hoodie.write.markers.type=direct;
   ```
   The problem is likely due to no/failed timeline server in the insert 
operation in Spark SQL.  I'm going to understand the root cause.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to