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

ApacheSpark.Tables

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

Syntax

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

Remarks

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

Examples

Example #1

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

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