What problem does it solve? Retiring an Azure HDInsight cluster requires rewriting legacy Spark code, Hive DDL, storage paths, and Oozie workflows for Microsoft Fabric, and doing this manually is error-prone and slow. ## Core Features & Use Cases - Spark API Modernization: Replaces legacy HiveContext, SQLContext, and standalone SparkContext constructors with Fabric's pre-instantiated SparkSession. - Storage Path Conversion: Converts WASB and ABFS storage paths to OneLake abfss URLs via Shortcuts, and transforms Hive DDL (STORED AS ORC, external tables) into Delta Lake schemas inside a Fabric Lakehouse. - Orchestration Migration: Maps Oozie workflow actions (spark, hive, shell, sqoop, coordinator) to Fabric Pipeline activities and schedule triggers, and introduces notebookutils for file and credential operations. - Use Case: When decommissioning an HDInsight cluster, use this Skill to convert a Hive ORC table definition into a Delta table in a Lakehouse schema and rewrite the Oozie coordinator that scheduled it as a Fabric Pipeline trigger. ## Quick Start Migrate my HDInsight Spark notebook that uses HiveContext and wasb:// storage paths to run on Microsoft Fabric.