https://github.com/developer-sdk/beginner-bigdata-example
Hadoop, Hive, Spark 작업의 예제들
https://github.com/developer-sdk/beginner-bigdata-example
hadoop hadoop-mapreduce hive hiveql spark
Last synced: about 1 month ago
JSON representation
Hadoop, Hive, Spark 작업의 예제들
- Host: GitHub
- URL: https://github.com/developer-sdk/beginner-bigdata-example
- Owner: developer-sdk
- Created: 2019-02-10T12:10:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T13:42:12.000Z (about 1 year ago)
- Last Synced: 2025-06-30T15:46:17.584Z (9 months ago)
- Topics: hadoop, hadoop-mapreduce, hive, hiveql, spark
- Language: Java
- Homepage: https://wikidocs.net/book/2203
- Size: 3.34 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# beginner-bigdata-example
이 프로젝트는 빅데이터를 시작하는 개발자를 위한 저장소 입니다. 하둡(Hadoop, 하이브(Hive, 스파크(Spark)를 이용한 기본적인 작업예제를 등록하겠습니다. 하둡, 하이브, 스파크에 대한 기본적인 내용은 다음의 문서를 확인바랍니다.
+ 빅데이터 - 하둡, 하이브로 시작하기([바로가기](https://wikidocs.net/book/2203))
+ 빅데이터 - 스칼라, 스파크로 시작하기([바로가기](https://wikidocs.net/book/2350))
# hadoop-mapreduce-example
하둡 맵리듀스 예제를 등록합니다. 기본적인 워드카운트 에제부터 맵리듀스 API를 활용한 예제를 다루어 보겠습니다.
# hive-example
하이브(hive) 쿼리와 UDF 예제를 등록합니다. 하이브를 이용하여 처리할 수 있는 다양한 예제를 다루어 보겠습니다.
# spark-example
스파크 작업 예제를 등록합니다. 스칼라를 이용한 RDD, 데이터셋, 데이터 프레임 작업 예제를 다루어 보겠습니다.