run-clustering

Automate Hudi and Iceberg clustering demos on minikube with live progress reporting.

19|7|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/onehouseinc/quanton-operator --skill run-clustering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-clustering
Source: https://github.com/onehouseinc/quanton-operator/tree/main/.claude/skills/run-clustering
Command: npx skills add https://github.com/onehouseinc/quanton-operator --skill run-clustering

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of Hudi or Iceberg clustering demos on minikube, simplifying the process of running and verifying clustering procedures for these data formats.

Core Features & Use Cases

  • Automated Demo Execution: Run Hudi or Iceberg clustering demos with a single command.
  • Interactive Configuration: Choose between Hudi, Iceberg, or both for the demo.
  • Live Progress Reporting: Monitor the demo's progress in real-time.
  • Outcome Verification: Confirm the success of the clustering procedure.
  • Optional Cleanup: Clean up resources after the demo.

Quick Start

Run the Hudi clustering demo on minikube by executing the command: run_clustering(order='region,ts', op='scheduleandexecute').

Frequently Asked Questions about run-clustering

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Hudi or Iceberg clustering demos on minikube?

You can automate Hudi or Iceberg clustering demos on minikube by executing the run_clustering command, which handles interactive configuration, live progress reporting, and outcome verification.

What is needed to schedule and execute Hudi clustering procedures in a local environment?

Hudi clustering procedures in a local environment require a running minikube cluster with the Quanton operator installed to support the automated scheduling and execution workflow.

Does minikube support both Hudi and Iceberg clustering operations simultaneously?

Yes, minikube supports both Hudi and Iceberg clustering operations, allowing you to interactively choose to run Hudi, Iceberg, or both for your clustering demo verification.

How do I schedule and execute clustering using specific ordering columns?

To schedule and execute clustering using specific ordering columns, pass the region and timestamp parameters to the run_clustering command, triggering the procedure with your specified sort order.

Can I clean up resources after running an Iceberg clustering demo?

Yes, you can clean up resources after running an Iceberg clustering demo, as the execution flow includes an optional cleanup step to remove temporary resources provisioned during the procedure.

Why is my Hudi clustering demo failing on minikube?

Hudi clustering demos on minikube fail if the Quanton operator is not installed on the cluster, or if the minikube instance is not running properly when the clustering command is executed.