Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- HTML
- mysql
- macos
- S3
- Kotlin
- OOAD
- css
- TypeScript
- DATABASE
- node.js
- docker
- Network
- mongoose
- Crawling
- python
- postman
- wireshark
- MongoDB
- linux
- sequelize
- ubuntu
- Android
- Scheduling
- OS
- React
- Util
- algorithm
- typeorm
- AWS
- Express
Archives
- Today
- Total
목록
반응형
Pyspark (1)
반응형
Seongwon Lim
[Python] MacOS pyspark 설치 방법
서론 이번 글에서는 MacOS 운영체제에서 pyspark 설치 방법을 알아보고자 한다. 설치 방법 $ java -version pyspark를 사용하기 위해서는 자바가 설치되어 있어야 한다. 위 명령어를 입력했을 때 자바가 설치되지 않은 경우 자바를 먼저 설치한다. 자바 설치 방법은 아래 글을 참고하였다. https://phoenixnap.com/kb/install-java-macos How to Install Java on Mac | phoenixNAP KB Install Java on Mac by following this step-by-step tutorial. The article provides simple instructions for installing the JDK and the JRE. ..
Python
2023. 9. 19. 20:26