내역
1. 로컬에서 하둡을 간단히 돌려서 프로그래밍을할 수 있는 환경을 만들고 싶음.
2. vagrant로 단일 하둡 셋팅 함.
3. 우분투 관련 오류 발생 함.
오류
recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.
http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/
vagrant 명령어
Usage: vagrant [options] <command> [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Common commands:
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
login log in to HashiCorp's Atlas
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
provision provisions the vagrant machine
push deploys code in this environment to a configured destination
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
share share your Vagrant environment with anyone in the world
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
version prints current and latest Vagrant version
'BigDATA > Hadoop' 카테고리의 다른 글
하둡명령어로 삭제하기(fs -rm) (0) | 2016.12.06 |
---|---|
hadoop distcp (0) | 2016.10.28 |
[꿀팁] 하둡 inputPath로 다중 File 작업하기 (0) | 2015.02.04 |
[Hadoop] 하둡 맵-리듀스 따라잡기 (0) | 2015.02.02 |
하둡 configuration으로 객체 넘기기! (0) | 2015.01.12 |