Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
Tags
- boj
- GitHub
- DFS
- Data Structure
- 알고리즘
- hash table
- 코딩테스트
- spring boot
- Python
- Bruth Force
- CSV
- SWEA
- SQL
- 구현
- 알고리듬
- Trie
- Linked list
- JavaScript
- 시뮬레이션
- 코테
- programmers
- aws
- BFS
- 모의SW역량테스트
- gpdb
- Algorithm
- django
- Back tracking
- Priority Queue
- Vue.js
Archives
- Today
- Total
hotamul의 개발 이야기
[GPDB] Greenplum Command Center 실행 본문
CLI
$ gpcc start
2022-12-14 18:19:04 Starting the gpcc agents and webserver...
2022-12-14 18:19:08 Agent successfully started on 1/1 hosts
2022-12-14 18:19:08 View Greenplum Command Center at http://mdw:28080
Web 접속
http://[GPDB IP 주소]:28080
으로 접속
default id: gpmon pw: changeme
참고: vmware - gpcc
'Dev. > Greenplum DB' 카테고리의 다른 글
[GPDB] 마지막 Vacuum, analyze 작업 시간 확인 (0) | 2022.12.16 |
---|---|
[GPDB] Query Profiling (Visualization) (0) | 2022.12.16 |
[GPDB] delete 할 때 deleted rows 데이터 확인하기 (0) | 2022.12.15 |
[GPDB] Exteranl Table/COPY error 확인 방법 (0) | 2022.12.15 |
[GPDB] check distributed key about all tables (0) | 2022.12.14 |
Comments