Skip to main content

Privacera Documentation

Spark Standalone properties on Privacera Platform

Property

Description

Example

SPARK_STANDALONE_ENABLE

Enables generating setup script and configs for Spark standalone plugin installation.

true

SPARK_ENV_TYPE

Set the environment type. It can be any user-defined type.

For example, if you're working in an environment that runs locally, you can set the type as local. For a production environment, set it as prod.

local

SPARK_HOME

Home path of your Spark installation.

~/privacera/spark/spark-3.1.1-bin-hadoop3.2

SPARK_USER_HOME

User home directory of your Spark installation.

/home/ec2-user

SPARK_STANDALONE_RANGER_IS_FALLBACK_SUPPORTED

Use the property to enable or disable the fallback behavior to the privacera_files and privacera_hive services. It confirms whether the resources files should be allowed or denied access to the user.

To enable the fallback, set to true; to disable, set to false.

true