Failing to parse timestamp values without milliseconds
See original GitHub issueThere is a bug in the parsing of timestamp values without milliseconds while using select
E.g. the value [2016-02-03T08:16:26.389] is successfully parsed, but the next value [2016-02-03T08:19] fails:
Failed with exception java.io.IOException:org.elasticsearch.hadoop.rest.EsHadoopParsingException: Cannot parse value [2016-02-03T08:19] for field [receivedTimestamp]
The error is consistent across different timestamp fields.
Using elasticsearch-hadoop-hive-2.2.0.jar
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
SimpleDateFormat cannot parse milliseconds with more than ...
It seems that is not possible to use SimpleDateFormat to express times with a finer grain than the millisecond. What is happening is...
Read more >TimeStamp without milliseconds!!! – SQLServerCentral Forums
I need an expression to write in derived column transformation to get the data and time but time only till seconds i dont...
Read more >How to parse out milliseconds from timestamp in log file?
Trying to parse out the millisecond timestamp from this log file, ... Could not use strptime to parse timestamp from ": COUNT 1003\n...
Read more >Datetime Patterns for Formatting and Parsing - Apache Spark
Spark uses pattern letters in the following table for date and timestamp ... It should be used to format/parse only months without any...
Read more >Formatting Dates and Times | ICU Documentation
Use a DateFormat to parse also: UErrorCode status = ZERO_ERROR; UDate myDate = df ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For a more concrete example.
‘es.mapping.date.rich’=‘false’