Alibaba Cloud MaxCompute
MaxCompute (previously known as ODPS) is a data warehousing solution that can process terabytes or petabytes of data.
Connect to MaxCompute
CREATE CATALOG mc PROPERTIES (
"type" = "max_compute",
"mc.region" = "cn-beijing",
"mc.default.project" = "your-project",
"mc.access_key" = "ak",
"mc.secret_key" = "sk"
);
mc.region
: MaxCompute Region. Can Get the Region From Endpoints.mc.default.project
: MaxCompute Project. See Your MaxCompute Projects.mc.access_key
: AccessKey, which you can create and manage on the Alibaba Cloud console.mc.secret_key
: SecretKey, which you can create and manage on the Alibaba Cloud console.mc.public_access
: You can enable public network access for test, when set"mc.public_access"="true"
.
Quotas
Pay-as-you-go quota has limited concurrency and usage. For additional resources, please refer to the documentation. See Manage quotas.
Column type mapping
Consistent with Hive Catalog, please refer to the column type mapping section in Hive Catalog.