岚天逸见

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页

2016年2月2日 #

使用process_monitor.sh监控hadoop进程的crontab配置

摘要: 可以从下列链接找到process_monitor.sh:https://github.com/eyjian/libmooon/blob/master/shell/process_monitor.sh 假设: 1) java安装目录为/data/jdk 2) 监控脚本process_monitor监控 阅读全文

posted @ 2016-02-02 15:34 岚天逸见 阅读(336) 评论(0) 推荐(0)

2016年1月29日 #

iconv用法解读

摘要: iconv是一个字符集转换函数,原型为:size_t iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbyte... 阅读全文

posted @ 2016-01-29 13:55 岚天逸见 阅读(2046) 评论(0) 推荐(0)

2016年1月27日 #

HBase & thrift & C++编程

摘要: 目录目录 11. 前言 12. 启动和停止thrift2 12.1. 启动thrift2 12.2. 停止thrift2 12.3. 启动参数 23. hbase.thrift 23.1. 编译hbase.thrift 24. thrift_helper.h 35. ... 阅读全文

posted @ 2016-01-27 16:12 岚天逸见 阅读(992) 评论(0) 推荐(0)

2015年12月2日 #

Redis-3.2.0集群配置(redis cluster)

摘要: 版本:redis-3.0.5 redis-3.2.0 redis-3.2.9 redis-4.0.11 参考:http://redis.io/topics/cluster-tutorial。 目录 目录 1 1. 前言 2 2. 部署计划 2 3. 目录结构 2 4. 编译安装 3 5. 修改系统参 阅读全文

posted @ 2015-12-02 16:32 岚天逸见 阅读(1019) 评论(0) 推荐(0)

2015年12月1日 #

HBase-1.2.1和Phoenix-4.7.0分布式安装指南

摘要: 目录目录 11. 前言 22. 概念 22.1. Region name 23. 约定 24. 相关端口 35. 下载HBase 36. 安装步骤 36.1. 修改conf/regionservers 36.2. 修改conf/hbase-site.xml 36.2.... 阅读全文

posted @ 2015-12-01 16:01 岚天逸见 阅读(658) 评论(0) 推荐(0)

2015年11月27日 #

nohup、&、setsid、fork和fg、bg究竟有啥区别?

摘要: 目录目录 11. 名词解释 12. 什么是守护进程? 22.1. 后台运行 22.2. 解释关系 23. 以“&”方式运行有何问题? 24. fork 25. setsid&setuid 35.1. setuid应用场景 35.2. 案例 35.3. 用户ID 45.... 阅读全文

posted @ 2015-11-27 17:13 岚天逸见 阅读(609) 评论(0) 推荐(0)

编译hadoop的libhdfs.a

摘要: 进入hadoop-hdfs-project/hadoop-hdfs/src目录,执行cmake以生成Makefile文件。如果遇到如下的错误:~/hadoop-2.7.1-src/hadoop-hdfs-project/hadoop-hdfs/src]$ cmake ... 阅读全文

posted @ 2015-11-27 10:46 岚天逸见 阅读(508) 评论(0) 推荐(0)

2015年11月25日 #

cron.c

摘要: /* $OpenBSD: cron.c,v 1.39 2007/02/18 23:59:03 jmc Exp $ *//* Copyright 1988,1990,1993,1994 by Paul Vixie * All rights reserved *//* *... 阅读全文

posted @ 2015-11-25 14:42 岚天逸见 阅读(149) 评论(0) 推荐(0)

Zookeeper客户端cli_st为何在crontab中运行不正常?

摘要: 实践中,发现直接在命令行终端运行cli_st时,能够得到预期的结果,但一将它放到crontab中,则只收到:bye 相关的一段clit_st源代码如下: if (FD_ISSET(0, &rfds)) { int rc; ... 阅读全文

posted @ 2015-11-25 13:07 岚天逸见 阅读(131) 评论(0) 推荐(0)

Hadoop-2.7.2分布式安装手册

摘要: 目录目录 11. 前言 32. 特性介绍 33. 部署 53.1. 机器列表 53.2. 主机名 53.2.1. 临时修改主机名 63.2.2. 永久修改主机名 63.3. 免密码登录范围 74. 约定 74.1. 安装目录约定 74.2. 服务端口约定 84.3. ... 阅读全文

posted @ 2015-11-25 09:10 岚天逸见 阅读(1478) 评论(0) 推荐(0)

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页

导航