I would like to know where the hive-site.xml file configuration is in a Cloudera distribution.
Mainly because I would like to know where I can find out properties like:
hive.execution.engine=mr
hive.enforce.bucketing=false
hive.enforce.bucketmapjoin=false
hive.enforce.sorting=false
Maybe because I could want to overwrite some of them.
I know I can overwrite them in the Hive shell, but that is only for the current session.
Or I could create a .hiverc file to initialize Hive overwriting some properties.
But I would like to know where the properties are in Cloudera distribution.
I was trying this:
$ cd /
$ sudo find -name hive-site.xml
./etc/impala/conf.dist/hive-site.xml
./etc/spark/conf.dist/hive-site.xml
./etc/hive/conf.dist/hive-site.xml
$ view /etc/impala/conf.dist/hive-site.xml
$ view /etc/spark/conf.dist/hive-site.xml
$ view /etc/hive/conf.dist/hive-site.xml
but in these files I don't see such properties
Maybe cloudera is using other properties file.
May someone help me?
Thanks in advance
Regards.