摘要: 实现效果,求各年龄段用户数及占比 1)oracle版本 1 with temp as 2 (select t.birth_type, sum(t.user_cnt) as user_cnt 3 from dw_yq.bst_rpt_yq_pag_ratio_m t 4 where t.nc_date 阅读全文
posted @ 2020-07-28 16:23 楔子 阅读(1840) 评论(0) 推荐(0)
摘要: 1)登录CDH,点击HDFS->操作->下载客户端配置 2)将下载后的文件解压,拷贝到data-integration\plugins\pentaho-big-data-plugin\hadoop-configurations\cdh632文件中 下载后的文件 将core-site.xml与hdfs 阅读全文
posted @ 2020-07-28 10:07 楔子 阅读(1442) 评论(0) 推荐(0)