You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/15 16:06:58 UTC

[GitHub] [druid] sub007 commented on issue #10970: Handling unparsed records in kafka ingestion

sub007 commented on issue #10970:
URL: https://github.com/apache/druid/issues/10970#issuecomment-799541450


   > Is there a way to log the rejected data for reference
   Yes, `logParseException : true` can help you. It logs messages such the one below along with the input data.
   Eg.,
   _2021-03-15T10:13:57,575 ERROR [task-runner-0-priority-0] org.apache.druid.segment.incremental.ParseExceptionHandler - Encountered parse exception
   org.apache.druid.java.util.common.parsers.ParseException: Found unparseable columns in row: ..._


----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org