############################### # Installation type section ############################### #New zone mode is set when either existing.zone.domain or existing.zone.port are missing. #An existing fusion-ui-server address for adding to an existing zone type installation. # Remove or leave unset to create in a New Zone. # Required for adding to an Existing Zone. existing.zone.domain= #The existing fusion-ui-server port for adding to an existing zone type installation. # Remove or leave unset to create in a New Zone. # Required for adding to an Existing Zone. existing.zone.port= ############################### # License section ############################### #The path to a valid fusion license file. # Required for creating a New Zone. # Ignored for Existing Zone installations (the license is downloaded from the remote node) license.file.path= ############################### # Server section ############################### ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #The fusion server umask. For example "server.umask=0022". # Optional, defaults to 0022 when commented out. # server.umask= #The Maximum Java Heap Size in GB for the fusion server. # REQUIRED. Must be 1 or greater. Recommended minimum is 16. server.java.heap.max= #The latitude component of the coordinates for this fusion server. # REQUIRED and should be a number between -90 and 90. server.latitude= #The longitude component of the coordinates for this fusion server. # REQUIRED and should be a number between -180 and 180. server.longitude= #The Maximum Java Heap Size in GB for the fusion ihc server. # REQUIRED. Must be 1 or greater. Recommended minimum is 16. ihc.server.java.heap.max= ############################### # Zone section ############################### #The Fully Qualified Domain Name of the fusion server being added; REQUIRED. fusion.domain= #The Node ID for the fusion server # Optional (generated if not provided based on fusion.domain setting). fusion.server.node.id= #The dcone port for the server. # REQUIRED fusion.server.dcone.port= #The name of the zone being created # REQUIRED for new zone creation. # Ignored for existing zone type installations. fusion.server.zone.name= #The fusion server location name # Optional. fusion.server.location.name= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #Advanced Option: URI scheme and fs type # Valid options: hdfsWithHdfs, fusionWithHcfs, fusionWithHdfs, fusionAndHdfsWithHdfs # Optional, defaults to hdfsWithHdfs # fusion.scheme.and.fs= ############################### # Management Endpoint section ############################### #The type of Management Endpoint. # Valid options: AMBARI, CLOUDERA, MAPR # REQUIRED for New Zone installations. # Ignored for Existing Zone type installations. management.endpoint.type= #The Fully Qualified Domain Name for the Management endpoint # REQUIRED for New Zone installations. # Ignored for Existing Zone type installations. management.endpoint.domain= #The port for the Management endpoint. # REQUIRED for New Zone installations. # Ignored for Existing Zone type installations. management.endpoint.port= #The username for the Management endpoint; should an existing administrative user within the Cluster Manager. # REQUIRED for all installations. management.endpoint.username= #The password for the management.endpoint.username user. # REQUIRED for all installations. management.endpoint.password= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #A flag to indicate whether the Management endpoint requires the use of ssl. # Valid options: True, False. # Optional, defaults to False when commented out. Use "management.endpoint.uses.ssl=true" to specify use of ssl. # management.endpoint.uses.ssl= ############################### # Kerberos Settings section ############################### ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #A flag to indicate whether kerberos is enabled on the cluster # Valid options: true, false. # Optional, defaults to False when commented out. Uncomment and use "kerberos.enabled=true" to enable kerberos. # kerberos.enabled= #The file path on the server being installed on to specify the kbr5.conf kerberos config file. # Required if kerberos.enabled=true. kerberos.config.path= #The file path on the server being set up to specify a keytab file used for validation. # Required if kerberos.enabled=true. kerberos.keytab.path= #The kerberos principal to use. # Required if kerberos.enabled=true. kerberos.principal= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #A flag to indiciate whether Fusion UI->Fusion Server kerberos is enabled. # Valid options: true, false. # Optional, defaults to False when commented out. Use "fusion.kerberos.enabled=true" to enable Fusion UI->Fusion Server kerberos. # Ignored if kerberos.enabled=false. # fusion.kerberos.enabled= #The file path on the server being set up to specify a keytab file used for validation for Fusion UI->Fusion Server kerberos. # Required if both kerberos.enabled=true and fusion.kerberos.enabled=true. fusion.kerberos.keytab.path= #The kerberos principal to use for Fusion UI->Fusion Server kerberos. # Required if both kerberos.enabled=true and fusion.kerberos.enabled=true. fusion.kerberos.principal= ############################### # Induction section ############################### ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #A flag to allow the skipping of induction when this is the first fusion server being created. # Valid options: true, false. # Optional. defaults to False when commented out. Use "induction.skip=true" to skip induction. # induction.skip= #The fully qualified domain name of an existing fusion server to use for induction. # Required if induction.skip=false induction.remote.node= #The port of the remote fusion server chosen for induction # Required if induction.skip=false induction.remote.port= ############################### # Advanced Options section ############################### ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #The fully qualified domain name of the Fusion UI Server. # Optional, defaults to 0.0.0.0 when commented out. # fusion.ui.domain= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #The port number for the Fusion UI Server # Optional, defaults to 8083 when commented out. # fusion.ui.port= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #The property that determines if the application enters a panic state if the dcone database is marked as dirty # The dcone database would be marked as dirty if the system suffers a hard crash # Valid options true, false. Defaults to false when commented out # dcone.system.db.panic.if.dirty= ######### THIS OPTION DEFAULTS WHEN COMMENTED OUT ########### #The property that determines if the application enters a panic state if the application database is marked as dirty # The application database would be marked as dirty if the system suffers a hard crash # Valid options true, false. Defaults to false when commented out # application.integration.db.panic.if.dirty=