일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- MSSQL
- mapreduce
- window
- Android
- GIT
- table
- SSL
- Eclipse
- SPC
- Sqoop
- Kotlin
- mybatis
- react
- Express
- Java
- vaadin
- R
- plugin
- Spring
- NPM
- SQL
- tomcat
- hadoop
- JavaScript
- es6
- xPlatform
- 공정능력
- IntelliJ
- Python
- 보조정렬
- Today
- Total
목록전체 글 (649)
DBILITY
매뉴얼을 봐도 되고, 검색하면 바로 나오지만, 정리하는 습관이 오래 기억에 남는다. 그나 저나 vim에서 명령실행시 권한 상승되는게 있었는데,여전하겠지? :%s/oldString/newString/g
hadoop이 먼저 설치되어 있어야 한다. tajo는 SQL On Hadoop이니까! http://www.dbility.com/247 [root@big-master ~]# adduser tajo; echo 'tajo' | passwd --stdin tajo; usermod -G datagroup tajo Changing password for user tajo. passwd: all authentication tokens updated successfully. [root@big-master ~]# ssh big-slave1 "adduser tajo; echo 'tajo' | passwd --stdin tajo; usermod -G datagroup tajo" Changing password for use..
선행설치 되어야 할 것 1.Java 1.7 or higher 2.Maven 3.3 or higher 3.Protocol buffer 2.5.0 [hadoop@big-master ~]$wget http://apache.tt.co.kr/hadoop/common/hadoop-2.7.5/hadoop-2.7.5-src.tar.gz [hadoop@big-master ~]$tar -zxvpf hadoop-2.7.5-src.tar.gz [hadoop@big-master hadoop-2.7.5-src]$mvn clean package -Pdist,native -DskipTests -Dtar -Dmaven.javadoc.skip=true ~한참 열심히 일하는 콤푸타를 구경 함~ [INFO] Executing tasks m..
maven binary 설치 [root@big-master src]# wget http://apache.tt.co.kr/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz [root@big-master src]# tar -zxvpf apache-maven-3.5.3-bin.tar.gz [root@big-master src]# cp -rf apache-maven-3.5.3 /bigdata/ [root@big-master src]# ln -s /bigdata/apache-maven-3.5.3 /maven [root@big-master src]# vi /etc/profile export MAVEN_HOME=/maven export PATH=$PATH:/bi..
소스컴파일시 https://github.com/linux-on-ibm-z/docs/wiki/Building-Google-Protobuf-2.5.0 소스컴파일은 의존성 등 문제가 많다. 귀찮다. 따라하면 된다. yum 설치시 [root@big-master src]# yum -y install protobuf protobuf-devel Loaded plugins: fastestmirror Repository base is listed more than once in the configuration Repository updates is listed more than once in the configuration Repository extras is listed more than once in the conf..