Merge pull request #1 from wayneseguin/wayneseguin-patch-1

HADOOP-17230. Fix JAVA_HOME with spaces
This commit is contained in:
wayneseguin 2020-08-26 12:32:53 -04:00 committed by GitHub
commit e31552d08a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
@rem The java implementation to use. Required.
set JAVA_HOME=%JAVA_HOME%
@rem In case path contains spaces, convert JAVA_HOME to short paths
for %%I in ("%JAVA_HOME%") do set JAVA_HOME=%%~sI
@rem The jsvc implementation to use. Jsvc is required to run secure datanodes.
@rem set JSVC_HOME=%JSVC_HOME%