Hive

Read(2591) Label: hive,

Ø  hdfs_import()

Ø  hive_open()

Retrieve ORC/Parquet data

Create a Hive database connection

Ø  hive_close()

Close a Hive database connection

Ø  hive_cursor()

Query a Hive database, and return the result as a cursor

Ø  hive_db()

Obtain a list of Hive databases

Ø  hive_execute()

Execute Hive’s SQL-like queries

Ø  hive_query()

Query a Hive database, and return the result as a sequence

Ø  hive_table()

Obtain a list of certain table names in the specified Hive database and locations of the corresponding HDFS files