Packages

p

org.apache.spark.sql

connector

package connector

Type Members

  1. trait ExternalCommandRunner extends AnyRef

    An interface to execute an arbitrary string command inside an external execution engine rather than Spark.

    An interface to execute an arbitrary string command inside an external execution engine rather than Spark. This could be useful when user wants to execute some commands out of Spark. For example, executing custom DDL/DML command for JDBC, creating index for ElasticSearch, creating cores for Solr and so on.

    This interface will be instantiated when end users call SparkSession#executeCommand.

    Since

    3.0.0

Ungrouped