############################### # This file can be "sourced" by the silent installer script in order to # populate variables otherwise captured by the CLI installer. # # To bootstrap this process, please export following environment variable # SILENT_CONFIG_PATH which should indicate the path to THIS file. # e.g.: export SILENT_CONFIG_PATH=/tmp/silent_installer_env.sh # ############################# ############################### # ALL VARIABLES ############################### # Path to 'silent_installer.properties' file. SILENT_PROPERTIES_PATH= # User which will run Fusion services. This should match the user who runs # the hdfs service. For example, FUSIONUI_USER=hdfs FUSIONUI_USER= # Group of the user which will run Fusion services. The specified group must # be one that FUSIONUI_USER is in. FUSIONUI_GROUP= # Username of the default admin user for Fusion FUSIONUI_INTERNALLY_MANAGED_USERNAME= # Password of the default admin user for Fusion FUSIONUI_INTERNALLY_MANAGED_PASSWORD= ############################### # The FUSIONUI_BACKEND_CHOICE for Swift installations is REQUIRED to be asf-2.5.0 ############################### FUSIONUI_FUSION_BACKEND_CHOICE="asf-2.5.0:2.5.0" # Uncomment if you require a different fusion-ui-server port (default is 8083) #FUSIONUI_UI_PORT=8083 # Uncomment if you require a different fusion-server port (default is 8082) #FUSIONUI_TARGET_PORT=8082