HoodieException Is Reported When Data Is Collected
Question
The following error is reported when data is collected:
com.uber.hoodie.exception.HoodieException: created_at(Part -created_at) field not found in record. Acceptable fields were :[col1, col2, col3, id, name, dob, created_at, updated_at]
Answer
This error usually occurs when a field marked as recordKey or partitionKey is not present in the input record. Cross verify the input record.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.