Snowpark Migration Accelerator: 評価の仕組み¶
Snowpark Migration Accelerator(SMA)は、ソースコードを分析し、すべてのコンポーネントと依存関係の詳細なインベントリを作成します。
As mentioned previously, the Snowpark Migration Accelerator (SMA) is more sophisticated than a simple pattern-matching or text replacement tool. It analyzes your source code and creates a comprehensive semantic model that captures all the functionality of your codebase.
SMA 評価では、ソースコードファイルの包括的なインベントリを提供し、既存のSpark API コードがSnowpark API でどの程度動作するかを評価します。この評価により、移行プロジェクトを開始し、ワークロード内のすべてのコードの概要を明確に把握することができます。
評価プロセスでは、以下の出力が生成されます。
すべてのSpark API の参照とSnowpark API との互換性の包括的なリスト
コードベース内のすべてのサードパーティライブラリのインポートの包括的なリスト
収集されたすべてのインベントリの詳細情報を含む概要レポート
To view all output files generated during assessment mode, refer to the output reports section of this documentation.