ApacheHiveLLAP.Database

Updated on

ApacheHiveLLAP.Database is a Power Query M function that imports data from a Hive LLAP, offering options like ConnectionTimeout and CommandTimeout.

Compatible with: Power BI Service Power BI Desktop Excel Microsoft 365

Syntax

ApacheHiveLLAP.Database(
   server as text,
   database as text,
   thriftTransport as number,
   optional options as nullable record,
) as table

Description

Returns a list of tables from Hive LLAP specified by the database on the Hive LLAP server using the selected protocol. A port number may be optionally specified with the server, separated by a colon. The Thrift Transport Protocol is an enumerated type with values “Standard”, “HTTP”. An optional options parameter may be specified to control the following options:

  • ConnectionTimeout: A duration which controls how long to wait before abandoning an attempt to make a connection to the server. The default value is driver-dependent.
  • CommandTimeout: A duration which controls how long the server-side query is allowed to run before it is canceled. The default value is driver-dependent.
The options parameter is specified as [option1 = value1, option2 = value2…].

Contribute » | Contributors: Rick de Groot

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy