############################### # 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= ############################### # The FUSIONUI_BACKEND_CHOICE for EMR (S3) installations is REQUIRED to be # one of the following: # # emr-4.0.0:2.6.0-amzn-0 # emr-4.1.0:2.6.0-amzn-1 # # Please set FUSIONUI_FUSION_BACKEND_CHOICE to a value from above that best # describes the platform you are installing for. For example, for EMR 4.0.0 # you would set: FUSIONUI_FUSION_BACKEND_CHOICE=emr-4.0.0:2.6.0-amzn-0 ############################### FUSIONUI_FUSION_BACKEND_CHOICE= # 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