You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/26 22:07:34 UTC

[GitHub] [hadoop] liuml07 commented on pull request #2248: HADOOP-17230. Fix JAVA_HOME with spaces

liuml07 commented on pull request #2248:
URL: https://github.com/apache/hadoop/pull/2248#issuecomment-681148728


   @wayneseguin Thanks for reporting this and fixing this.
   
   One question I have is that, the `~` seems short 8.3 character, see https://support.microsoft.com/en-us/help/121007/how-to-disable-8-3-file-name-creation-on-ntfs-partitions But it can be disabled on NTFS for performance reasons.
   
   Does the double quote work on Windows? e.g.  
   ```
   set JAVA_HOME="%JAVA_HOME%"
   ```
   
   Also, please link the PR to the JIRA manually, if it does not automatically show up there.


----------------------------------------------------------------
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: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org