반응형
Recent Posts
Recent Comments
관리 메뉴

개발잡부

[hadoop] hadoop install for mac os 본문

Data

[hadoop] hadoop install for mac os

닉의네임 2022. 8. 3. 20:00
반응형
brew install hadoop

(base) ➜  ~   brew reinstall hadoop

 

 

If you need to have tomcat@8 first in your PATH, run:
  echo 'export PATH="/usr/local/opt/tomcat@8/bin:$PATH"' >> ~/.zshrc


To restart tomcat@8 after an upgrade:
  brew services restart tomcat@8
Or, if you don't want/need a background service you can just run:
  /usr/local/opt/tomcat@8/bin/catalina run

 

환경설정

/usr/local/Cellar/hadoop/3.3.3/libexec/etc/hadoop

 

vi hadoop-env.sh

 

 

 

 

https://towardsdatascience.com/installing-hadoop-on-a-mac-ec01c67b003c

반응형

'Data' 카테고리의 다른 글

[data] Parquet (파케이)  (1) 2022.12.13
[hadoop] hadoop 명령어 2  (0) 2022.07.27
[hadoop] mac OS 하둡설치  (0) 2022.07.27
[hadoop] Hadoop 명령어  (0) 2022.07.27
Comments