일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 보조정렬
- vaadin
- mapreduce
- plugin
- Spring
- 공정능력
- xPlatform
- Sqoop
- R
- mybatis
- Android
- SQL
- JavaScript
- tomcat
- react
- GIT
- table
- Kotlin
- window
- Express
- es6
- hadoop
- SSL
- SPC
- IntelliJ
- Java
- Eclipse
- MSSQL
- Python
- NPM
- Today
- Total
목록2018/05/13 (2)
DBILITY
책보고 해봤다. package의 장점, 설치의 간편함이다. elasticsearch는 cluster name이 같으면 자동 ha라는군. [root@big-master ~]# rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch [root@big-master ~]# vi /etc/yum yum/ yum.conf yum.repos.d/ [root@big-master ~]# vi /etc/yum.repos.d/elasticsearch.repo [root@big-master ~]# yum -y install elasticsearch Loaded plugins: fastestmirror base | 3.6 kB 00:00:00 elasticsearch-..
가상시스템에 디스크용량을 늘렸다. 헌데 lvm....이것 저것 찾아 해봤는데도 file system 정보에선 늘어나지 않는 용량... CenOS 7부턴 xfs_growfs를 써야한다고 함. 생각해보니 partition의 file type이 xfs였나 보다. [root@big-master ~]# resize2fs /dev/mapper/centos-root resize2fs 1.42.9 (28-Dec-2013) resize2fs: Bad magic number in super-block while trying to open /dev/mapper/centos-root Couldn't find valid filesystem superblock. [root@big-master ~]# xfs_growfs /dev/..