You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/20 03:00:27 UTC

[GitHub] [drill] kingswanwho commented on issue #2231: Drill cannot startup if java path contains whitespace

kingswanwho commented on issue #2231:
URL: https://github.com/apache/drill/issues/2231#issuecomment-947277615


   > @kingswanwho Did you ever find a solution for this?
   No, I didn't find a solution so far. What I found now is, in MacOS,  JDK installed by homebrew will save in path ”Internet Plug-Ins“ with a whitespace. And in Drill runbit script, BITCMD is composed by JAVA and other variable, so I think even use double quote to assign JAVA would not work when use JAVA to compose BITCMD. I have ever tried use regex to replace whitespace with "\  ", but still not work. What I did now is just use a java path without whitespace. If Drill needs to handle a java path with whitespace, I could try to find a solution.


-- 
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: dev-unsubscribe@drill.apache.org

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