摘要:
一、当前 系统 版本 二、当前node版本 三、参考安装步骤http://www.runoob.com/nodejs/nodejs-install-setup.html 到make时报错 [root@master node-v4.4.5]# make make -C out BUILDTYPE=Re 阅读全文
摘要:
1. linux下有很多的C标准库, 如uclibc,klibc, gnu libc是如今使用最广泛的,并且成为了linux的标准C库,原来的libc渐渐不再被维护 2. 查看当前系统glibc版本的两种方法 [root@master ~]# ldd --versionldd (GNU libc) 阅读全文
摘要:
一、逐条写入性能测试脚本 SHARDING_2:PRIMARY> use admin switched to db admin SHARDING_2:PRIMARY> db.auth('wlan','wlan') SHARDING_2:PRIMARY> use estestdbnew switche 阅读全文
摘要:
http://jingyan.baidu.com/article/7082dc1c6ad06ce40a89bdf2.html 阅读全文
摘要:
一、curl '172.27.8.132:9200/_cat/indices?v'看到一些不是我手动创建的索引,这些是什么东西? 参考:http://stackoverflow.com/questions/32124730/daily-marvel-indices-is-it-safe-to-rem 阅读全文
摘要:
一、三台内网机器,ip分别为 172.27.8.132 172.27.8.133 172.27.8.134 二、操作系统: [esadmin@master config]$ lsb_release -a LSB Version: :base-4.0-amd64:base-4.0-noarch:cor 阅读全文
摘要:
1. 不能以root用户来启动ES [esadmin@master bin]$ ./elasticsearch[2016-11-16 11:11:41,017][WARN ][bootstrap ] unable to install syscall filter: seccomp unavaila 阅读全文
摘要:
1. 之前发现PATH变量里有一部分路径有冗余,于是想恢复PATH,首先命令行下先执行以下命令 2. 重新source /etc/profile 3. 再观察path,消除冗余 阅读全文
摘要:
https://github.com/ty4z2008/Qix/blob/master/ds.md 阅读全文
摘要:
创建表:hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, the first being an integer and the other a string创建 阅读全文