码迷,mamicode.com
首页 >  
搜索关键字:mysql-zrm flush logs faild    ( 28430个结果
OSCache报错error while trying to flush writer
OSCache报错error while trying to flush writer
分类:其他好文   时间:2014-09-05 15:40:01    阅读次数:126
spark on yarn提交任务时一直显示ACCEPTED
spark on yarn提交任务时一直显示ACCEPTED,过一个小时后就会出现任务失败,但在提交时shell终端显示的日志并没有报错,logs文件夹中也没有日志产生。注:spark?on?yarn是不需要启动spark集群的,只需要在提交任...
分类:其他好文   时间:2014-09-04 19:36:00    阅读次数:562
mysql 用户方面的操作
1.只新建用户的操作mysql -u root -p密码mysql> insert into mysql.user(Host,User,Password) values(‘localhost’,'czc’,password('root'));mysql>flush privileges;mysql>...
分类:数据库   时间:2014-09-04 16:24:39    阅读次数:278
Nginx 定时切换日志(shell)
1.clearNginxLog.sh#!/bin/bash#run at 2:00am everydaynginx_pid="/run/nginx.pid"logs_path="/opt/log/nginx"logs_date="$(date -d "yesterday" +"%Y%m%d")_`d...
分类:其他好文   时间:2014-09-04 14:52:29    阅读次数:216
Apache服务启动失败couldn't start errorlog process, unable to open logs
在某用户环境下,Apache服务启动失败,报错信息如下 couldn't start errorlog process  unable to open logs Apache是我们的产品组件,未防止日志过大 我们使用了Apache自带的切割滚存日志的组件rotatelogs.exe 在httpd.conf配置如下: ErrorLog "|bin/rotatelogs.exe logs/...
分类:其他好文   时间:2014-09-03 22:48:17    阅读次数:581
J2SE基础:12.IO流编程
继承体系: 1:字节流 以stream结尾的都是字节流。字节流用于读取二进制数据。 2:字符流 结尾都是以reader/writer结尾的。 Write append(char c) :写入字符 write(char[] cbuf)  write(String str)  write(int c) flush(...
分类:其他好文   时间:2014-09-03 22:44:48    阅读次数:230
[weird problem] the xm file transfered by wcf,some sections in it were always repeated
some sections in xml are always repeated,I received these file by wcf.I thought it's caused by buffersize of wcf or flush methodof stream.(I don't wha...
分类:其他好文   时间:2014-09-01 15:19:03    阅读次数:279
Apache2 httpd.conf 配置详解(一)
常用配置指令说明 1. ServerRoot:服务器的基础目录,一般来说它将包含conf/和logs/子目录,其它配置文件的相对路径即基于此目录。默认为安装目录,不需更改。 语法:ServerRoot directory-path 如: ServerRoot "/usr/local/apache-2.2.6" 注意,此指令中的路径最后不要加 / 。 2. Listen:指定服务器监听的I...
分类:其他好文   时间:2014-09-01 14:07:43    阅读次数:266
安装MHA中清理Relay log报错
安装MHA中清理Relaylog报错[root@MHA3~]#/usr/bin/purge_relay_logs--user=root--password=123456-disable_relay_log_purge--port=3306--workdir=/opt/mysql/data/2014-08-2709:19:30:purge_relay_logsscriptstarted.install_driver(mysql)failed:Can‘tlocateDBD/mysql.pmin@IN..
分类:其他好文   时间:2014-08-27 11:09:08    阅读次数:293
JStorm 入门(二) 启动
在nimbus 节点上执行 “nohup jstorm nimbus &”, 查看$JSTORM_HOME/logs/nimbus.log检查有无错误 在supervisor节点上执行 “nohup jstorm supervisor &”, 查看$JSTORM_HOME/logs/supervisor.log检查有无错误...
分类:Web程序   时间:2014-08-26 11:59:36    阅读次数:427
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!