Hadoop任务提交分析
分析工具和环境
下载一份hadoop的源码,这里以hadoop-1.1.2为例。本地IDE环境为eclipse,导入整个目录,然后可以在IDE里面看到目录结构了,要分析任务提交过程,需要找到入口代码,很明显,对于熟悉Hadoop应用程序开发的同学来说很容易的知道任务的提交是从job的配置开始的,所以需要这样一份提交Job的代码,在src/examples里...
分类:
其他好文 时间:
2014-07-21 22:21:28
阅读次数:
302
LinuxcomeswithahostbasedfirewallcalledNetfilter.Accordingtotheofficialprojectsite:netfilter
isasetofhooksinsidetheLinuxkernelthatallowskernelmodulesto
registercallbackfunctionswiththenetworkstack.Aregistered
callbackfunctionisthencalledbackforeverypackettha..
分类:
系统相关 时间:
2014-07-21 12:34:43
阅读次数:
400
[Interceptors in AngularJS and Useful Examples][1] *有日期,我喜欢。* ---------- $httpAngularJS 的 `$http` 服务允许我们通过发送 HTTP 请求方式与后台进行通信。在某些情况下,我们希望可以俘获所有的请求...
分类:
Web程序 时间:
2014-07-21 10:37:43
阅读次数:
339
What's xxxAn SVM model is a representation of the examples as points in space, mapped so that the examples of the separate categories are divided by a...
分类:
其他好文 时间:
2014-07-21 09:32:31
阅读次数:
284
按照contiki 官方给出的example下的例子之hello world来说,所有的工程里面都有一个唯一的Makefile。然后这个Makefile会去调用其他makefile文件。于是,一切就从此出发吧。说明: 本文依赖于 contiki-2.6/examples/hello-world...
分类:
其他好文 时间:
2014-07-21 08:21:08
阅读次数:
310
【前言】
上篇文章简单的介绍了seajs的使用,下午使用seajs整合jquery就碰到问题了。
下载seajs上的examples,里面直接require('jquery')没有任何问题,
我照着写了一遍,但是报$未定义,坑爹。。
找到这篇博文解决了问题:
http://blog.csdn.net/adeyi/article/details/18003043
雪中送炭啊,太感谢了。
...
分类:
Web程序 时间:
2014-07-20 23:39:10
阅读次数:
442
sap利用VMD_EI_API=>MAINTAIN创建供应商主数据...
分类:
Windows程序 时间:
2014-07-18 13:27:04
阅读次数:
1514
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /.
Each operand may be an integer or another expression.
Some examples:
["2", "1", ...
分类:
其他好文 时间:
2014-07-18 11:19:56
阅读次数:
210
[javac] /home/huihui/app/jboss-seam-2.2.2.Final/examples/build.xml:754: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
在jboss-...
分类:
其他好文 时间:
2014-07-17 10:19:42
阅读次数:
206
在一个route中,通过在大括号中放一个占位符来定义( { and } )。当解析URL的时候,符号"/"和"."被作为一个定义符来解析,而定义符之间的值则匹配到占位符中。route定义中不在大括号中的信息则作为常量值。
下面是一些示例URL:
Valid route definitions
Examples of matching URL...
分类:
Web程序 时间:
2014-07-17 10:13:41
阅读次数:
477