Skip to content

Databricks get installation details

Steps to get installation logs and version file

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

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

    Bash
    dbfs 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 get files on local:

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

Comments