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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
