kingswanwho edited a comment on issue #2231: URL: https://github.com/apache/drill/issues/2231#issuecomment-947277615
> @kingswanwho Did you ever find a solution for this? @cgivre Hi Charles, unfortunately, I didn't find a solution so far. What I found now is, in MacOS, JDK installed by HomeBrew saves 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 even 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
