| 1. |
Explain Tajo Configuration Files? |
|
Answer» TAJO’s configuration is based on Hadoop’s configuration system. catalog-site.xml- configuration for the catalog server. tajo-site.xml- configuration for other tajo modules. Tajo has a variety of internal configs. If you don’t set some config explicitly, the DEFAULT config will be used for for that config. Tajo is designed to use only a few of configs in usual cases. You may not be concerned with the configuration. In default, there is no tajo-site.xml in ${TAJO}/conf directory. If you set some configs, first copy $TAJO_HOME/conf/tajo-site.xml.templete to tajo-site.xml. Then, ADD the configs to your tajo-site. Tajo’s configuration is based on Hadoop’s configuration system. Tajo uses two config files: catalog-site.xml- configuration for the catalog server. tajo-site.xml- configuration for other tajo modules. Tajo has a variety of internal configs. If you don’t set some config explicitly, the default config will be used for for that config. Tajo is designed to use only a few of configs in usual cases. You may not be concerned with the configuration. In default, there is no tajo-site.xml in ${TAJO}/conf directory. If you set some configs, first copy $TAJO_HOME/conf/tajo-site.xml.templete to tajo-site.xml. Then, add the configs to your tajo-site. |
|