-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

hive


> CLI tool for Apache Hive.

More information.


Start a Hive interactive shell:

hive

Run HiveQL:

hive -e "{hiveql_query}"

Run a HiveQL file with a variable substitution:

hive --define {key}={value} -f {path/to/file.sql}

Run a HiveQL with HiveConfig (e.g. `mapred.reduce.tasks=32`):

hive --hiveconf {conf_name}={conf_value}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:33:14 2024