"Managed Service for Apache Spark" is the new name for the product formerly known as "Dataproc on Compute Engine" (cluster deployment) and "Google Cloud Serverless for Apache Spark" (serverless deployment).
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
의견 보내기
SSH를 사용하여 클러스터에 연결
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
콘솔 또는 Google Cloud CLI를 사용하여 Managed Service for Apache Spark 클러스터 노드
에서 SSH 세션을 열 수 있습니다. Google Cloud
콘솔
콘솔에서 VM 인스턴스 페이지로 이동합니다. Google Cloud
가상 머신 인스턴스 목록에서 연결할
Managed Service for Apache Spark VM 인스턴스 행의 SSH 를 클릭합니다.
노드의 홈 디렉터리에 브라우저 창이 열립니다.
Connected, host fingerprint: ssh-rsa ...
Linux cluster-1-m 3.16.0-0.bpo.4-amd64 ...
...
user@cluster-1-m:~$
콘솔의 Managed Service for Apache Spark
클러스터 세부정보 페이지에 있는 VM 인스턴스 탭에서 SSH를 사용하여 Managed Service for Apache Spark
클러스터 노드에 연결할 수도 있습니다. Google Cloud
Google Cloud CLI
로컬 터미널 창이나 Cloud Shell 에서 gcloud compute ssh 명령어를 실행하여 SSH를 사용해 클러스터 VM 노드에 연결합니다.
gcloud compute ssh cluster-VM-name \
--zone=zone \
--project=project-id
예시(마스터 노드의 기본 이름은 클러스터 이름 다음에 -m 서픽스가 옴)
gcloud compute ssh cluster-1-m \
--zone=us-central-1-a \
--project=my-project-id
...
Linux cluster-1-m 4.9.0-8-amd64 #1 SMP Debian 4.9.110-3+deb9u6...
...
user@cluster-1-m:~$
의견 보내기
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스 에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스 에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책 을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-06-03(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"]],["최종 업데이트: 2026-06-03(UTC)"],[],[]]