Steps to get installation logs and version file

Here are the steps to get installation logs and Privacera plugin version files from DBFS

  • The Privacera init script generates two files in DBFS at the location dbfs:/privacera/cluster-logs/<CLUSTER_NAME>/
  • Commands to list files from dbfs location using Databricks CLI

    Bash
    databricks fs ls dbfs:/privacera/cluster-logs/<CLUSTER_NAME>/
    

    • Folder will have two files
      • privacera.out : Installation log
      • privacera_version.txt : Privacera plugin version details.
  • Command to download files to local machine:

    Bash
    databricks fs cp --recursive dbfs:/privacera/cluster-logs/<CLUSTER_NAME>/ .