## Which tmp directory is set in the Hadoop configuration?
hive_get_parameter("hadoop.tmp.dir")
## The master nodes of the cluster
hive_get_masters()
## The worker nodes of the cluster
hive_get_slaves()
## The number of configured reducers
hive_get_nreducer()
Run the code above in your browser using DataLab