[
https://issues.apache.org/jira/browse/HIVE-25163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357250#comment-17357250
]
Panagiotis Garefalakis commented on HIVE-25163:
-----------------------------------------------
Resolved via https://github.com/apache/hive/pull/2322
Thanks for the patch [~stoty] !
> UnsupportedTemporalTypeException when starting llap
> ---------------------------------------------------
>
> Key: HIVE-25163
> URL: https://issues.apache.org/jira/browse/HIVE-25163
> Project: Hive
> Issue Type: Bug
> Components: llap
> Affects Versions: 4.0.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When trying to start the LLAP service I get
> {noformat}
> java.time.temporal.UnsupportedTemporalTypeException: Unsupported field: Year
> at java.time.Instant.getLong(Instant.java:603)
> at
> java.time.format.DateTimePrintContext$1.getLong(DateTimePrintContext.java:205)
> at
> java.time.format.DateTimePrintContext.getValue(DateTimePrintContext.java:298)
> at
> java.time.format.DateTimeFormatterBuilder$NumberPrinterParser.format(DateTimeFormatterBuilder.java:2551)
> at
> java.time.format.DateTimeFormatterBuilder$CompositePrinterParser.format(DateTimeFormatterBuilder.java:2190)
> at
> java.time.format.DateTimeFormatter.formatTo(DateTimeFormatter.java:1746)
> at
> java.time.format.DateTimeFormatter.format(DateTimeFormatter.java:1720)
> at
> org.apache.hadoop.hive.llap.cli.service.LlapServiceDriver.startLlap(LlapServiceDriver.java:301)
> at
> org.apache.hadoop.hive.llap.cli.service.LlapServiceDriver.run(LlapServiceDriver.java:133)
> at
> org.apache.hadoop.hive.llap.cli.service.LlapServiceDriver.main(LlapServiceDriver.java:386)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)