日月的弯刀  
Where Amazing Happens!
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

2017年3月13日

摘要: coalesce和repartition--Transformation类算子 代码示例 阅读全文
posted @ 2017-03-13 00:18 日月的弯刀 阅读(2430) 评论(0) 推荐(0) 编辑
 
摘要: filter--Transformation类算子 代码示例 result 阅读全文
posted @ 2017-03-13 00:16 日月的弯刀 阅读(1181) 评论(0) 推荐(0) 编辑
 
摘要: join--Transformation类算子 代码示例 result 阅读全文
posted @ 2017-03-13 00:16 日月的弯刀 阅读(416) 评论(0) 推荐(0) 编辑
 
摘要: map和flatMap--Transformation类算子 代码示例 <!--more--> result result 阅读全文
posted @ 2017-03-13 00:13 日月的弯刀 阅读(416) 评论(0) 推荐(0) 编辑
 
摘要: mapPartitions--Transformation类算子 代码示例 result mapPartitionsWithIndex--Transformation类算子 代码示例 result mapPartitionsWithIndex--Transformation类算子 代码示例 resu 阅读全文
posted @ 2017-03-13 00:13 日月的弯刀 阅读(6495) 评论(0) 推荐(0) 编辑
 
摘要: reduceByKey--Transformation类算子 代码示例 result 阅读全文
posted @ 2017-03-13 00:13 日月的弯刀 阅读(513) 评论(0) 推荐(0) 编辑

2017年3月12日

摘要: Flume环境搭建_五种案例 A simple example <!--more--> Here, we give an example configuration file, describing a single-node Flume deployment. This configuration 阅读全文
posted @ 2017-03-12 17:15 日月的弯刀 阅读(10561) 评论(0) 推荐(1) 编辑
 
摘要: 枚举深入剖析 阅读全文
posted @ 2017-03-12 17:04 日月的弯刀 阅读(178) 评论(0) 推荐(0) 编辑
 
摘要: Oracle_复杂查询综合 <!--more--> <!--WizRtf2Html Charset=0 -->-- 1、列出所有员工的年工资,按年薪从低到高排序。 select empno, ename, sal, nvl2(comm, (sal+comm)*12, sal*12) income f 阅读全文
posted @ 2017-03-12 16:58 日月的弯刀 阅读(767) 评论(0) 推荐(0) 编辑
 
摘要: Oracle_基本函数查询综合 <!--more--> <!--WizRtf2Html Charset=0 -->--【1】查询出每各月倒数第三天受雇的所有员工 select * from emp where hiredate = last_day(hiredate)-2; --【2】找出早于30年 阅读全文
posted @ 2017-03-12 16:58 日月的弯刀 阅读(679) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页