Skip to main content
Version: 5.0.0

Overview

After deploying Kylin on your cluster, configure Kylin to enable seamless interaction with Apache Hadoop and Apache Hive. Additionally, optimize Kylin's performance by tailoring its configuration to your specific environment, ensuring a finely-tuned setup that meets your unique needs. This chapter introduces some configurations for Kylin.

Kylin Configuration File List

ComponentFileDescription
Kylinconf/kylin.propertiesThis is the global configuration file, with all configuration properties about Kylin in it. Details will be discussed in the subsequent chapter Basic Configuration.
Hadoophadoop_conf/core-site.xmlGlobal configuration file used by Hadoop, which defines system-level parameters such as HDFS URLs and Hadoop temporary directories, etc.
Hadoophadoop_conf/hdfs-site.xmlHDFS configuration file, which defines HDFS parameters such as the storage location of NameNode and DataNode and the number of file copies, etc.
Hadoophadoop_conf/yarn-site.xmlYarn configuration file,which defines Hadoop cluster resource management system parameters, such as ResourceManager, NodeManager communication port and web monitoring port, etc.
Hadoophadoop_conf/mapred-site.xmlMap Reduce configuration file used in Hadoop,which defines the default number of reduce tasks, the default upper and lower limits of the memory that the task can use, etc.
Hivehadoop_conf/hive-site.xmlHive configuration file, which defines Hive parameters such as hive data storage directory and database address, etc.

Unless otherwise specified, all references to kylin.properties in this manual point to the configuration file listed in the Kylin Configuration File List section.