上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页
摘要: elasticsearch版本升级方案 常用的滚动升级过程(Rolling Upgrade)如下: $ curl -XPUT '$es_server:9200/_cluster/settings?pretty' -H 'Content-Type: application/json' -d '{"tr 阅读全文
posted @ 2019-02-14 01:45 匠人先生 阅读(458) 评论(0) 推荐(1)
摘要: 服务器集群之间忽然ssh跳转不通 # ssh 192.168.0.1The authenticity of host '192.168.0.1 (192.168.0.1)' can't be established.RSA1 key fingerprint is 07:e4:54:79:62:60: 阅读全文
posted @ 2019-02-13 13:56 匠人先生 阅读(7445) 评论(0) 推荐(1)
摘要: 下载并启动registry $ docker pull registry$ docker run --name my_registry -d -p 5000:5000 -v /var/lib/registry:/var/lib/registry registry 从官方仓库下载nginx并push到 阅读全文
posted @ 2019-02-13 01:56 匠人先生 阅读(375) 评论(0) 推荐(2)
摘要: Mesos 1.7.1 官方:http://mesos.apache.org/ 一 简介 Program against your datacenter like it’s a single pool of resources mesos使数据中心(庞大的服务器集群)看起来像是一个资源(CPU、内存 阅读全文
posted @ 2019-02-12 18:29 匠人先生 阅读(1321) 评论(0) 推荐(1)
摘要: 1 查看哪些硬盘没有挂载 # fdisk -l Disk /dev/vdb: 107.4 GB, 107374182400 bytes, 209715200 sectorsUnits = sectors of 1 * 512 = 512 bytesSector size (logical/physi 阅读全文
posted @ 2019-02-12 16:51 匠人先生 阅读(511) 评论(0) 推荐(1)
摘要: docker 18.09 官方:https://docs.docker.com/ 一 简介 Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containe 阅读全文
posted @ 2019-02-01 17:18 匠人先生 阅读(1203) 评论(0) 推荐(1)
摘要: 一 架构 Impala is a massively-parallel query execution engine, which runs on hundreds of machines in existing Hadoop clusters. It is decoupled from the u 阅读全文
posted @ 2019-01-30 17:38 匠人先生 阅读(2028) 评论(0) 推荐(1)
摘要: 查看当前所有java进程 # jps 查看某个进程的堆内存占用情况 # jmap -heap $pid 查看某个进程的堆内存中对象分布情况 # jmap -histo $pid 将某个进程的堆内存导出文件 # jmap -dump:format=b,file=test.dump $pid 分析堆内存 阅读全文
posted @ 2019-01-30 11:41 匠人先生 阅读(311) 评论(0) 推荐(1)
摘要: 1 磁盘、cpu、内存相关 查看全部设备信息 # lspci 查看整体磁盘空间占用情况 # df -h 查看磁盘分区及文件系统 # df -T 查看整体磁盘inode占用情况 # df -i 查看文件详细信息 # ls -l $path 查看文件inode信息 # ls -i $path# stat 阅读全文
posted @ 2019-01-30 11:39 匠人先生 阅读(354) 评论(0) 推荐(1)
摘要: ambari2.7.3(hdp3.1) 安装 hue4.2 ambari的hdp中原生不支持hue安装,下面介绍如何通过添加service的方式使ambari支持hue安装: 官方:http://gethue.com/ Hue is an open source Workbench for deve 阅读全文
posted @ 2019-01-29 12:01 匠人先生 阅读(3152) 评论(2) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页