stoty opened a new pull request #2322:
URL: https://github.com/apache/hive/pull/2322


   * use LocalDateTime instead of Instant
   
   ### What changes were proposed in this pull request?
   Use LocalDateTime instead of Instant to generate an llap version string when 
HIVE_VERSION is not set.
   
   
   ### Why are the changes needed?
   The current code throws a  
java.time.temporal.UnsupportedTemporalTypeException,
   making it impossible to start the llap jobs when HIVE_VERSION  is not set.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No. 
   
   ### How was this patch tested?
   Built Hive and started llap successfully 
   (well, at least it got past the point where the exception was thrown).
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to