Alibaba Cloud MaxCompute

MaxCompute (previously known as ODPS) is a data warehousing solution that can process terabytes or petabytes of data.

What is MaxCompute

Connect to MaxCompute

  1. CREATE CATALOG mc PROPERTIES (
  2. "type" = "max_compute",
  3. "mc.region" = "cn-beijing",
  4. "mc.default.project" = "your-project",
  5. "mc.access_key" = "ak",
  6. "mc.secret_key" = "sk"
  7. );
  • 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.