원클릭으로
spark-best-practices
Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Full R017 verification (5+3 rounds) before commit
Load a skill profile to switch active plugin set. Use when user wants to focus on a specific workflow (web-app/data-eng/harness-dev/minimal) and reduce skill enumeration block size per
6-stage structured development cycle with stage-based tool restrictions
Deploy applications to Vercel with auto-detection and preview URLs
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
Monitor Claude Code releases and auto-generate GitHub issues for each new version
| name | spark-best-practices |
| description | Apache Spark 4.0.2 best practices for PySpark and Scala distributed data processing |
| scope | core |
| user-invocable | false |
Version: Spark 4.x. Key changes from Spark 3.x: ANSI mode is now default (stricter SQL type coercion and overflow checks), and Spark Connect provides a decoupled client-server protocol for remote Spark access.
broadcast(small_df) for small-large table joinsspark.sql.autoBroadcastJoinThreshold)coalesce() to reduce partitions without shufflerepartition() only when necessary (causes shuffle)df.cache() or df.persist()df.unpersist()