Re: S3 as kylin storage.

2019-11-21 Thread ShaoFeng Shi
Agree with Yaqian; S3 is object storage, while HBase is a fast K-V storage. S3 is good for big objects like files, video, images, etc, but not suitable for small objects like a number, a string, etc. You can use S3 as the DFS for Kylin (like HDFS), and also can use S3 as HBase's underlying

S3 as kylin storage.

2019-11-19 Thread Tanmay Movva
Hello, We have decided to use kylin to build our data warehouse and are going to setup kylin on a cluster soon. We would like to know if S3 can be used as a storage for apache kylin instead of Hbase as both are key-value stores and query directly on S3. >From what I understand I can only use