remove [<feature_name_2 …]Remove Specified Features
repair
Repair Installation
uninstall
Uninstallnotes:1. the path to the installer properties file may be either absolute,or relative to the directory in which the installer resides.2. if an installer properties file is specified and exists, all othercommand line options will be ignored.3. if a properties file named either 'installer.properties' or.properties resides in the same directory as theinstaller, it will automatically be used, overriding all other commandline options, unless the '-f' option is used to point to another validproperties file.4. if an installer properties file is specified but does not exist, thedefault properties file, if present, will be used. Otherwise, anysupplied command line options will be used, or if no additionaloptions were specified, the installer will be run using the defaultsettings.
On an Azure cluster, when launching EIC, you may see this error in LDM.log
org.apache.hadoop.fs.azure.AzureException: org.apache.hadoop.fs.azure.KeyProviderException: ExitCodeException exitCode=4: Error decrypting CMS structure
140293906716320:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:604:
at org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.createAzureStorageSession(AzureNativeFileSystemStore.java:938)
at org.apache.hadoop.fs.azure.AzureNativeFileSystemStore.initialize(AzureNativeFileSystemStore.java:438)
at org.apache.hadoop.fs.azure.NativeAzureFileSystem.initialize(NativeAzureFileSystem.java:1048)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2669)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:94)
It seems that BDM still want the azure storage account key in a encrypted format.You get this kind of error when the key cannot be decrypted. Example: