Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • Yandex SIEM
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Data Transfer
  • Available transfers
  • Getting started
    • All guides
    • Preparing for a transfer
      • Managing endpoints
      • Migrating endpoints to a different availability zone
        • Target
    • Managing transfer process
    • Working with databases during transfer
    • Monitoring transfer status
  • Troubleshooting
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials

In this article:

  • Scenarios for transferring data to Apache Iceberg™
  • Configuring the data source
  • Configuring the Apache Iceberg™ target endpoint
  • Apache Hive™ Metastore cluster
  • File storage
  • Additional settings
  1. Step-by-step guides
  2. Configuring endpoints
  3. Apache Iceberg®
  4. Target

Transferring data to a Apache Iceberg™ target endpoint

Written by
Yandex Cloud
Updated at July 29, 2026
View in Markdown
  • Scenarios for transferring data to Apache Iceberg™
  • Configuring the data source
  • Configuring the Apache Iceberg™ target endpoint
    • Apache Hive™ Metastore cluster
    • File storage
    • Additional settings

Yandex Data Transfer enables you to migrate data to Apache Iceberg™ tables in a Apache Hive™ Metastore cluster and implement various data transfer, processing, and transformation scenarios. To implement a transfer:

  1. Explore possible data transfer scenarios.
  2. Configure one of the supported data sources.
  3. Configure the target endpoint in Yandex Data Transfer.
  4. Create a transfer and start it.
  5. Perform the required operations with the tables and see how the transfer is going.

Scenarios for transferring data to Apache Iceberg™Scenarios for transferring data to Apache Iceberg™

For a detailed description of possible Yandex Data Transfer scenarios, see Tutorials.

Configuring the data sourceConfiguring the data source

Configure one of the supported data sources:

  • ClickHouse®
  • Greenplum®
  • MongoDB
  • MySQL®
  • PostgreSQL
  • Elasticsearch
  • Yandex Object Storage
  • Oracle
  • Managed Service for YDB
  • YTsaurus

For a complete list of supported sources and targets in Yandex Data Transfer, see Available transfers.

Configuring the Apache Iceberg™ target endpointConfiguring the Apache Iceberg™ target endpoint

When creating or updating an endpoint, you can define:

  • Settings for connecting to a Apache Hive™ Metastore cluster.
  • Configuration settings for an Yandex Object Storage bucket or custom S3-compatible storage.
  • Additional parameters.

Apache Hive™ Metastore clusterApache Hive™ Metastore cluster

Warning

To create or edit an endpoint of a managed database, you will need the managed-metastore.viewer role or the primitive viewer role for the folder the cluster of this managed database resides in.

Connection with the cluster specified in Yandex Cloud.

Management console
  • Apache Hive™ Metastore cluster: ID of the cluster whose folder is used for Apache Iceberg™ tables.

  • Security groups: Select the cloud network to host the endpoint and security groups for network traffic. This will allow you to apply the specified security group rules to the VMs and clusters in the selected network without changing their settings. For more information, see Networking in Yandex Data Transfer.

    Make sure the selected security groups are configured.

File storageFile storage

Yandex Object Storage bucket
Custom S3-compatible storage
  • Bucket: Name of the bucket to upload source data to.
  • Service account: Select or create a service account with the storage.uploader role that Data Transfer will use to connect to the bucket.
  • (Optional) Endpoint: Endpoint for an Amazon S3-compatible service. Leave this field empty to use Amazon.
  • Region: Region to send requests.
  • Bucket: Bucket name.
  • Access Key ID and Secret Access Key: ID and contents of the AWS key used to access a private bucket.
  • Path prefix: Path prefix for writing objects to the bucket. This is optional.

Additional settingsAdditional settings

Management console
  • Cleanup policy: Select a way to clean up data in the target database before the transfer:

    • DISABLED: Use the existing tables to write new data.

    • DROP: Remove all tables involved in the transfer.

    Use this option to always transfer the latest version of the table schema to the target database from the source whenever the transfer is activated.

  • Writer settings: Settings for data writes to Apache Iceberg™ tables:

    • Max rows per file: Maximum number of rows per data file. If set to 0, the number of rows is unlimited.
    • Max bytes per file: Maximum data file size, in bytes. If set to 0, the file size is unlimited.
    • Parquet settings: Parquet data format settings:
      • Row group max bytes: Maximum number of rows per group. If set to 0, the number of rows per group is unlimited.
      • Row group max rows: Maximum row group size, in bytes. If set to 0, the row group size is unlimited.
  • Replication settings → Commit interval: Interval between commits to an Apache Iceberg™ table during replication, in seconds.

  • Default namespace: Apache Iceberg™ namespace to transfer tables to if the source database has no data schema.

After configuring the data source and target, create and start the transfer.

Was the article helpful?

Previous
Migrating endpoints to a different availability zone
Next
Source
© 2026 Direct Cursus Technology L.L.C.