Spark.Tables
Zwraca tabelę z listą tabel w określonym klastrze platformy Spark.
Syntax
Spark.Tables(
server as text,
protocol as SparkProtocol.Type,
optional options as record
) as table
Remarks
Zwraca tabelę z listą tabel w elemencie host
klastra platformy Spark używającego elementu protocol
. Prawidłowe protokoły:SparkProtocol.Standard, SparkProtocol.Azure, SparkProtocol.HTTP
Examples
Example #1
Wyświetl tabele w wystąpieniu usługi Azure Spark.
Spark.Tables("contoso.azurehdinsight.net", SparkProtocol.Azure)