apache-spark-optimizer

Solid

Analyzes and optimizes Apache Spark jobs for performance, cost, and resource utilization

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
89
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Apache Spark Optimizer ## Overview Analyzes and optimizes Apache Spark jobs for performance, cost, and resource utilization. This skill provides deep expertise in Spark execution plans, partitioning strategies, and resource configuration to maximize efficiency. ## Capabilities - Spark execution plan analysis and optimization - Partition strategy recommendations - Shuffle reduction techniques - Memory and executor configuration tuning - Catalyst optimizer hints generation - Data skew detection and mitigation - Broadcast join optimization - Caching strategy recommendations ## Input Schema ```json { "sparkCode": "string", "clusterConfig": "object", "executionMetrics": "object", "dataCharacteristics": { "volumeGB": "number", "partitionCount": "number", "skewFactor": "number" } } ``` ## Output Schema ```json { "optimizedCode": "string", "recommendations": ["string"], "expectedImprovement": { "executionTime": "percentage", "resourceUsage": "percentage", "cost": "percentage" }, "configChanges": "object" } ``` ## Target Processes - ETL/ELT Pipeline - Streaming Pipeline - Feature Store Setup - Pipeline Migration ## Usage Guidelines 1. Provide the Spark code or job definition for analysis 2. Include cluster configuration details (executors, memory, cores) 3. Share execution metrics if available (from Spark UI or history server) 4. Describe data characteristics including volume, partitions, and known skew ## Best Practices - Al...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills