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.