본문 바로가기

분류 전체보기351

sqoop example export HIVE_HOME=/usr/lib/hive export HADOOP_HOME=/usr/lib/hadoop sqoop import --connect jdbc:mysql://***.ipdisk.co.kr/sqoop --username xxxx --password xxxx \ --table abc \ --split-by aaa \ --target-dir /user/root/results [root@localhost lib]# sqoop import --connect jdbc:mysql://***.ipdisk.co.kr/sqoop --username xxxx --password xxxx--table abc --split-by aaa --target-dir /user/root/results 13/04.. 2013. 4. 23.
nagios 127 error return error code 127 : PING, SSH 나올 경우 각 체크 스크립트를 생성한다. yum install nagios-plugins-all.x86_64 2013. 4. 22.
Correcting the eth0 MAC Address in RHEL or CentOS VMWare에서 리눅스 가상 머신을 클로닝할 때 간혹 네트워크 카드의 맥주소가 변경됨으로 인해 꼬일때가 있다. 예를들어 eth0에서 eth1 로 변경되기도 한다. 간혹 아래와 같이 persistent 파일을 수정하기도 하지만 $ vi /etc/udev/rules.d/70-persistent-net.rules 결국 다음과 같이 오류가 발생한다. Bringing up interface eth0: Device eth0 has different MAC address than expected, ignoring. 기존 설정에 잡힌 내용 때문인데 직접가서 hwaddr 를 수정해 주면된다. /etc/sysconfig/network-scripts/ifcfg-eth0 ifconfig -a 라고 해서 나온 mac addre.. 2013. 4. 20.
R - shiny install.packages('shiny') library(shiny)Valid examples are "01_hello", "02_text", "03_reactivity", "04_mpg", "05_sliders", "06_tabsets", "07_widgets", "08_html", "09_upload", "10_download", "11_timer" 유용한 예제프로그램들이 많이 있다. 아직 WEB이나 WAS 에 올리진 못했지만 잘만 다듬으면 좋을 듯 하다. 실행은 다음과 같이 하면 된다. runExample("08_html") 2013. 4. 12.