1、执行service network restart出现以下错误Restarting network (via systemctl): Job for network.service failed. See 'systemctl status network.service' and 'journ...
分类:
Web程序 时间:
2015-03-20 10:39:17
阅读次数:
187
原文属于【VerySky创】TBTCP 批作业步骤概述TBTCO 作业状态概述表TBTCS 批计划表TBTC_SPOOLID Background Processing Spool IDs TableTBILOG 直接输入: 历史数据TBIER 直接输入(DI):结果表RSSDBATCHHIST T...
分类:
其他好文 时间:
2015-03-20 10:32:33
阅读次数:
118
方法1:
SQL> select tname from tab wheretabtype='TABLE';
TNAME
------------------------------------------------------------
REGIONS
LOCATIONS
JOB_HISTORY
JOBS
EMPLOYEES
DEPARTMENTS
COUNTRI...
分类:
数据库 时间:
2015-03-19 18:32:09
阅读次数:
168
微软近期Open的职位:Job posting title: Senior Development EngineerLocation: China, BeijingDivision: Operations System Group Engineering   Group OverviewOS...
分类:
移动开发 时间:
2015-03-19 00:33:53
阅读次数:
160
1. 工厂模式 function createPerson(name, age, job){ var o = new Object(); o.name = name; o.age = age; o.job = job; o.sayName = function(){ alert(this.name)...
分类:
编程语言 时间:
2015-03-18 23:16:05
阅读次数:
163
Android Studio version 1.0.0 ReleasedMuch waited Android studio V1 is out. Well, if you are android dev, and do android as your day job, you should no...
分类:
移动开发 时间:
2015-03-18 20:16:44
阅读次数:
177
Common Join 最为普通的join策略,不受数据量的大小影响,也可以叫做reduce side join ,最没效率的一种join 方式. 它由一个mapreduce job 完成. 首先将大表和小表分别进行map 操作, 在map shuffle 的阶段每一个m...
分类:
其他好文 时间:
2015-03-18 16:10:56
阅读次数:
185
微软近期Open的职位:Job Title: Senior Software EngineerLocation: Shanghai, ChinaHave you ever imagined the world with infinite amount of storage available and...
分类:
其他好文 时间:
2015-03-17 23:35:21
阅读次数:
157
1.Hive1.1在hadoop生态圈中属于数据仓库的角色。他能够管理hadoop中的数据,同时可以查询hadoop中的数据。 本质上讲,hive是一个SQL解析引擎。Hive可以把SQL查询转换为MapReduce中的job来运行。 hive有一套映射工具,可以把SQL转换为MapReduce.....
分类:
其他好文 时间:
2015-03-17 19:51:58
阅读次数:
146