मुख्य कंटेंट तक स्किप करें

Spark.Tables

निर्दिष्ट स्पार्क क्लस्टर पर तालिकाओं को सूचीबद्ध करने वाली तालिका लौटाता है.

Syntax

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

Remarks

प्रोटोकॉल का उपयोग करके स्पार्क क्लस्टर होस्ट पर तालिकाओं को सूचीबद्ध करने वाली तालिका लौटाता है. मान्य प्रोटोकॉल हैं:SparkProtocol.Standard, SparkProtocol.Azure, SparkProtocol.HTTP

Examples

Example #1

Azure स्पार्क इंस्टैंस में तालिकाओं को सूचीबद्ध करें.

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