[
https://issues.apache.org/jira/browse/KYLIN-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17093321#comment-17093321
]
ASF GitHub Bot commented on KYLIN-4446:
---------------------------------------
hit-lacus edited a comment on pull request #1182:
URL: https://github.com/apache/kylin/pull/1182#issuecomment-619833208
## Check Env
#### Hadoop Env
```shell
[root@cdh-master ~]# hadoop version
Hadoop 2.6.0-cdh5.7.6
Subversion http://github.com/cloudera/hadoop -r
a3edabab129caaada2958ab32061aa0e52a3f7df
Compiled by jenkins on 2017-02-21T23:08Z
Compiled with protoc 2.5.0
From source with checksum 3de3a6f2894b326919cd7a9b4e573e
This command was run using
/opt/cloudera/parcels/CDH-5.7.6-1.cdh5.7.6.p0.6/jars/hadoop-common-2.6.0-cdh5.7.6.jar
```
#### Elasticsearch Env
```shell
[root@cdh-master elasticsearch-7.6.0]# bin/elasticsearch -V
future versions of Elasticsearch will require Java 11; your Java version
from [/usr/java/jdk1.8.0_171/jre] does not meet this requirement
Version: 7.6.0, Build:
default/tar/7f634e9f44834fbc12724506cc1da681b0c3b1e3/2020-02-06T00:09:00.449973Z,
JVM: 1.8.0_171
```
#### Kubernetes Env
```shell
root@open-source:/home/ubuntu# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
root@open-source:/home/ubuntu# kubectl version
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.1",
GitCommit:"7879fc12a63337efff607952a323df90cdc7a335", GitTreeState:"clean",
BuildDate:"2020-04-08T17:38:50Z", GoVersion:"go1.13.9", Compiler:"gc",
Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.1",
GitCommit:"7879fc12a63337efff607952a323df90cdc7a335", GitTreeState:"clean",
BuildDate:"2020-04-08T17:30:47Z", GoVersion:"go1.13.9", Compiler:"gc",
Platform:"linux/amd64"}
root@open-source:/home/ubuntu# free -h
total used free shared buff/cache
available
Mem: 19G 3.6G 11G 2.2M 4.5G
15G
Swap: 0B 0B 0B
root@open-source:/home/ubuntu# cat /proc/cpuinfo| grep "cpu cores"| uniq
cpu cores : 8
root@open-source:/home/ubuntu# uname -a
Linux open-source 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux
root@open-source:/home/ubuntu# kubectl get node -o=wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP
OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
open-source Ready master 11d v1.18.1 10.1.2.41 <none>
Ubuntu 18.04.4 LTS 4.15.0-96-generic docker://19.3.8
root@open-source:/home/ubuntu# kubectl get pod -n kube-system
NAME READY STATUS RESTARTS AGE
calico-kube-controllers-555fc8cc5c-jbt4h 1/1 Running 1 11d
calico-node-xzrbs 1/1 Running 1 11d
coredns-66bff467f8-q5j2q 1/1 Running 1 11d
coredns-66bff467f8-sxxfx 1/1 Running 1 11d
etcd-open-source 1/1 Running 1 11d
kube-apiserver-open-source 1/1 Running 1 11d
kube-controller-manager-open-source 1/1 Running 3 11d
kube-proxy-mnzq4 1/1 Running 1 11d
kube-scheduler-open-source 1/1 Running 3 11d
root@open-source:/home/ubuntu# kubectl cluster-info
Kubernetes master is running at https://10.1.2.41:6443
KubeDNS is running at
https://10.1.2.41:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info
dump'.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Kylin on kubernetes in a quickstart env
> ---------------------------------------
>
> Key: KYLIN-4446
> URL: https://issues.apache.org/jira/browse/KYLIN-4446
> Project: Kylin
> Issue Type: Sub-task
> Components: Integration
> Reporter: Xiaoxiang Yu
> Assignee: Xiaoxiang Yu
> Priority: Major
> Labels: kubernetes
> Fix For: v3.1.0
>
> Original Estimate: 48h
> Time Spent: 2h
> Remaining Estimate: 46h
>
> For a quick-start/PoC purpose, please consider use this template, it will
> only deploy one Kylin instance with role {color:#de350b}*ALL* {color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)