일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Data Engineer
- 백준
- 맛집
- 삼성역맛집
- 용인맛집
- 코엑스
- Iceberg
- bigdata engineering
- java
- 파이썬
- 영어
- 코엑스맛집
- apache iceberg
- bigdata engineer
- 코딩테스트
- 코테
- 여행
- 자바
- 개발
- dfs
- BFS
- 코딩
- HIVE
- Trino
- 프로그래머스
- hadoop
- 양평
- 알고리즘
- Data Engineering
- BigData
- Today
- Total
목록데이터 엔지니어링 정복/Flume (2)
지구정복
플럼을 이용해서 데이터를 hdfs에 적재하다가 아래와 같은 에러를 만났다 ㅎㅎ 에러는 항상 정말 반갑다 ㅎㅎㅎㅎㅎㅎ하하 Exception in thread "SinkRunner-PollingRunner-DefaultSinkProcessor" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)V at org.apache.hadoop.conf.Configuration.set(Configuration.java:1357) at org.apache.hadoop.conf.Configuration.set(Configuration.java:1338) at or..

설치 전 pc환경 오라클 버추얼박스 이용해서 3개의 하둡서버중 Hadoop2란 서버에 flume설치예정 3개 하둡서버 생성과정은 아래 링크 참고 https://earthconquest.tistory.com/235?category=888284 1. 설치하기 먼저 플룸 홈페이지에 들어가서 tar파일을 다운받는다. http://flume.apache.org/download.html 해당 파일을 /usr/local로 옮겨놓는다. (옮기는 이유는 그냥 저 디렉토리에 자바랑 하둡이랑 다 모여있기때문에 그냥 옮겨놓는다.) [root@hadoop02 local]# cd /home/hadoop/다운로드/ [root@hadoop02 다운로드]# mv apache-flume-1.9.0-bin /usr/local [root@..