Datameer's Advanced Governance module is sold as a separate add-on and includes tools to help you manage your data, such as Kerberos secured impersonation and SAML SSO. To purchase the Advanced Governance module, talk to a Datameer X sales or services representative. The following features are a part of Advanced Governance.
Datameer's git plug-in automatically commits workbook changes to a git repository using the Datameer X Event Bus, providing easier access to prior states of a workbook. The following four new workbook REST APIs use the Git plug-in:
Kerberos secured impersonation is available through a plug-in.
When uploading or importing data, you can indicate which columns to obfuscate by entering the column names in the import settings. |
The plug-in 'Obfuscation Plug-in' with the extension 'EncryptingImportFilterExtension' must be installed an enabled. This plug-in is enabled per default. |
Find the plug-in and extension here, when installed:
To configure column obfuscation:
Open the 'Admin' tab → 'Plug-Ins' and select the plug-in ''Obfuscation Plug-in''. The 'configure' icon appears in column 'Actions'.
The SAML SSO plug-in delivered with Datameer X provides the basic infrastructure which allows Datameer X to participate in a SAML SSO environment as a service provider.
The following REST APIs for dependencies are included:
REST API for downloading and migrating folders between environments:
By default, when secure impersonation is enabled, you could share an artifact with a single user group only. This results out of the limitation of a standard POSIX file permission level 'user:group:others'. With the plugin 'Multiple Group Sharing by ACLs', Datameer X creates a HDFS ACL for a certain file/ folder in the HDFS to reflect additional group permissions. Note that it is not supported to migrate from the ACL mode to the POSIX mode (see https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsPermissionsGuide.html). The default sharing mode can be overwritten with the REST call. When the secure mode 'Native Multi User' (NMU) is enabled and the plugin 'Multiple Group Sharing by ACLs' is installed, then the multi group sharing is the default mechanism. |
To enable this functionality:
Activate the plug-in via REST API.
INFO: This step is not required when NMU mode is activated.
Request Method | PUT | |
URI Syntax |
| |
Response | The call should return '204 No Content' HTTP code. |
The preference page of the plug-in provides information about the cluster configuration. |