码云地址:https://gitee.com/xjtsh/ExpandedWordCount 功能实现: wc.exe -c file.c //返回文件 file.c 的字符数 wc.exe -w file.c //返回文件 file.c 的单词总数 wc.exe -l file.c //返回文件 ...
分类:
其他好文 时间:
2018-10-19 02:19:17
阅读次数:
180
前言: (1)合作者:201631062127,201631062625 (2)合作代码地址:WordCount 一.结对的PSP表格: PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 60 55 · Estimate · 估计这个任务需要多少时间 1200 ...
分类:
其他好文 时间:
2018-10-18 01:13:39
阅读次数:
136
最高气温 1、上传温度数据文件到HDFS 2、求最高、最低、平均温度 方式一,无reduceByKey 方式二,有reduceByKey wordcount 1、上传文本文件到HDFS 2、单词统计 ...
分类:
其他好文 时间:
2018-10-09 21:38:36
阅读次数:
147
wordcount工作流程input->拆分Split->映射map->派发Shuffle
分类:
编程语言 时间:
2018-10-09 17:07:56
阅读次数:
151
spark-submit --class WordCount \> --master yarn-cluster \> --num-executors 10 \> --executor-memory 6G \> --executor-cores 4 \> --driver-memory 1G \> / ...
分类:
其他好文 时间:
2018-10-09 00:50:17
阅读次数:
226
一、Gitee项目地址 https://gitee.com/YSS_MYGit/WordCount 二、基本思路 我看到项目后,首先想到的是使用C#语言编写,因为我对C#语言比较熟悉些。此项目有两个类,一个是Program类,该类是程序的入口,主要用于传参,另一个是WC类,该类中有四个方法,分别用于 ...
分类:
其他好文 时间:
2018-10-01 00:08:09
阅读次数:
172
一、代码地址:https://gitee.com/cainiaoY/WordCount 二、项目分析:代码根据实现的功能不同分为两个模块,一个wcFuctiong类,一个wcTest类,其中wcFuction类实现计算txt文本中的内容的单词数、字符数和行数 wcText类实现根据输入命令的不同来实 ...
分类:
其他好文 时间:
2018-09-30 19:58:04
阅读次数:
201
一.Gitee地址:https://gitee.com/zjgss99/WordCount 二.项目分析: 对程序设计语言源文件统计字符数、单词数、行数,统计结果以指定格式输出到默认文件中,以及其他扩展功能,并能够快速地处理多个文件。 命令格式: wc.exe [para] <filename> [ ...
分类:
其他好文 时间:
2018-09-29 23:53:18
阅读次数:
215
码云地址:https://gitee.com/qaqxx88/wc 1WordCount 需求说明 (1)对源文件进行字符数,行数,单词数的统计并且放在与wc.exe相同目录下的result.txt 中 (2)基本功能 wc.exe -c file.c //返回文件 file.c 的字符数 wc.e ...
分类:
其他好文 时间:
2018-09-29 14:37:28
阅读次数:
155
一.码云地址 https://i.cnblogs.com/EditPosts.aspx?opt=1 https://gitee.com/lttzy/wordcount https://gitee.com/lttzy/wordcount 二.PSP表格 PSP2.1 PSP阶段 预估耗时 (分钟) 实 ...
分类:
其他好文 时间:
2018-09-28 20:49:21
阅读次数:
168