You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/01 11:54:27 UTC

[GitHub] [pulsar] lhotari opened a new pull request #14988: [Pulsar SQL] Add workaround for Presto 332 java.version parsing issue

lhotari opened a new pull request #14988:
URL: https://github.com/apache/pulsar/pull/14988


   Fixes #14951
   
   ### Motivation
   
   - See #14951 
   
   - Presto 332 cannot parse a version string with more than 2 dots, such as 11.0.14.1
   
   ### Modifications
   
     - Add a workaround in bin/pulsar startup script that overrides the java.version system property with a version with 2 dots in it. This is applied to "sql-worker" and "sql" commands.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] lhotari commented on pull request #14988: [Pulsar SQL] Add workaround for Presto 332 java.version parsing issue

Posted by GitBox <gi...@apache.org>.
lhotari commented on pull request #14988:
URL: https://github.com/apache/pulsar/pull/14988#issuecomment-1086617526


   The solution doesnt work yet, I'll debug it later


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org