在腾讯服务器上部署的时候出现的莫名其妙的错误,我在配置文件上都写master, node1,但是运行mapredure的时候的时候老是出现 Job job_1409546978133_0001 failed with state FAILED due to: Application applicat...
分类:
其他好文 时间:
2014-09-01 19:15:13
阅读次数:
145
register_shutdown_function—Register a function for execution on shutdownvoidregister_shutdown_function(callable$callback[,mixed$parameter[,mixed$...]]...
分类:
Web程序 时间:
2014-09-01 15:32:33
阅读次数:
218
RedHatEnterpriseLinux4系统中安装VMware Tools1. 必须以ROOT身份进入Linux2. 进入linux系统,然后按下CTRL+ALT组合键,进入主操作系统,点击VMware菜单栏中的VM菜单下的”InstallVMwareTools”。3. 这时在RedHatLin...
分类:
其他好文 时间:
2014-09-01 15:30:43
阅读次数:
440
关闭ExecutorService
ExecutorService提供了两种关闭方法,使用Shutdown正常关闭,以及使用ShutdownNow强行关闭。在进行强行关闭时,shutdownNow首先关闭当前正在执行的任务。然后返回所有尚未启动的任务清单 。
返回未启动任务清单这句没明白返回的方式,于是去查看了一下源码
/**
* Attempts to stop all ...
分类:
编程语言 时间:
2014-09-01 01:41:33
阅读次数:
335
centos6.2以上默认右键都没有terminal,现添加方法 如下
1》 yum -y install
nautilus-open-terminal
2》 shutdown
-r now...
分类:
其他好文 时间:
2014-09-01 01:39:52
阅读次数:
411
今天登录oracle时遇到oracle initialization or shutdown in progress 这个错误提示,在网上搜了下,试了很多方法,最后结合几种方法结合,成功解决了问题!
问题原因:我将以前备份的一个数据库文件误删除,重新登录数据库加载数据时提示错误
操作步骤:
1.先在windows下运行cmd,进入DOS环境。
2.以DBA用户登录,具体命令是
s...
分类:
数据库 时间:
2014-08-31 21:27:31
阅读次数:
234
在“KVM Run Process之Qemu核心流程”一文中讲到Qemu通过KVM_RUN调用KVM提供的API发起KVM的启动,从这里进入到了内核空间运行,本文主要讲述内核中KVM关于VM运行的核心调用流程,所使用的内核版本为linux3.15。
[点击查看全文]
http://luoye.me/2014/07/12/KVM_RUN_PROCESS2/...
分类:
其他好文 时间:
2014-08-31 18:42:01
阅读次数:
190
首先摘录如下URL对pagemap的描述。
https://www.kernel.org/doc/Documentation/vm/pagemap.txt
* /proc/pid/pagemap. This file lets a userspace process find out which
physical frame each virtual page is map...
分类:
系统相关 时间:
2014-08-31 09:14:51
阅读次数:
805
Methods and systems are provided to control the execution of a virtual machine (VM). A VM Monitor (VMM) accesses VM Control Structures (VMCS) indirect...
分类:
其他好文 时间:
2014-08-30 01:10:40
阅读次数:
383
DEPRECATED: Use of this script to execute hdfs command is deprecated.本人安装的hadoop版本是2.4.0的,但每次执行命令时都会显示下面的信息hadoop@VM_160_34_centos:/usr/local/hadoop-2...
分类:
其他好文 时间:
2014-08-29 22:35:28
阅读次数:
265