How to enable Data API
To enable Data API, update the configuration settings, and restart the Data Visualization instance.
-
Depending on your installation, edit the following settings:
- Cloudera Manager
-
On the Cloudera Manager interface, enter the settings in the Arcadia Visualization Server Advanced Configuration Snippet (Safety Valve) for settings_cm.py field.
- Ambari
-
On the Ambari interface, enter the settings in the ArcViz Settings field.
- MapR
-
For MapR, enter the settings directly in the
settings.py
file.
-
Add the
ENABLE_API_KEYS
andDATA_API_ENABLED
settings in the configuration file of the Arcadia Web Server:ENABLE_API_KEYS = True DATA_API_ENABLED = True
- Restart the Data Visualization service.