You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Xiaoxiang Yu (Jira)" <ji...@apache.org> on 2020/04/26 15:00:02 UTC

[jira] [Commented] (KYLIN-4447) Kylin on kubernetes in a production env

    [ https://issues.apache.org/jira/browse/KYLIN-4447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092743#comment-17092743 ] 

Xiaoxiang Yu commented on KYLIN-4447:
-------------------------------------

 
h2. Explanation
 # CuratorScheduler is used as default JobScheduler because it is more flexible.
 # Spark building require use +cluster+ as +deployMode.+
 # To modify +/etc/hosts+ in Pod, please check this : [https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/] . 
 # To build you own kylin-client docker image, please don't forget to download and put jars into KYLIN_HOME/tomcat/lib.
 ## [https://repo1.maven.org/maven2/de/javakaffee/msm/memcached-session-manager-tc7/2.1.1/]
 ## [https://repo1.maven.org/maven2/de/javakaffee/msm/memcached-session-manager/2.1.1/]
[https://repo1.maven.org/maven2/net/spy/spymemcached/2.12.0|https://repo1.maven.org/maven2/net/spy/spymemcached/2.12.0/]
 # If you have difficulty in modify filebeat, please check this [https://www.elastic.co/guide/en/beats/filebeat/current/index.html] .

 

> Kylin on kubernetes in a production env
> ---------------------------------------
>
>                 Key: KYLIN-4447
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4447
>             Project: Kylin
>          Issue Type: Sub-task
>          Components: Integration
>            Reporter: Xiaoxiang Yu
>            Assignee: Xiaoxiang Yu
>            Priority: Major
>              Labels: kubernetes
>             Fix For: v3.1.0
>
>         Attachments: 79976447-31fd4500-84cf-11ea-83cb-52986ccc5173.png
>
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> h2. Kylin Cluster Deploy Diagram
>  
>  * ElasticSearch cluster is for  log collection and analysis.
>  * Hadoop cluster provided MR/Spark for cube building and HBase/HDFS for cube storage.
>  * Kylin cluster is deployed on Kubernetes, including query servers and job servers.
>  * Memcached cluster is both deployed on Kubernetes, it provided ability of tomcat session sharing and external query cache.
>  
>  
> !79976447-31fd4500-84cf-11ea-83cb-52986ccc5173.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)