Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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 Object Storage
    • All tutorials
    • Getting statistics on object queries with S3 Select
    • Getting website traffic statistics with S3 Select
    • Getting statistics on object queries using Yandex Query
    • Cost analysis by resource
    • Server-side encryption
    • Integrating an L7 load balancer with CDN and Object Storage
    • Blue-green and canary deployment of service versions
    • Analyzing logs in DataLens
    • Mounting buckets to Yandex Data Processing host filesystems
    • Using Object Storage in Yandex Data Processing
    • Importing data from Object Storage, processing, and exporting it to Managed Service for ClickHouse®
    • Connecting a bucket as a disk in Windows
    • Migrating data from Yandex Data Streams using Yandex Data Transfer
    • Using hybrid storage in Yandex Managed Service for ClickHouse®
    • Loading data from Yandex Managed Service for OpenSearch to Yandex Object Storage using Yandex Data Transfer
    • Automatically copying objects from one bucket to another
    • Regular asynchronous recognition of audio files in a bucket
    • Training a model in Yandex DataSphere on data from Object Storage
    • Connecting to Object Storage from VPC
    • Migrating data to Yandex Managed Service for PostgreSQL using Yandex Data Transfer
    • Uploading data to Yandex MPP Analytics for PostgreSQL using Yandex Data Transfer
    • Uploading data to Yandex Managed Service for ClickHouse® using Yandex Data Transfer
    • Uploading data to Yandex Managed Service for YDB using Yandex Data Transfer
    • Exchanging data between Yandex Managed Service for ClickHouse® and Yandex Data Processing
    • Uploading data from Yandex Managed Service for YDB using Yandex Data Transfer
    • Hosting a static Gatsby website in Object Storage
    • Installing Ghost CMS CloudApp in Object Storage
    • Migrating a database from Managed Service for PostgreSQL to Object Storage
    • Exchanging data between Yandex Managed Service for ClickHouse® and Yandex Data Processing
    • Importing data from Yandex Managed Service for PostgreSQL to Yandex Data Processing using Sqoop
    • Importing data from Yandex Managed Service for MySQL® to Yandex Data Processing using Sqoop
    • Migrating data from Yandex Object Storage to Yandex Managed Service for MySQL® using Yandex Data Transfer
    • Migrating a database from Yandex Managed Service for MySQL® to Yandex Object Storage
    • Exporting Greenplum® data to a cold storage in Yandex Object Storage
    • Loading data from Yandex Direct to a Yandex Managed Service for ClickHouse® data mart using Yandex Cloud Functions, Yandex Object Storage, and Yandex Data Transfer
    • Uploading Terraform states to Object Storage
    • Locking Terraform states using Managed Service for YDB
    • Visualizing Yandex Query data
    • Publishing game updates
    • Developing a custom integration in API Gateway
    • URL shortener
    • Storing application runtime logs
    • Developing a skill for Alice and a website with authorization
    • Creating an interactive serverless application using WebSocket
    • Deploying a web application using the Java Servlet API
    • Developing a Telegram bot
    • Replicating logs to Object Storage using Fluent Bit
    • Replicating logs to Object Storage using Data Streams
    • Uploading audit logs to ArcSight SIEM
    • Uploading audit logs to Splunk SIEM
    • Creating an MLFlow server for logging experiments and artifacts
    • Operations with data in Yandex Query
    • Federated data queries using Query
    • Recognizing text in image archives using Vision OCR
    • Regular recognition of images and PDF documents from an Object Storage bucket
    • Converting a video to a GIF in Python
    • Automating tasks using Managed Service for Apache Airflow™
    • Processing files with usage details in Yandex Cloud Billing
    • Deploying a web app with JWT authorization in API Gateway and authentication in Firebase
    • Searching for Yandex Cloud events in Yandex Query
    • Searching for Yandex Cloud events in Object Storage
    • Creating an external table from a bucket table using a configuration file
    • Migrating databases from Google BigQuery to Managed Service for ClickHouse®
    • Using Object Storage in Yandex Managed Service for Apache Spark™
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Bucket logs
  • Release notes
  • FAQ

