更新时间:2024-11-29 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
采集数据时报错HoodieException
问题
数据采集时报错:
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]
回答
这种情况通常当标记为recordKey或partitionKey的字段在某些传入记录中不存在时发生。请交叉验证你的传入记录。
   父主题: 数据采集