You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/05/26 09:16:19 UTC

[GitHub] [hive] stoty opened a new pull request #2322: HIVE-25163 UnsupportedTemporalTypeException when starting llap

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org


[GitHub] [hive] pgaref merged pull request #2322: HIVE-25163 UnsupportedTemporalTypeException when starting llap

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org