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 |
Tags
- 로그 백업
- Next.js
- soft delete
- slack
- JWT
- grafana
- Locust
- nginx
- hive
- aws ec2
- node exporter
- redis
- elasticsearch
- hard delete
- 오블완
- 계정 관리
- Hadoop
- Django
- Airflow
- ci/cd
- 논리삭제
- NoSQL
- AWS
- DAG
- 티스토리챌린지
- logstash
- 물리삭제
- prometheus
- unique constraint
- docker
Archives
- Today
- Total
목록2024/11/09 (1)
먹수의 개발일지

IntroHDFS 명령어로 디렉토리를 생성, 삭제하고 파일을 삭제, 복사, 다운로드, 출력하는 명령어를 정리해보자. 디렉토리 관리디렉토리 생성 및 조회hdfs dfs -mkdir [디렉터리 명]hdfs dfs -ls / #생성된 전체 디렉토리 리스트 확인hdfs dfs -ls /user #user 디렉토리의 하위 폴더 및 파일들 확인 디렉토리/파일 삭제-f : 진단 메시지를 보이지 않거나, 파일이 존재 하지 않을 경우 에러를 나타내기 위한 exist status 를 수정한다.-r : 컨텐츠와 디렉터리를 recursive 하게 삭제한다.hdfs dfs -rm -r [directory path] #hdfs dfs rmdir [directory path]와 동일하게 사용 가능하다.hdfs dfs -rm ..
데이터 엔지니어링/Hadoop
2024. 11. 9. 12:16