dkuHiveQueryToData.RdExecutes a Hive query and returns the results as a data.frame
dkuHiveQueryToData(
database,
query,
preQueries = NULL,
postQueries = NULL,
connection = NULL,
findConnectionFromDataset = TRUE
)Name of the Hive database to use. This can also be a dataset name. In that case, findConnectionFromDataset must be set to TRUE
A Hive query that may or may not return results
A list of Hive queries to execute before the main query
A list of Hive queries to execute after the main query
Name of a HDFS connection whose Hive database to use. If this parameter is defined, then database has to be NULL
Set this to TRUE if the "database" you passed was actually a dataset name
A data.frame with the query results, if any. Else, an empty dataframe