
hive
List of commands for hive:
-
hive:tldr:09cc3 hive: Run a HiveQL with HiveConfig (e.g. `mapred.reduce.tasks=32`).$ hive --hiveconf ${conf_name}=${conf_value}try on your machineexplain this command
-
hive:tldr:10d00 hive: Run a HiveQL file with a variable substitution.$ hive --define ${key}=${value} -f ${filename-sql}try on your machineexplain this command
-
hive:tldr:8a4ac hive: Start a Hive interactive shell.$ hivetry on your machineexplain this command
-
hive:tldr:da360 hive: Run HiveQL.$ hive -e "${hiveql_query}"try on your machineexplain this command