最近在测试hadoop+fluentd方案,但是fluentd日志收集系统,需要append功能选择,写日志到HDFS中,官方给出的解决方案是:修改hdfs-site.xml文件,增加如下行:<property>
<name>dfs.webhdfs.enabled</name>
<value>true</value>
</property>..
分类:
移动开发 时间:
2014-12-25 18:49:44
阅读次数:
750
You set the recovery window to seven days and the backup optimiza
tion to ON using the CONFIGURE command of Recovery Manager (RMAN). The
most recent backup of the TOOLStablespace to disk was taken o...
分类:
数据库 时间:
2014-12-25 16:31:34
阅读次数:
155
An RMAN backup job fails, displaying the following error:
ORA-19809: limit exceeded for recovery files
Your analysis shows that the Flash Recovery area is full. Which two a
ctions could you tak...
分类:
数据库 时间:
2014-12-25 10:02:40
阅读次数:
183
【mysql使用xtrabackup做全量增量备份】mysql_backup.sh#!/bin/bash
#
#2014/12/16
#v5.1
#incrementbackup,withtimestamp,compressed,withmaster&slave.
######################
s_port="$1"
s_action="$2"
s_slave="$3"
#####配置参数######
##
f_my_cnf="/data/svr/my..
分类:
数据库 时间:
2014-12-24 18:31:46
阅读次数:
165
【mysqldump备份指定数据库表】my_dump.sh#!/bin/bash
#
#2014/12/12
functiondump_db_table(){
locald_db_base=‘/data/svr/mysql‘
locals_datetime=$(date+%Y%m%d_%H%M%S)
locals_port=3306
locals_password=‘xxx‘
locals_db=$1
if[-z${s_port}];then
echo"Usage:$0database..
分类:
数据库 时间:
2014-12-24 18:30:37
阅读次数:
231
项目需求: 创建Community Templat的Forum子站点, 用户可以发帖,跟帖和评论,以及版主有Mederate权限
1. Sharepoint 2013 在创建Forum子站点的时候,是没有Community Template的选择了(没有升级之前的sharepoint 2013是有该模板的),只有Team Site, 但管理员可以直接通过Powershell创建Commu...
分类:
编程语言 时间:
2014-12-24 14:43:23
阅读次数:
229
gluster的提供option叫backup-volfile-server和backup-volfile-servers,达到挂载时候可以指定多个读取卷配置服务器。使用方式如下:#mount-tglusterfs-obackup-volfile-server=gluster2gluster1:/volume/mnt#mount-tglusterfs-obackup-volfile-servers=gluster2:gluster3:glus..
分类:
其他好文 时间:
2014-12-24 11:58:47
阅读次数:
208
You executed the following command to perform a backup of the
USERStablespace:
RMAN > BACKUP TABLESPACE USERS;
Which type of backup would this command perform?
A. backup set
B. image co...
分类:
数据库 时间:
2014-12-24 11:48:09
阅读次数:
162
首先我们需要登陆我们的windows azure上,然后访问https://manage.windowsazure.cn/publishsettings/index他会让我们下载我们的订阅证书文件.我们把他保存到本地的电脑磁盘中. 下来,我们打开我们vs2013创建项目,选择cloud选择asp.n...
二、Hadoop伪分布式模式配置
本实验需要按照上一节单机模式部署后继续进行操作
1. 配置core-site.xml, hdfs-site.xml,mapred-site.xml及yarn-site.xml
1).修改core-site.xml:
$ sudo gvim /usr/local/hadoop/etc/core-site.xml
configurat...
分类:
其他好文 时间:
2014-12-23 21:11:31
阅读次数:
173