In this article:

  • Required paid resources
  • Getting started
  • Prepare your test data
  • Run data processing in Yandex Data Processing
  • Export your data to ClickHouse®
  • Delete the resources you created
  1. Tutorials
  2. Importing data from Object Storage, processing, and exporting it to Managed Service for ClickHouse®

Importing data from Object Storage, processing and exporting to Yandex Managed Service for ClickHouse®

Written by
Yandex Cloud
Updated at February 18, 2026
  • Required paid resources
  • Getting started
  • Prepare your test data
  • Run data processing in Yandex Data Processing
  • Export your data to ClickHouse®
  • Delete the resources you created

This tutorial is based on a Data Stories use case of building an analytical stack powered by Yandex Cloud services. The use case involved uploading data to storage, processing it, and transforming it into a single data mart for visualization.


datastories logo

This example uses two CSV tables. We will merge them into a single table, convert that table into Parquet format, and transfer it to Managed Service for ClickHouse®.

Required paid resourcesRequired paid resources

The support cost for this solution includes:

  • Managed Service for ClickHouse® cluster fee: Covers the use of computing resources allocated to hosts (including ZooKeeper hosts) and disk space (see Managed Service for ClickHouse® pricing).
  • Yandex Data Processing cluster fee: Covers the use of VM computing resources, Compute Cloud network disks, and Cloud Logging for log management (see Yandex Data Processing pricing).
  • Fee for public IP addresses assigned to cluster hosts (see Virtual Private Cloud pricing).
  • Object Storage bucket fee: Covers data storage and bucket operations (see Object Storage pricing).
  • Fee for a NAT gateway (see Virtual Private Cloud pricing).

Getting startedGetting started

Set up your infrastructure:

Manually
Terraform
  1. Create a service account named dataproc-s3-sa and assign the dataproc.agent and dataproc.provisioner roles to it.

  2. In Object Storage, create buckets and configure access to them:

    1. Create a bucket for the input data and grant the READ permission for this bucket to the cluster service account.
    2. Create a bucket for the processing output and grant the cluster service account READ and WRITE permissions for this bucket.
  3. Create a cloud network named dataproc-network.

  4. Within the dataproc-network, create a subnet in any availability zone.

  5. Set up a NAT gateway for your new subnet.

  6. In dataproc-network, create a security group named dataproc-sg with the following rules:

    • One inbound and one outbound rule for service traffic:

      • Port range: 0-65535.
      • Protocol: Any (Any).
      • Source/Destination name: Security group.
      • Security group: Current (Self).
    • Rule for outgoing HTTPS traffic:

      • Port range: 443.
      • Protocol: TCP.
      • Destination name: CIDR.
      • CIDR blocks: 0.0.0.0/0.
    • Egress rule to allow TCP access to ClickHouse® on port 8443:

      • Port range: 8443.
      • Protocol: TCP.
      • Destination name: CIDR.
      • CIDR blocks: 0.0.0.0/0.
  7. Create a Yandex Data Processing cluster with the host configuration of your choice and the following settings:

    • Environment: PRODUCTION.
    • Services:
      • SPARK
      • YARN
      • HDFS
    • Service account: dataproc-sa.
    • Bucket name: Bucket you created for the output data.
    • Network: dataproc-network.
    • Security groups: dataproc-sg.
    • UI Proxy: Enabled.
  8. Create a Managed Service for ClickHouse® cluster of any suitable configuration with the following settings:

    • DB name: db1.

    • Username: user1.

    • Public access to cluster hosts: Enabled

      Note

      Public access to cluster hosts is required if you plan to connect to the cluster via the internet. This connection option is simpler and is recommended for the purposes of this guide. You can connect to non-public hosts as well but only from Yandex Cloud virtual machines located in the same cloud network as the cluster.

  1. If you do not have Terraform yet, install it.

  2. Get the authentication credentials. You can add them to environment variables or specify them later in the provider configuration file.

  3. Configure and initialize a provider. There is no need to create a provider configuration file manually, you can download it.

  4. Place the configuration file in a separate working directory and specify the parameter values. If you did not add the authentication credentials to environment variables, specify them in the configuration file.

  5. Download the s3-dataproc-ch.tf configuration file to your current working directory.

    This file describes:

    • Network.
    • Subnet.
    • NAT gateway and route table for Yandex Data Processing.
    • Security groups for the Yandex Data Processing and Managed Service for ClickHouse® clusters.
    • Service account for the Yandex Data Processing cluster.
    • Service account required to create buckets in Object Storage.
    • Buckets for input and output data.
    • Yandex Data Processing cluster.
    • Managed Service for ClickHouse® cluster.
  6. In the s3-dataproc-ch.tf file, specify the following:

    • folder_id: Cloud folder ID, same as in the provider settings.
    • input-bucket: Input data bucket name.
    • output-bucket: Output data bucket name.
    • dp_ssh_key: Absolute path to the public key for the Yandex Data Processing cluster. Learn more about connecting to a Yandex Data Processing host over SSH here.
    • ch_password: ClickHouse® password.
  7. Validate your Terraform configuration files using this command:

    terraform validate
    

    Terraform will display any configuration errors detected in your files.

  8. Create the required infrastructure:

    1. Run this command to view the planned changes:

      terraform plan
      

      If you described the configuration correctly, the terminal will display a list of the resources to update and their parameters. This is a verification step that does not apply changes to your resources.

    2. If everything looks correct, apply the changes:

      1. Run this command:

        terraform apply
        
      2. Confirm updating the resources.

      3. Wait for the operation to complete.

    All the required resources will be created in the specified folder. You can check resource availability and their settings in the management console.

