Apache Kylin : Analytical Data Warehouse for Big Data
Welcome to Kylin Wiki.
TRIVIAL 4.0.0-ALPHA TRIVIAL 4.0.0-ALPHA MINOR 4.0.0-ALPHA TRIVIAL The content summary objects returned by different cloud vendors are not the same, so need to provide targeted implementation. 4.0.0-ALPHA TRIVIAL 4.0.0-ALPHA TRIVIAL UPDATING 4.0.0-ALPHA MEDIUM UPDATING 4.0.0-ALPHA MEDIUM MEDIUM 4.0.0-ALPHA MEDIUM UPDATING 4.0.0-ALPHA MEDIUM 4.0.0-ALPHA MAJOR MAJOR UPDATING MINOR 4.0.0-ALPHA MAJOR Set HADOOP_CONF_DIR for spark-submit. 4.0.0-ALPHA MAJOR The max size of pre-calcualted cuboid parquet file. 4.0.0-ALPHA MAJOR 2500000 4.0.0-ALPHA MAJOR 4.0.0-ALPHA MEDIUM 4.0.0-ALPHAProperty ImportanceDefault Description Version kylin.engine.spark.build-class-nameorg.apache.kylin.engine.spark.job.CubeBuildJobFor developer only. The className use in spark-submit kylin.engine.spark.cluster-info-fetcher-class-nameorg.apache.kylin.cluster.YarnInfoFetcher
For developer only. Fetch yarn information of spark job kylin.engine.spark-conf.XXXkylin.engine.spark-conf.spark.driver.extraJavaOptions=-Dhdp.version=current
kylin.storage.providerorg.apache.kylin.common.storage.DefaultStorageProvider
You can refer to this to learn more : org.apache.kylin.common.storage.IStorageProvider
kylin.engine.spark.merge-class-nameorg.apache.kylin.engine.spark.job.CubeMergeJobFor developer only. The className use in spark-submit kylin.engine.spark.task-impact-instance-enabledtrue kylin.engine.spark.task-core-factor3 kylin.engine.driver-memory-base1024 Auto adujst spark.driver.memory for Build Engine if kylin.engine.spark-conf.spark.driver.memory is not set.
4.0.0-ALPHAkylin.engine.driver-memory-strategy{"2", "20", "100"}UPDATINGkylin.engine.driver-memory-maximum4096 kylin.engine.persist-flattable-threshold1 If the number of cuboids which will be build from flat table is bigger than this threshold, the flat table will be persisted into $HDFS_WORKING_DIR/job_tmp/flat_table for saving more memory. kylin.snapshot.parallel-build-timeout-seconds3600
To improve the speed of snapshot build.
4.0.0-ALPHAkylin.snapshot.parallel-build-enabledtrue kylin.spark-conf.auto.priortrue Enable adjust spark parameters adaptively. kylin.engine.submit-hadoop-conf-dir/etc/hadoop/conf kylin.storage.columnar.shard-size-mb128 kylin.storage.columnar.shard-rowcountThe max rows of pre-calcualted cuboid parquet file. kylin.storage.columnar.shard-countdistinct-rowcount1000000 The max rows of pre-calcualted cuboid parquet file when cuboid has bitmap measure. (When cuboid has BItmap, it is large.) kylin.query.spark-engine.join-memory-fraction0.3 Limit memory used by broadcast join of Sparder. (Broadcast join cause unstable.)