SV-276321r1149872_rule
V-276321
SRG-APP-000141-DB-000093
MSQL-D0-017400
CAT II
10
Disable the use of or remove any external application executable object definitions that are not approved. To disable the use of the 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-276321
False
MSQL-D0-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
5711