Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zone-cdh.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ update_var FUSION_NAME_NODE_PROXY_PORT "Enter the NameNode Proxy port for $ZONE_

update_var HADOOP_NAME_NODE_HOSTNAME "Enter the Hadoop NameNode IP or hostname for $ZONE_NAME" "namenode.example.com" validate_hostname
update_var HADOOP_NAME_NODE_PORT "Enter the NameNode port for $ZONE_NAME" "8020" validate_number
update_var FUSION_UNDERLYING_FS "Enter the the value to be used as the underlying FS. For NameNodes in an HA configurations this may be a service name, otherwise use the deafult." "$HADOOP_NAME_NODE_HOSTNAME:$HADOOP_NAME_NODE_PORT"
update_var FUSION_NAME_NODE_SERVICE_NAME "Enter the NameNode Service Name for $ZONE_NAME (used for defaultFS)" "$NAME_NODE_PROXY_HOSTNAME:$FUSION_NAME_NODE_PROXY_PORT"

save_var PLATFORM "cdh-${CDH_VERSION}" "$SAVE_ENV"

1 change: 1 addition & 0 deletions zone-hdp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ update_var FUSION_NAME_NODE_PROXY_PORT "Enter the NameNode Proxy port for $ZONE_

update_var HADOOP_NAME_NODE_HOSTNAME "Enter the Hadoop NameNode IP or hostname for $ZONE_NAME" "namenode.example.com" validate_hostname
update_var HADOOP_NAME_NODE_PORT "Enter the NameNode port for $ZONE_NAME" "8020" validate_number
update_var FUSION_UNDERLYING_FS "Enter the the value to be used as the underlying FS. For NameNodes in an HA configurations this may be a service name, otherwise us the deafult." "$HADOOP_NAME_NODE_HOSTNAME:$HADOOP_NAME_NODE_PORT"
update_var FUSION_NAME_NODE_SERVICE_NAME "Enter the NameNode Service Name for $ZONE_NAME (used for defaultFS)" "$NAME_NODE_PROXY_HOSTNAME:$FUSION_NAME_NODE_PROXY_PORT"

save_var PLATFORM "hdp-${HDP_VERSION}" "$SAVE_ENV"