Nhảy tới nội dung

ApacheSpark.Tables

Trả lại một bảng liên kế các bảng trên cụm Spark được chỉ định.

Syntax

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

Remarks

Trả lại một bảng liên kế các bảng trên cụm Spark host using protocol. Các giao thức hợp lệ là:SparkProtocol.Standard, SparkProtocol.HTTP

Examples

Example #1

Trả lại một bảng liên kế các bảng trên cụm Spark được chỉ định.

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