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 2020/06/30 04:01:16 UTC

[GitHub] [pulsar] zymap opened a new issue #7390: SQL worker can not start directly

zymap opened a new issue #7390:
URL: https://github.com/apache/pulsar/issues/7390


   **Describe the bug**
   
   After building master code, SQL worker can not start directly
   
   **To Reproduce**
   1. Build the master code
   2. Execute `bin/pulsar sql-worker run`
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   ```
   ERROR: Future versions of Presto will require Java 11 after March 2020.
   
   You may temporarily continue running on Java 8 by adding the following
   JVM config option:
   
       -Dpresto-temporarily-allow-java8=true
   ```
   


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



[GitHub] [pulsar] zymap closed issue #7390: SQL worker can not start directly

Posted by GitBox <gi...@apache.org>.
zymap closed issue #7390:
URL: https://github.com/apache/pulsar/issues/7390


   


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



[GitHub] [pulsar] jiazhai commented on issue #7390: SQL worker can not start directly

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #7390:
URL: https://github.com/apache/pulsar/issues/7390#issuecomment-652728121


   @zymap What is the version of pulsar you are using?


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



[GitHub] [pulsar] zymap commented on issue #7390: SQL worker can not start directly

Posted by GitBox <gi...@apache.org>.
zymap commented on issue #7390:
URL: https://github.com/apache/pulsar/issues/7390#issuecomment-719118363


   Already fixed by #7898. close this issue.


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



[GitHub] [pulsar] enriched commented on issue #7390: SQL worker can not start directly

Posted by GitBox <gi...@apache.org>.
enriched commented on issue #7390:
URL: https://github.com/apache/pulsar/issues/7390#issuecomment-670384099


   This is because the presto version got moved forward to `io.prestosql:332`. I think that adding `-Dpresto-temporarily-allow-java8=true` to the end of https://github.com/apache/pulsar/blob/master/conf/presto/jvm.config would do the trick.


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