会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Zeus~
Stay Hungry Stay Foolish
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
下一页
2018年9月12日
hive metastore && hiveserver2 . 基本配置
摘要: # hiveserver2 && metastore 配置 标签(空格分隔): Hive 基本配置: ```<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet type="text/xsl" href="con
阅读全文
posted @ 2018-09-12 21:56 Zeus~
阅读(3039)
评论(0)
推荐(0)
2018年9月7日
Flink HA 搭建坑
摘要: 目前网上能找到的做HA的教程基本都无法真正做到多机高可用,包括官方文档,经过很久的折腾,终于做到了多机高可用,希望其它人不再被坑。 集群模式安装 前提条件: 机器已经安装好Java环境 jobManager到taskManager的机器做ssh免密登录(非必须) 以下操作都是直接使用的机器名,并保证
阅读全文
posted @ 2018-09-07 13:42 Zeus~
阅读(875)
评论(0)
推荐(0)
2018年7月27日
protobuf 编译安装
摘要: 1、protobuf是google公司提出的数据存储格式,详细介绍可以参考:https://developers.google.com/protocol-buffers 2、下载最新的protobuf,下载地址:https://code.google.com/p/protobuf/downloads
阅读全文
posted @ 2018-07-27 11:48 Zeus~
阅读(868)
评论(0)
推荐(0)
编译Hadoop 2.7.2支持压缩 转
摘要: hadoop Native Shared Libraries 使得Hadoop可以使用多种压缩编码算法,来提高数据的io处理性能。不同的压缩库需要依赖到很多Linux本地共享库文件,社区提供的二进制安装包,默认没有支持snappy这样在生产中最常用的压缩格式。而且社区没有提供64位的二进制安装包,在
阅读全文
posted @ 2018-07-27 11:44 Zeus~
阅读(280)
评论(0)
推荐(0)
2018年6月26日
centos 6挂载磁盘
摘要: 首先查看机器上有多少块硬盘: $ fdisk -l Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512
阅读全文
posted @ 2018-06-26 15:41 Zeus~
阅读(473)
评论(0)
推荐(0)
du -sh
摘要: 本文来自依云's Blog,转载请注明。 du命令的输出结果要么是不人性化的全部以千字节为单位,要么加上-h参数,显示为1K 234M 2G这样易读的数据。可是,我通常想查看那些大文件/目录,或者那些小文件/目录。单单只用sort命令的话,就不得不在脑海转换那些千字节单位的数据了。做为一个Linux
阅读全文
posted @ 2018-06-26 11:25 Zeus~
阅读(372)
评论(0)
推荐(0)
2018年6月19日
安装saltstack使用的shell
摘要: sed -i 's/^#//g' /etc/yum.repos.d/centos6.8.repo sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/centos6.8.repo rm -rf /etc/salt/pki/minion/minion_m
阅读全文
posted @ 2018-06-19 19:42 Zeus~
阅读(147)
评论(0)
推荐(0)
2018年4月26日
Neo4j社区版配置文件
摘要: #*****************************************************************# Neo4j configuration## For more details and a complete list of settings, please see
阅读全文
posted @ 2018-04-26 16:26 Zeus~
阅读(1603)
评论(0)
推荐(0)
2018年4月20日
挂载磁盘
摘要: 20 20180420-105402: lvcreate -L+3T -n Lvdata VolGroup00 21 20180420-105430: mkfs.xfs /dev/mapper/VolGroup00-Lvdata 22 20180420-105454: mkdir -p /data
阅读全文
posted @ 2018-04-20 11:24 Zeus~
阅读(190)
评论(0)
推荐(0)
2018年4月16日
Jvm threaddump,heapdump的分析及问题定位
摘要: 1 一、Thread Dump介绍 1.1 1.1什么是Thread Dump? 1.2 1.2 Thread Dump特点 1.3 1.3 Thread Dump 能诊断的问题 1.4 1.4如何抓取Thread Dump 2 二、java线程的状态转换介绍(为后续分析做准备) 2.1 2.1 新
阅读全文
posted @ 2018-04-16 13:59 Zeus~
阅读(945)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
下一页
公告