chariot1498 commented on issue #8555: Regarding Ingestion Data Formats : Regex URL: https://github.com/apache/incubator-druid/issues/8555#issuecomment-534391014 Oh ok cool I actually also got a solution of it : ([a-zA-Z0-9_\-\.]+) ([a-zA-Z0-9_\-\.]+) ([a-zA-Z0-9_\-\.]+) So I guess basically you have to give the regex representation of the whole String you are trying to partition instead of giving the regex of partitioner (in this case space) . Would be great if we can have one example of this in druid docs though, will make life a lot easier
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
