Istvan Toth created HIVE-25163:
----------------------------------
Summary: java.time.temporal.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
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)