jdattani opened a new issue #4086:
URL: https://github.com/apache/hudi/issues/4086


   **_Tips before filing an issue_**
   
   - Have you gone through our 
[FAQs](https://cwiki.apache.org/confluence/display/HUDI/FAQ)?
   Yes
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   We are running a workload on AWS Glue. It reads some csv files from raw s3 
bucket and writes data in parquet format in processed s3 bucket as a hudi 
table. Our Glue job completes successfully without any error and on looking at 
logs, we see this error message. No other stack trace or error details. We see 
.rollback file in the .hoodie directory. 
   
   2021-11-23 12:57:14,135 ERROR [Thread-5] hudi.HoodieSparkSqlWriter$ 
(HoodieSparkSqlWriter.scala:commitAndPerformPostOperations(655)): UPSERT failed 
with errors
   
   Traced the block of code that is logging the error
   
   HoodieSparkSqlWriter.scala:commitAndPerformPostOperations
   
   
![image](https://user-images.githubusercontent.com/14809344/143044396-e40f02f5-9ff8-4e4c-8937-a203c42cfd38.png)
   
   Is there an option to enable tracing to get those error keys printed?
   
   **Expected behavior**
   
   If there is failure, glue job should fail providing some details on what 
caused the error. 
   
   **Environment Description**
   
   * Hudi version : 0.9.0
   
   * Spark version : 2.4.3
   
   * Hadoop version :2.8.5-amzn-1
   
   * Storage (HDFS/S3/GCS..) : S3
   
   * Running on Docker? (yes/no) : no
   
   
   Any pointers on getting more information on errors would be immensely 
helpful. 
   
   Thanks.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to