Nhảy tới nội dung

Spark.Tables

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

Syntax

Spark.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.Azure, SparkProtocol.HTTP

Examples

Example #1

Liệt kê các bảng trong phiên bản Azure Spark.

Spark.Tables("contoso.azurehdinsight.net", SparkProtocol.Azure)