2단계: 저장소 클론
bookmark_borderbookmark
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 Cortex Framework의 핵심인 Cortex Framework Data Foundation을 배포하는 두 번째 단계를 설명합니다. 이 단계에서는 Cortex Framework Data Foundation 저장소를 클론합니다.
에서 Cortex Framework Data Foundation을 배포하기 위해 특별히 설계되었습니다.
Cloud Shell을 사용하여 다음 명령어로 Cortex Framework Data Foundation 저장소를 클론합니다.
터미널을 사용하는 경우 gcloud sdk
를 설치합니다 (Cloud Shell에 이미 설치되어 있음).
다음 명령어를 사용하여 저장소를 클론합니다.
git clone https://github.com/GoogleCloudPlatform/cortex-data-foundation
다음 명령어를 사용하여 다운로드된 저장소로 이동합니다.
cd cortex-data-foundation
이 저장소를 이전에 이미 클론한 경우 다음 명령어를 사용하여 최신 변경사항을 가져옵니다.
git pull
다음 단계
이 단계를 완료한 후 다음 배포 단계로 이동합니다.
- 워크로드 설정
- 저장소 클론 (이 페이지)
- 통합 메커니즘 결정
- 구성요소 설정
- 배포 구성
- 배포 실행
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-03-06(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-06(UTC)"],[[["This page details the second step in deploying Cortex Framework Data Foundation, which is the core of the Cortex Framework."],["The primary action in this step is to clone the Cortex Framework Data Foundation repository from its official GitHub location."],["Users should use Cloud Shell or install the `gcloud sdk` if using a local terminal for this process."],["The process involves using the `git clone` command to download the repository and then the `cd` command to enter the repository directory, or if the repository is already cloned, using the `git pull` command to get the latest changes."],["The remaining steps are to determine integration mechanism, set up components, configure deployment and execute deployment."]]],[]]