• Daum
  • |
  • 카페
  • |
  • 테이블
  • |
  • 메일
  • |
  • 카페앱 설치
 
카페정보
데이터관련 교육 카페
 
 
 
카페 게시글
5. 하둡과 스파크 [쉬움주의] centos 에 하둡 설치 총정리
유연수 추천 0 조회 810 21.08.22 18:36 댓글 2
게시글 본문내용
 
다음검색
첨부된 파일
댓글
  • 25.04.23 16:48

    첫댓글 [root@vbox ~]# sed -i 's|mirrorlist=|#mirrorlist=|g' /etc/yum.repos.d/CentOS-Base.repo
    [root@vbox ~]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Base.repo
    [root@vbox ~]#
    [root@vbox ~]# yum clean all
    Loaded plugins: fastestmirror, langpacks
    Cleaning repos: base mysql-connectors-community mysql-tools-community mysql80-community
    Cleaning up list of fastest mirrors
    [root@vbox ~]# yum makecache

  • 25.04.23 17:14

    [root@centos ~]# vi /etc/hosts

    # 아래의 내용을 넣으세요
    192.168.122.1 centos
    127.0.0.1 localhost
    127.0.0.1 centos

최신목록