|
@@ -47,7 +47,7 @@ if "%1" == "--config" (
|
|
|
goto print_usage
|
|
|
)
|
|
|
|
|
|
- set hdfscommands=dfs namenode secondarynamenode journalnode zkfc datanode dfsadmin haadmin fsck balancer jmxget oiv oev fetchdt getconf groups snapshotDiff lsSnapshottableDir cacheadmin mover storagepolicies
|
|
|
+ set hdfscommands=dfs namenode secondarynamenode journalnode zkfc datanode dfsadmin haadmin fsck balancer jmxget oiv oev fetchdt getconf groups snapshotDiff lsSnapshottableDir cacheadmin mover storagepolicies crypto
|
|
|
for %%i in ( %hdfscommands% ) do (
|
|
|
if %hdfs-command% == %%i set hdfscommand=true
|
|
|
)
|
|
@@ -159,6 +159,10 @@ goto :eof
|
|
|
set CLASS=org.apache.hadoop.hdfs.tools.GetStoragePolicies
|
|
|
goto :eof
|
|
|
|
|
|
+:crypto
|
|
|
+ set CLASS=org.apache.hadoop.hdfs.tools.CryptoAdmin
|
|
|
+ goto :eof
|
|
|
+
|
|
|
@rem This changes %1, %2 etc. Hence those cannot be used after calling this.
|
|
|
:make_command_arguments
|
|
|
if "%1" == "--config" (
|
|
@@ -207,6 +211,7 @@ goto :eof
|
|
|
@echo lsSnapshottableDir list all snapshottable dirs owned by the current user
|
|
|
@echo Use -help to see options
|
|
|
@echo cacheadmin configure the HDFS cache
|
|
|
+ @echo crypto configure HDFS encryption zones
|
|
|
@echo mover run a utility to move block replicas across storage types
|
|
|
@echo storagepolicies get all the existing block storage policies
|
|
|
@echo.
|