# alibabacloud-maxcompute-tool-migrate **Repository Path**: freeshow_me/alibabacloud-maxcompute-tool-migrate ## Basic Information - **Project Name**: alibabacloud-maxcompute-tool-migrate - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2024-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MaxCompute Migration Assistant ![build](https://github.com/aliyun/alibabacloud-maxcompute-tool-migrate/actions/workflows/build.yml/badge.svg) MaxCompute Migration Assistant (MMA) provides a solution to migrate data from different datasources to MaxCompute. Currently, the following scenario are supported: - Hive to MaxCompute - MaxCompute to OSS - OSS to MaxCompute ## Build To build MMA, the following dependencies are required: - JDK 8 or newer Execute the following command to build MMA: ```$xslt $ mvn -U clean package -DskipTests ``` ```distribution/target/mma-${project.version}.zip``` should be generated. ## Documents ### 数据迁移 [中文文档](https://github.com/aliyun/alibabacloud-maxcompute-tool-migrate/blob/master/documents/HiveToMaxCompute_zh_v0.1.0.md) ### SQL迁移 [中文文档](https://github.com/aliyun/alibabacloud-maxcompute-tool-migrate/blob/master/documents/SQLChecker_zh_v0.1.0.md) ## License licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)