Collect practices of running Kylin in AWS/Azure

2017-07-25 Thread ShaoFeng Shi
Hello Kyliner, Recently a couple users are asking for the practices about running Kylin in AWS, together with cloud services like EMR, S3; We can forsee that more and more people will move to cloud in next couple years. If you have a success story and like to share, please raise your hand. We can

Re: Kylin Config as external Node

2017-07-25 Thread Patricio Huichulef
Thank Li to confirm to me this information, where Can I find the documentation about this configuration?, because I have an internal Lab, i'm configuring a VM (VMWare) as Kylin Node to access the Cloudera Nodes. Can you show me what config files I need to change to get this? Thanks in advance

Re: New blog "Improving Spark Cubing in Kylin 2.0"

2017-07-25 Thread Li Yang
Bravo Kaisen! 赞 Kaisen! On Sat, Jul 22, 2017 at 12:32 PM, ShaoFeng Shi wrote: > Hello Kyliner, > > The blog "Improving Spark Cubing in Kylin 2.0" from committer Kangkai Sen > is published in Kylin website today. For the users who are interested about > Spark + Kylin, it

Re: How to make a Sizing Server for Kylin

2017-07-25 Thread Li Yang
Sharing will be appreciated. :-) On Sat, Jul 22, 2017 at 2:20 AM, Patricio Huichulef wrote: > Therefore, we need to build a methodology to make an appropriate sizing > for any solution. OK Let´s start to work on this. > > Thanks Li > > On Fri, Jul 21, 2017 at 3:36 AM, Li

Re: 答复: Hbase on S3

2017-07-25 Thread ShaoFeng Shi
Sorry my initial statements is something misleading; Adding the "hbase.zookeeper.quorum" to kylin_job_conf.xml will make Kylin works with EMR to finish the cubing. While the default FS of EMR is still be the HDFS (with local disks), not S3 To use S3 as the data store, you need 1) configure kylin

Re: Define Model and Cube Programmatically

2017-07-25 Thread Li Yang
There is no public stable RESTful API to create cube programmatically. However there is one API that Kylin GUI uses to create cube, and in the debug console of modern browser, advanced user can observe how this API works. But note, it is not a stable API and is subject to change from version to