[
https://issues.apache.org/jira/browse/HIVE-25163?focusedWorklogId=606999&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-606999
]
ASF GitHub Bot logged work on HIVE-25163:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Jun/21 10:52
Start Date: 04/Jun/21 10:52
Worklog Time Spent: 10m
Work Description: pgaref merged pull request #2322:
URL: https://github.com/apache/hive/pull/2322
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 606999)
Time Spent: 20m (was: 10m)
> 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
> 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)