[컴] windows 에서 docker 를 이용해서 test용 spark standalone cluster 사용하기

 윈도우즈 / 윈도우 스파크 사용 / 테스트용 /디버그용 / stand-alone

windows 에서 docker 를 이용해서 test용 spark standalone cluster 사용하기

Dockerfile

windows 에서는 git clone 으로 가져오면 start-spark.sh 의 line ending 이 \n\r 이 되어버리니, 직접 download 하자.

docker build, docker compose

docker build -t cluster-apache-spark:3.0.2 .
docker compose up -d

container 의 ipaddress 확인

docker image list
docker ps -a
docker exec -ti 177f2861c5fa ifconfig

확인

docker 에서 url 문제

See Also

  1. GitHub - maligulzar/cs5614-hw: Learn Apache Spark in Scala, Python (PySpark) and R (SparkR) by building your own cluster with a JupyterLab interface on Docker.
  2. 쿠...sal: [컴] hadoop - spark 테스트 환경

References

  1. GitHub - mvillarrealb/docker-spark-cluster: A simple spark standalone cluster for your testing environment purposses
  2. Creating a Spark Standalone Cluster with Docker and docker-compose | by Marco Villarreal | Medium: ref. 1 에 대한 설명이다.

댓글 없음:

댓글 쓰기