Prepare your test dataPrepare your test data

In this example, we will use two CSV tables:

  • coords.csv contains the vehicle’s geographic coordinates.
  • sensors.csv contains vehicle speed and operating parameters.

To prepare the test data:

  1. Copy the contents of the sample files below and save them locally in CSV format:

    • coords.csv
      vehicle_id,latitude,longitude,altitude
      iv9a94th6rztooxh5ur2,55.70329032,37.65472196,427.5
      022wsiz48h2ljxuz04x8,56.96149325,38.46541766,423.6
      a7fbbqjws4zqw85f6jue,54.99296663,36.79063999,426.2
      l7731117m6r6on4m633n,55.34740545,37.13175678,422.5
      6f9q6ienc4qfpdwd9nef,56.69752218,38.38871530,428.3
      
    • sensors.csv
      vehicle_id,speed,battery_voltage,cabin_temperature,fuel_level
      iv9a94th6rztooxh5ur2,0.0,25.5,17,5
      022wsiz48h2ljxuz04x8,55.5,54.5,21,22
      a7fbbqjws4zqw85f6jue,80.6,22.1,19,73
      l7731117m6r6on4m633n,40.9,76.0,25,23
      6f9q6ienc4qfpdwd9nef,64.8,90.8,21,32
      
  2. In the input bucket, create a folder named csv and upload your CSV files to it.

Run data processing in Yandex Data ProcessingRun data processing in Yandex Data Processing

Merge two tables into one and upload the resulting table as a Parquet file to the processing results bucket you created earlier :

  1. Prepare a script file:

    1. Create a local file named join-tables.py and paste the following script into it:

      join-tables.py
      from pyspark.sql import SparkSession
      
      # Creating a Spark session
      spark = SparkSession.builder.appName("JoinExample").getOrCreate()
      
      # Reading a table from coords.csv
      coords_df = spark.read.csv("s3a://<input_bucket_name>/csv/coords.csv", header=True)
      
      # Reading a table from sensors.csv
      sensors_df = spark.read.csv("s3a://<input_bucket_name>/csv/sensors.csv", header=True)
      
      # Joining tables on the vehicle_id column
      joined_df = coords_df.join(sensors_df, on="vehicle_id", how="inner")
      
      # Saving the joined table to a bucket in Parquet format
      joined_df.write.parquet("s3a://<output_bucket_name>/parquet/")
      
    2. In your script, specify the following:

      • Name of the input bucket containing original CSV tables.
      • Name of the output bucket for the Parquet file containing the joined tables.
    3. Create a folder named scripts in the input bucket and upload the join-tables.py file to it.

  2. Create a PySpark job with the file path to your script specified in the Main python file field: s3a://<input_bucket_name>/scripts/join-tables.py.

  3. Wait for the job to complete and make sure the output bucket's parquet folder contains the part-00000-*** Parquet file.

