跳到主要内容

ApacheSpark.Tables

返回列出指定 Spark 群集上的表的表。

Syntax

ApacheSpark.Tables(
server as text,
protocol as SparkProtocol.Type,
optional options as record
) as table

Remarks

使用协议返回列出 Spark 群集主机上的表的表,有效协议为: SparkProtocol.Standard, SparkProtocol.HTTP

Examples

Example #1

返回列出指定 Spark 群集上的表的表。

Spark.Tables("http://example.com:10000/cliservice", SparkProtocol.HTTP)