Aller au contenu principal

UNSUPPORTED_CONNECT_FEATURE error condition

SQLSTATE: 0A000

Feature is not supported in Spark Connect:

DATASET_QUERY_EXECUTION

Access to the Dataset Query Execution. This is server side developer API.

RDD

Resilient Distributed Datasets (RDDs) are not available on Standard access mode or Serverless compute. Use the DataFrame API instead, or switch to Dedicated access mode.

SESSION_BASE_RELATION_TO_DATAFRAME

Invoking SparkSession 'baseRelationToDataFrame'. This is server side developer API

SESSION_EXPERIMENTAL_METHODS

Access to SparkSession Experimental (methods). This is server side developer API

SESSION_LISTENER_MANAGER

Access to the SparkSession Listener Manager. This is server side developer API

SESSION_SESSION_STATE

Access to the SparkSession Session State. This is server side developer API.

SESSION_SHARED_STATE

Access to the SparkSession Shared State. This is server side developer API.

SESSION_SPARK_CONTEXT

SparkContext is not available on Standard access mode or Serverless compute. Switch to Dedicated access mode to access it.