Good afternoon,Currently, our team is evaluating the usage of Apache Kylin, we are facing some issues and we would like to get some guidance.We have installed Kylin v4.0.3 in an EMR cluster (v 6.5.0) and we are storing the metadata and kylin cubes inside s3 buckets, these are the properties set in conf/kylin.properties to store the metadata in our bucket: kylin.env.hdfs-working-dir=s3://BUCKET/kylin kylin.storage.hbase.cluster-fs=s3://BUCKET/storageAlso we have added this property when creating the cluster:
hbase.rootdir": "s3://BUCKET/hbase/data", Whenever we want to create a new EMR kylin cluster, how can we create it using the metadata and cubes stored in s3?These are the versions used: hadoop 3.2.1 hive 3.1.2 spark 3.1.2, hbase 2.4.4 zookeeper 3.5.7 Regards, Gabriela Rodriguez