摘要:        
coalesce和repartition--Transformation类算子 代码示例    
阅读全文
            posted @ 2017-03-13 00:18
日月的弯刀
阅读(2440)
推荐(0)
        
             
        
        
摘要:        
filter--Transformation类算子 代码示例 result    
阅读全文
            posted @ 2017-03-13 00:16
日月的弯刀
阅读(1193)
推荐(0)
        
             
        
        
摘要:        
join--Transformation类算子 代码示例 result    
阅读全文
            posted @ 2017-03-13 00:16
日月的弯刀
阅读(423)
推荐(0)
        
             
        
        
摘要:        
map和flatMap--Transformation类算子 代码示例 <!--more--> result result    
阅读全文
            posted @ 2017-03-13 00:13
日月的弯刀
阅读(423)
推荐(0)
        
             
        
        
摘要:        
mapPartitions--Transformation类算子 代码示例 result mapPartitionsWithIndex--Transformation类算子 代码示例 result mapPartitionsWithIndex--Transformation类算子 代码示例 resu    
阅读全文
            posted @ 2017-03-13 00:13
日月的弯刀
阅读(6525)
推荐(0)
        
             
        
        
摘要:        
reduceByKey--Transformation类算子 代码示例 result    
阅读全文
            posted @ 2017-03-13 00:13
日月的弯刀
阅读(526)
推荐(0)
        
 
		
        
        
摘要:        
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
日月的弯刀
阅读(10609)
推荐(1)
        
             
        
        
        
            posted @ 2017-03-12 17:04
日月的弯刀
阅读(185)
推荐(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
日月的弯刀
阅读(776)
推荐(0)
        
             
        
        
摘要:        
Oracle_基本函数查询综合 <!--more--> <!--WizRtf2Html Charset=0 -->--【1】查询出每各月倒数第三天受雇的所有员工 select * from emp where hiredate = last_day(hiredate)-2; --【2】找出早于30年    
阅读全文
            posted @ 2017-03-12 16:58
日月的弯刀
阅读(690)
推荐(0)