Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add link to Hive CLI doc

...

Code Block
Hive history file=/tmp/edward/hive_job_log_edward_201011240906_1463048967.txt
a=b
hiveconf:a=b
OK
Time taken: 5.913 seconds
OK
col	int	
Time taken: 0.754 seconds

For general information about Hive command line options, see Hive CLI.

Using Variables

There are three namespaces for variables – hiveconf, system, and env. The hiveconf variables are set as normal:

...