メインコンテンツまでスキップ

ApacheSpark.Tables

指定された Spark クラスター上のテーブルの一覧を示すテーブルを返します。

Syntax

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

Remarks

protocol を使用して Spark クラスター host 上のテーブルの一覧を示すテーブルを返します。有効なプロトコルは次のとおりです:SparkProtocol.Standard, SparkProtocol.HTTP

Examples

Example #1

指定された Spark クラスター上のテーブルの一覧を示すテーブルを返します。

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