Python 2.7은 지원이 종료되었으며 2026년 1월 31일에
지원 중단됩니다. 지원 중단 후에는 조직에서 이전에 조직 정책을 사용하여 레거시 런타임의 배포를 다시 사용 설정한 경우에도 Python 2.7 애플리케이션을 배포할 수 없습니다. 기존 Python 2.7 애플리케이션은
지원 중단 날짜 이후에도 계속 실행되고 트래픽을 수신합니다.
지원되는 최신 Python 버전으로 마이그레이션하는 것이 좋습니다.
App Engine용 맵리듀스
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
중요: Google은 자바 및 Python 맵리듀스 라이브러리에 대한 지원 및 향후 개발 업무를 오픈소스 커뮤니티로 이양했습니다.
GitHub에서 소스 코드 및 문서를 제공합니다.
맵리듀스는 대량의 데이터를 병렬로 분산 처리하는 프로그래밍 모델로서, 다음과 같이 단일 요청의 범위 내에서 처리할 수 없는 대규모 장기 실행 작업에 유용합니다.
- 애플리케이션 로그 분석
- 외부 소스로부터 관련 데이터 집계
- 한 형식에서 다른 형식으로 데이터 변환
- 외부 분석을 위해 데이터 내보내기
App Engine 맵리듀스는 Datastore, 태스크 큐 등의 App Engine 서비스를 기반으로 개발되었으며 커뮤니티에서 유지관리하는 오픈소스 라이브러리입니다.
GitHub에서 라이브러리를 제공하는 위치는 다음과 같습니다.
문서 위치
위에 링크된 GitHub 프로젝트에서 위키 아이콘을 클릭하면 맵리듀스 관련 문서를 확인할 수 있습니다. 다음 링크를 사용하면 자바 및 Python 맵리듀스 관련 문서에 편리하게 액세스할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-09-04(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eGoogle has transitioned the Java and Python MapReduce libraries to open-source, with the source code and documentation now available on GitHub.\u003c/p\u003e\n"],["\u003cp\u003eMapReduce is a programming model designed for processing large datasets in parallel, making it useful for long-running jobs like log analysis and data transformation.\u003c/p\u003e\n"],["\u003cp\u003eApp Engine MapReduce is a community-maintained, open-source library built on App Engine services like Datastore and Task Queues.\u003c/p\u003e\n"],["\u003cp\u003eThe MapReduce library's documentation for both Java and Python is accessible via the GitHub wiki, at the link provided for your convenience.\u003c/p\u003e\n"]]],[],null,["# MapReduce for App Engine\n\n**Important:**\nGoogle has transitioned support and further development of the\nJava and Python MapReduce libraries to\nthe open source community.\nThe source code and documentation are\navailable on [GitHub](https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki)\n\nMapReduce is a programming model for processing large amounts of data in a\nparallel and distributed fashion. It is useful for large, long-running jobs\nthat cannot be handled within the scope of a single request, tasks like:\n\n- Analyzing application logs\n- Aggregating related data from external sources\n- Transforming data from one format to another\n- Exporting data for external analysis\n\nApp Engine MapReduce is a community-maintained, open source library that is\nbuilt on top of App Engine services, including Datastore and Task Queues.\nThe library is available on GitHub at these locations:\n\n- [Java](https://github.com/GoogleCloudPlatform/appengine-mapreduce/tree/master/java) source project.\n\n- [Python](https://github.com/GoogleCloudPlatform/appengine-mapreduce/tree/master/python) source project.\n\nWhere to find documentation\n---------------------------\n\nThe documentation for Mapreduce is available by clicking the wiki icon for the GitHub projects\nlinked above. However, for your convenience, you can also access the\ndocumentation for both Java and Python MapReduce at the following link:\n\n- [Java and Python MapReduce Documentation](https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki)"]]