SV-271297r1111129_rule
V-271297
SRG-APP-000141-DB-000093
SQLI-22-017400
CAT II
10
Disable use of or remove any external application executable object definitions that are not approved.
To disable the use of [Hadoop Connectivity] option, from the query prompt:
EXEC SP_CONFIGURE 'hadoop connectivity', 0;
RECONFIGURE WITH OVERRIDE;
To determine if [Hadoop Connectivity] is enabled, execute the following command:
SELECT name, value, value_in_use
FROM sys.configurations
WHERE name = 'Hadoop Connectivity'
If [value_in_use] is a [1], review the system documentation to determine whether the use of [Hadoop Connectivity] is approved. If it is not approved, this is a finding.
V-271297
False
SQLI-22-017400
To determine if [Hadoop Connectivity] is enabled, execute the following command:
SELECT name, value, value_in_use
FROM sys.configurations
WHERE name = 'Hadoop Connectivity'
If [value_in_use] is a [1], review the system documentation to determine whether the use of [Hadoop Connectivity] is approved. If it is not approved, this is a finding.
M
5677