Troubleshooting for PEG integration in Databricks
Use the following steps to collect diagnostic information and resolve issues with UDF usage and PEG integration in Databricks.
- Check the UDF Version:
- Navigate to the following path in Databricks to verify the UDF version:
dbfs:/privacera/cluster-logs/<CLUSTER_NAME>/pegv2/privacera_version.txt
- Replace
with the actual name of your Databricks cluster. - Navigate to the following path in Databricks and check the following files
pegv2
,privacera.out
,privacera_version.txt
:dbfs:/privacera/cluster-logs/<CLUSTER_NAME>/
- Navigate to the following path in Databricks to verify the UDF version:
- To collect cluster logs:
- In the Databricks workspace, go to Compute.
- Select your cluster.
- Open Driver Logs to review runtime logs.
- Collect PEG service and installation Logs:
- User must specify logging location
- To specify that in databricks cluster UI go to Configuration and in Logging specify path where logs should be collected.
- This file contains detailed logs for the PEG service, including UDF installation status
- Review the file to check for errors or incomplete steps during installation.
- If any issues occurs, please share these files
pegv2
,privacera.out
,privacera_version.txt
,cluster logs
andinstallation Logs
.