Configuration Properties ReferencePDF version

SQOOP_CLIENT Properties in Cloudera Runtime 7.1.7

Role groups:

Description
The directory where the client configs will be deployed
Related Name
Default Value
/etc/sqoop
API Name
client_config_root_dir
Required
true
Description
For advanced use only. A string to be inserted into cm_manager_overrides for this role only.
Related Name
Default Value
API Name
sqoop-conf/managers.d/cm_manager_overrides_client_config_safety_valve
Required
false
Description
For advanced use only. A string to be inserted into sqoop-env.sh for this role only.
Related Name
Default Value
API Name
sqoop-conf/sqoop-env.sh_client_config_safety_valve
Required
false
Description
For advanced use only. A string to be inserted into sqoop-site.xml for this role only.
Related Name
Default Value
API Name
sqoop-conf/sqoop-site.xml_client_config_safety_valve
Required
false

Description
When set, Cloudera Manager will send alerts when this entity's configuration changes.
Related Name
Default Value
false
API Name
enable_config_alerts
Required
false

Description
The priority level that the client configuration will have in the Alternatives system on the hosts. Higher priority levels will cause Alternatives to prefer this configuration over any others.
Related Name
Default Value
90
API Name
client_config_priority
Required
true
Description
A list of ManagerFactory implementations which are consulted, in order to instantiate ConnManager instances used to drive connections to databases.
Related Name
sqoop.connection.factories
Default Value
API Name
sqoop_connection_factories
Required
false
Description
A list of ToolPlugin implementations which are consulted, in order to register SqoopTool instances which allow third-party tools to be used.
Related Name
sqoop.tool.plugins
Default Value
API Name
sqoop_tool_plugins
Required
false

Description
Whether to suppress configuration warnings produced by the CDH Version Validator configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_cdh_version_validator
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Deploy Directory parameter.
Related Name
Default Value
false
API Name
role_config_suppression_client_config_root_dir
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Gateway Advanced Configuration Snippet (Safety Valve) for cm_manager_overrides parameter.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/managers.d/cm_manager_overrides_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Gateway Advanced Configuration Snippet (Safety Valve) for sqoop-env.sh parameter.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/sqoop-env.sh_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Gateway Advanced Configuration Snippet (Safety Valve) for sqoop-site.xml parameter.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/sqoop-site.xml_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Sqoop Connection Factories parameter.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop_connection_factories
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Sqoop Tool Plugins parameter.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop_tool_plugins
Required
true

Description
For advanced use only, key-value pairs (one on each line) to be inserted into a role's environment. Applies to configurations of all roles in this service except client configuration.
Related Name
Default Value
API Name
SQOOP_CLIENT_service_env_safety_valve
Required
false

Description
When set, Cloudera Manager will send alerts when this entity's configuration changes.
Related Name
Default Value
false
API Name
enable_config_alerts
Required
false

Description
Configure the library used during parquet jobs for writing and reading data. Possible values: hadoop, kite (legacy).
Related Name
parquetjob.configurator.implementation
Default Value
hadoop
API Name
parquetjob.configurator.implementation
Required
false
Description
Enables padding for fixed point number types (decimal, number, numeric) in case of Avro and Parquet imports.
Related Name
sqoop.avro.decimal_padding.enable
Default Value
true
API Name
sqoop.avro.decimal_padding.enable
Required
false
Description
Specifies the default precision for fixed point number types. This value is only used if the precision was not specified in the source table.
Related Name
sqoop.avro.logical_types.decimal.default.precision
Default Value
38
API Name
sqoop.avro.logical_types.decimal.default.precision
Required
false
Description
Default scale for fixed point number types. This value is only used if the scale was not specified in the source table.
Related Name
sqoop.avro.logical_types.decimal.default.scale
Default Value
10
API Name
sqoop.avro.logical_types.decimal.default.scale
Required
false
Description
Enables the use of logical types in avro files, so that fixed point number types are converted to decimal during an import. Fixed point number types are converted to String if this property is set to false.
Related Name
sqoop.avro.logical_types.decimal.enable
Default Value
true
API Name
sqoop.avro.logical_types.decimal.enable
Required
false
Description
Enables the use of logical types in parquet files, so that fixed point number types are converted to decimal during an import. Fixed point number types are converted to String if this property is set to false.
Related Name
sqoop.parquet.logical_types.decimal.enable
Default Value
true
API Name
sqoop.parquet.logical_types.decimal.enable
Required
false

Description
Whether to suppress configuration warnings produced by the CDH Version Validator configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_cdh_version_validator
Required
true
Description
Whether to suppress configuration warnings produced by the Deploy Directory configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_client_config_root_dir
Required
true
Description
Whether to suppress configuration warnings produced by the Gateway Advanced Configuration Snippet (Safety Valve) for cm_manager_overrides configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/managers.d/cm_manager_overrides_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the Gateway Advanced Configuration Snippet (Safety Valve) for sqoop-env.sh configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/sqoop-env.sh_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the Gateway Advanced Configuration Snippet (Safety Valve) for sqoop-site.xml configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop-conf/sqoop-site.xml_client_config_safety_valve
Required
true
Description
Whether to suppress configuration warnings produced by the Sqoop Connection Factories configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop_connection_factories
Required
true
Description
Whether to suppress configuration warnings produced by the Sqoop Tool Plugins configuration validator.
Related Name
Default Value
false
API Name
role_config_suppression_sqoop_tool_plugins
Required
true
Description
Whether to suppress configuration warnings produced by the Gateway Count Validator configuration validator.
Related Name
Default Value
false
API Name
service_config_suppression_gateway_count_validator
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the Parquet Writer Implementation parameter.
Related Name
Default Value
false
API Name
service_config_suppression_parquetjob.configurator.implementation
Required
true
Description
Whether to suppress configuration warnings produced by the built-in parameter validation for the SQOOP_CLIENT Service Environment Advanced Configuration Snippet (Safety Valve) parameter.
Related Name
Default Value
false
API Name
service_config_suppression_sqoop_client_service_env_safety_valve
Required
true