Note

You can view the job logs and search data in them using Yandex Cloud Logging. For more information, see Working with logs.

Export your data to ClickHouse®Export your data to ClickHouse®

Transfer the joined table from Object Storage to ClickHouse®:

  1. Prepare a script file:

    1. Create a local file named parquet-to-ch.py and paste the following script into it:

      parquet-to-ch.py
      from pyspark.sql import SparkSession
      
      # Creating a Spark session
      spark = SparkSession.builder.appName("ParquetClickhouse").getOrCreate()
      
      # Reading data from the Parquet file
      parquetFile = spark.read.parquet("s3a://<output_bucket_name>/parquet/*.parquet")
      
      # Specifying the port and other ClickHouse® cluster settings
      jdbcPort = 8443
      jdbcHostname = "c-<cluster_ID>.rw.mdb.yandexcloud.net"
      jdbcDatabase = "db1"
      jdbcUrl = f"jdbc:clickhouse://{jdbcHostname}:{jdbcPort}/{jdbcDatabase}?ssl=true"
      
      # Loading the table from your Parquet file into the ClickHouse® `measurements` table
      parquetFile.write.format("jdbc") \
      .mode("error") \
      .option("url", jdbcUrl) \
      .option("dbtable", "measurements") \
      .option("createTableOptions", "ENGINE = MergeTree() ORDER BY vehicle_id") \
      .option("user","user1") \
      .option("password","<ClickHouse®_user_password>") \
      .save()
      
    2. In your script, specify the following:

      • Name of the bucket containing your Parquet file.
      • Managed Service for ClickHouse® cluster ID.
      • ClickHouse® password.
    3. Upload the parquet-to-ch.py file to the input data bucket’s scripts folder.

  2. Create a PySpark job with the file path to your script specified in the Main python file field: s3a://<input_bucket_name>/scripts/parquet-to-ch.py.

  3. Wait for the job to complete, then verify that the joined table has been transferred to the cluster:

    1. Connect to the db1 database in the Managed Service for ClickHouse® cluster as user1.

    2. Run this query:

      SELECT * FROM measurements;
      

    If the data export is successful, you will receive the joined table in response.

Delete the resources you createdDelete the resources you created

Some resources are not free of charge. Delete the resources you no longer need to avoid paying for them:

  1. Delete all objects from the buckets.

  2. Delete the other resources depending on how you created them:

    Manually
    Terraform
    1. Managed Service for ClickHouse® cluster.
    2. Yandex Data Processing cluster.
    3. Object Storage buckets.
    4. Subnet.
    5. Route table.
    6. NAT gateway.
    7. Cloud network.
    8. Service account.
    1. In the terminal window, go to the directory containing the infrastructure plan.

      Warning

      Make sure the directory has no Terraform manifests with the resources you want to keep. Terraform deletes all resources that were created using the manifests in the current directory.

    2. Delete resources:

      1. Run this command:

        terraform destroy
        
      2. Confirm deleting the resources and wait for the operation to complete.

      All the resources described in the Terraform manifests will be deleted.

ClickHouse® is a registered trademark of ClickHouse, Inc.

Was the article helpful?

Previous
Using Object Storage in Yandex Data Processing
Next
Connecting a bucket as a disk in Windows
© 2026 Direct Cursus Technology L.L.C.