Skip to content

Commit

Permalink
Merge pull request #2 from Fortuna3Co/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ManduTheCat authored Mar 14, 2023
2 parents 0cc3cc9 + ed2f9ad commit 19d8476
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,3 +259,31 @@ The available configurations are:
* /etc/hadoop/mapred-site.xml MAPRED_CONF

If you need to extend some other configuration file, refer to base/entrypoint.sh bash script.




---

2023-03-14

spark-zeppelin 추가

![image](https://user-images.githubusercontent.com/78258412/224990257-1a365bde-36a5-4562-85dd-d54b4dc7f125.png)

* spark-zeppelin의 경우 spark버전이 맞지 않으므로 spark 버전을 맞춰주어야 함.
* spark 버전은 3.0.0을 사용

* spark-zeppelin에서 실행 `docker exec -it spark-zeppelin bash`
```
cd /
wget https://archive.apache.org/dist/spark/spark-3.0.0/spark-3.0.0-bin-hadoop3.2.tgz
tar zxvf spark-3.0.0-bin-hadoop3.2.tgz
mv spark spark-3.0.2
mv spark-3.0.0-bin-hadoop3.2 spark
```





0 comments on commit 19d8476

Please sign in to comment.