일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- hive beeline 실행
- 카카오 2020 코테
- mac hive
- hadoop safe mode
- 백준 18428
- Resources are low on NN
- mac hadoop 설치
- Safe mode is ON
- mac hadoop 설정
- 자소서 시간 줄이기
- 이더리움
- Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000
- 자소서 너무 오래 걸림
- hive beeline
- 이더리움 #ethereum
- code=0)
- 카카오 2020 코딩테스트
- 자소서 빨리 쓰는 법
- 자소서 빨리
- hadoop safe mode leave
- mac hive 3
- hive beeline 설정
- mac hadoop 3
- is not allowed to impersonate hive (state=08S01
- 도커 교과서
- mac hadoop
- Failed to connect to localhost:10000
- hive beeline 에러
- 카카오 자물쇠와 열쇠
- 기업 조사 빨리 하는 법
Archives
- Today
- Total
목록BE, Infra, DevOps (1)
A seeker after truth

CI는 리눅스 등 로컬 OS 환경에서 뭘 할 수 없을 때, 검사하고 싶은 타 OS 에서 뭘 하고 싶은지 CLI 명령어 기반으로 정의 내리고 시키는 일이라고 생각한다. 대표적 툴인 github actions 의 문법이 공식 문서에 정리돼있다: https://docs.github.com/en/actions/using-workflows 검사 속도를 빠르게 하는 캐싱에 관한 건 여기 정리돼있고 https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows 최종 프로젝트 환경 구성에선 이 레포에 나오는 내용을 참고해 설정했다: https://github.com/actions/cache 또 feature/**..
BE, Infra, DevOps
2024. 3. 31. 08:41