Skip to content

hohoonlee/study-presto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

study-presto

centos 7에 설치하는 방법

  • git 설치

[root@client ~]# yum -y install git

  • node.js verion관리를 위한 nvm 설치

[hadoop@client ~]$ curl https://raw.githubusercontent.com/creationix/nvm/v0.25.0/install.sh | bash

[hadoop@client ~]$ source ~/.bashrc

  • node.js 설치

[hadoop@client ~]$ nvm install v6.11.1

[hadoop@client ~]$ node -v

[hadoop@client ~]$ nvm alias default v6.11.1

[hadoop@client ~]$ echo 'nvm use default' >> ~/.bashrc

[hadoop@client ~]$ source ~/.bashrc

  • npm 최신 버전 upgrade

[hadoop@client ~]$ npm install npm -g

[hadoop@client ~]$ npm -v

[hadoop@client ~]$ npm install yarn -g

  • study-presto 프로그램을 설치

[hadoop@client ~]$ git clone https://github.com/hohoonlee/study-presto.git

[hadoop@client ~]$ cd study-presto

[hadoop@client study-presto]$ yarn install

  • study-presto 실행

[hadoop@client study-presto]$ yarn start

  • ui 접속

브라우져에서 http://client.hadoop.kr:3000으로 접속

About

presto를 테스트하기 위한 소스

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published