configuration#

Configuration properties for Tumult Core.

Functions#

get_java11_config()

Return a Spark config suitable for use with Java 11.

get_java11_config()#

Return a Spark config suitable for use with Java 11.

You can build a session with this config by running code like: SparkSession.builder.config(conf=get_java11_config()).getOrCreate().

Return type

pyspark.conf.SparkConf

Classes#

Config

Global configuration for programs using Core.

class Config#

Global configuration for programs using Core.

classmethod temp_db_name()#

Get the name of the temporary database that Tumult Core uses.

Return type

str