package connector
Package Members
Type Members
- 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
.- Annotations
- @Unstable()
- Since
3.0.0