티스토리 뷰
이클립스 쉐(che)는 클라우드 환경에 이클립스를 설정할 수 있게 도와주는 도구이다.
다운로드는 다음의 위치에서 하면 된다.
아마존 EC2에서 도커를 이용해 설치하고, 다음과 같이 설정한다.
1. Start Che with Docker
https://docs.docker.com/engine/installation/linux/centos/
# yum update
# sudo tee /etc/yum.repos.d/docker.repo <<-'EOF'
> [dockerrepo]
> name=Docker Repository
> baseurl=https://yum.dockerproject.org/repo/main/centos/7/
> enabled=1
> gpgcheck=1
> gpgkey=https://yum.dockerproject.org/gpg
> EOF
# sudo yum install docker-engine
# sudo systemctl enable docker.service
# sudo systemctl start docker
# curl -sL https://raw.githubusercontent.com/eclipse/che/master/che.sh > /usr/local/bin/che
# cd /usr/local/bin/
# export CHE_HOST_IP=[IP]
# ./che start
($ che start / $ che stop / $ che restart / $ che info / $ che update)
che.sh run -r:[IP]
2. 브라우져 접근 : http://[IP]:8080/
3. 오류 발생 :
Could not start workspace wksp-lwzm. Reason: Start of environment default failed. Error: Timeout reached. The Che server has been unable to verify that your workspace's agent has successfully booted. Either the workspace is unreachable, the agent had an error during startup, or your workspace is starting slowly. You can configure machine.ws_agent.max_start_time_ms in Che properties to increase the timeout.
로그확인
# docker logs -f che-server
2016-10-12 09:32:24,408[kspaceManager-0] [ERROR] [.c.a.a.s.w.WsAgentLauncherImpl 115] - Fail pinging ws agent. Workspace ID:workspaceu3pw1zpv5j3aqusz. Url:http://[IP]:32927/wsagent/ext/. Timestamp:{}
이 오류는 자신시 자신을 호출하기 때문에 SG Inbound에 자기 자신의 IP추가함 : TCP All ([IP]/32)
'Tools' 카테고리의 다른 글
[sublime] 서브라임에서 파이썬 버전별 빌드 설정 (0) | 2018.05.23 |
---|---|
[git] git 저장소의 리파지토리 이름 변경 및 프로젝트의 이름 변경 (0) | 2018.05.10 |
VMWare에 우분투 설치하기 (0) | 2017.12.13 |
[xshell] xshell에서 ssh 연결을 이용하여 터널링 설정하는 방법 (0) | 2017.11.29 |
[eclipse][git] 이클립스 git 처리 중 failed to write credential 'https://github.com' 오류 (0) | 2017.05.30 |
- Total
- Today
- Yesterday
- 파이썬
- Linux
- AWS
- SQL
- emr
- build
- HIVE
- error
- Tez
- yarn
- mysql
- HDFS
- S3
- SPARK
- Hadoop
- bash
- java
- 정올
- 백준
- nodejs
- airflow
- Python
- oozie
- ubuntu
- 하이브
- 알고리즘
- hbase
- 오류
- 다이나믹
- 하둡
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |