当前位置:   article > 正文

计算机毕业设计hadoop+spark+hive新能源汽车数据分析可视化大屏 汽车推荐系统 新能源汽车推荐系统 汽车爬虫 汽车大数据 机器学习 大数据毕业设计 深度学习 知识图谱 人工智能

计算机毕业设计hadoop+spark+hive新能源汽车数据分析可视化大屏 汽车推荐系统 新能源汽车推荐系统 汽车爬虫 汽车大数据 机器学习 大数据毕业设计 深度学习 知识图谱 人工智能

郑州西亚斯学院毕业论文(设计)开题报告表

课题

名称

基于Hive的新能源汽车数据仓库管理系统的设计与实现

课题

来源

学校课题及自选课题

课题

类型

工程实践

指导

教师

付接递

职称/学位

硕士

学生

姓名

徐东升

学号

2020105410243

专业

信息与计算机科学(智能信息处理方向)

班级

2班

一、调研资料准备

对企业进行实地调研,做好需求分析;走访相关企业了解企业的需求以及应用场景,与相关负责人沟通存在的问题,针对于问题做好合理的规划与设计;通过查阅相关资料信息如万方数据等学术网站相关论文内容,分析与研究新能源汽车数据仓库管理系统的功能,并且查阅相关系统开发知识,与指导教师沟通系统设计思路与功能。

二、设计的目的、要求、思路与预期成果

(1)设计目的

本次设计一个基于Hive的新能源汽车数据仓管理系统。企业管理员登录系统后可以在汽车保养时,根据这些汽车内置传感器传回的数据分析其故障原因,以便维修人员更加及时准确处理相关的故障问题。或者对这些数据分析之后向车主进行预警提示车主注意保养汽车,以提高汽车行驶的安全系数。

(2)设计要求

利用Flume进行分布式的日志数据采集,Kafka实现高吞吐量的数据传输,DateX进行数据清洗、转换和整合,MySQL存储结构化数据,HDFS存储大规模原始日志数据,Hive进行数据仓库查询和分析,Spark进行分布式数据计算,Dolphinscheduler进行全流程调度管理,帆软BI工具实现可视化大屏展示。实现数据采集、传输、清洗、存储、查询、计算、调度和展示全流程功能。提供监控、数据质量管理、多维度数据分析等功能。

(3)设计思路

新能源汽车数据仓库管理系统,主要服务于新能源汽车车主,企业负责本系统的登录维护,在进行工作流调度时设置Admin用户进行环境管理或环境创建,设置普通用户权限进行项目工作流的创建和任务节点的配置,在FineBI中设置管理员账号进行环境的搭建以及对数据进行处理展示,使管理人员能够更加直观的获取想要的数据,企业根据系统中的数据为车主提供相关服务。其设计思路着重于多方位的数据处理,涵盖了全面数据采集、数据清洗和质量保障、大规模数据存储、高效数据管理、数据分析与挖掘、可扩展性与灵活性、用户友好的数据查询与报告、高性能与低延迟等多个方面。整体设计思路旨在打造一套高效、安全、可靠的大数据处理平台,为新能源汽车行业提供全面的数据支持,助力业务决策并确保系统在未来的发展中具备良好的可扩展性和适应性。

(4)预期成果

毕业设计1套(包含项目软件和数据库等)和毕业论文1份(符合学校查重要求的毕业论文)。

三、任务完成的阶段内容及时间安排

2023年11月06日前查看相关资料、技术,准备技术文档,做好需求分析,下发任务书;

2023年12月31日前制定软件开发计划,设计软件部分功能,完成开题报告

2024年01月06日前进行开题答辩;

2024年03月15日前完成系统开发与测试,进行中期检查;

2024年04月22日前撰写论文初稿、完成后和指导老师沟通修改论文、定稿、进行查重检测;

  2024年05月19日前完成所有毕设材料、参加答辩。

  • 完成论文(设计)所具备的条件因素

(1)硬件方面:Windows10操作系统电脑一台

(2)软件方面:Linux虚拟机、MySQL数据库、帆软BI。

指导教师签名:                                         日期:                 

                                                                

1.课题类型:设计、论文、其他。

2.课题来源:科研项目、社会服务、其他。

核心算法代码分享如下:

  1. // ORM class for table 'tables04'
  2. // WARNING: This class is AUTO-GENERATED. Modify at your own risk.
  3. //
  4. // Debug information:
  5. // Generated date: Wed Sep 06 13:19:28 CST 2023
  6. // For connector: org.apache.sqoop.manager.MySQLManager
  7. import org.apache.hadoop.io.BytesWritable;
  8. import org.apache.hadoop.io.Text;
  9. import org.apache.hadoop.io.Writable;
  10. import org.apache.hadoop.mapred.lib.db.DBWritable;
  11. import com.cloudera.sqoop.lib.JdbcWritableBridge;
  12. import com.cloudera.sqoop.lib.DelimiterSet;
  13. import com.cloudera.sqoop.lib.FieldFormatter;
  14. import com.cloudera.sqoop.lib.RecordParser;
  15. import com.cloudera.sqoop.lib.BooleanParser;
  16. import com.cloudera.sqoop.lib.BlobRef;
  17. import com.cloudera.sqoop.lib.ClobRef;
  18. import com.cloudera.sqoop.lib.LargeObjectLoader;
  19. import com.cloudera.sqoop.lib.SqoopRecord;
  20. import java.sql.PreparedStatement;
  21. import java.sql.ResultSet;
  22. import java.sql.SQLException;
  23. import java.io.DataInput;
  24. import java.io.DataOutput;
  25. import java.io.IOException;
  26. import java.nio.ByteBuffer;
  27. import java.nio.CharBuffer;
  28. import java.sql.Date;
  29. import java.sql.Time;
  30. import java.sql.Timestamp;
  31. import java.util.Arrays;
  32. import java.util.Iterator;
  33. import java.util.List;
  34. import java.util.Map;
  35. import java.util.TreeMap;
  36. public class tables04 extends SqoopRecord implements DBWritable, Writable {
  37. private final int PROTOCOL_VERSION = 3;
  38. public int getClassFormatVersion() { return PROTOCOL_VERSION; }
  39. protected ResultSet __cur_result_set;
  40. private String expiry_date;
  41. public String get_expiry_date() {
  42. return expiry_date;
  43. }
  44. public void set_expiry_date(String expiry_date) {
  45. this.expiry_date = expiry_date;
  46. }
  47. public tables04 with_expiry_date(String expiry_date) {
  48. this.expiry_date = expiry_date;
  49. return this;
  50. }
  51. private Long num;
  52. public Long get_num() {
  53. return num;
  54. }
  55. public void set_num(Long num) {
  56. this.num = num;
  57. }
  58. public tables04 with_num(Long num) {
  59. this.num = num;
  60. return this;
  61. }
  62. public boolean equals(Object o) {
  63. if (this == o) {
  64. return true;
  65. }
  66. if (!(o instanceof tables04)) {
  67. return false;
  68. }
  69. tables04 that = (tables04) o;
  70. boolean equal = true;
  71. equal = equal && (this.expiry_date == null ? that.expiry_date == null : this.expiry_date.equals(that.expiry_date));
  72. equal = equal && (this.num == null ? that.num == null : this.num.equals(that.num));
  73. return equal;
  74. }
  75. public boolean equals0(Object o) {
  76. if (this == o) {
  77. return true;
  78. }
  79. if (!(o instanceof tables04)) {
  80. return false;
  81. }
  82. tables04 that = (tables04) o;
  83. boolean equal = true;
  84. equal = equal && (this.expiry_date == null ? that.expiry_date == null : this.expiry_date.equals(that.expiry_date));
  85. equal = equal && (this.num == null ? that.num == null : this.num.equals(that.num));
  86. return equal;
  87. }
  88. public void readFields(ResultSet __dbResults) throws SQLException {
  89. this.__cur_result_set = __dbResults;
  90. this.expiry_date = JdbcWritableBridge.readString(1, __dbResults);
  91. this.num = JdbcWritableBridge.readLong(2, __dbResults);
  92. }
  93. public void readFields0(ResultSet __dbResults) throws SQLException {
  94. this.expiry_date = JdbcWritableBridge.readString(1, __dbResults);
  95. this.num = JdbcWritableBridge.readLong(2, __dbResults);
  96. }
  97. public void loadLargeObjects(LargeObjectLoader __loader)
  98. throws SQLException, IOException, InterruptedException {
  99. }
  100. public void loadLargeObjects0(LargeObjectLoader __loader)
  101. throws SQLException, IOException, InterruptedException {
  102. }
  103. public void write(PreparedStatement __dbStmt) throws SQLException {
  104. write(__dbStmt, 0);
  105. }
  106. public int write(PreparedStatement __dbStmt, int __off) throws SQLException {
  107. JdbcWritableBridge.writeString(expiry_date, 1 + __off, 12, __dbStmt);
  108. JdbcWritableBridge.writeLong(num, 2 + __off, -5, __dbStmt);
  109. return 2;
  110. }
  111. public void write0(PreparedStatement __dbStmt, int __off) throws SQLException {
  112. JdbcWritableBridge.writeString(expiry_date, 1 + __off, 12, __dbStmt);
  113. JdbcWritableBridge.writeLong(num, 2 + __off, -5, __dbStmt);
  114. }
  115. public void readFields(DataInput __dataIn) throws IOException {
  116. this.readFields0(__dataIn); }
  117. public void readFields0(DataInput __dataIn) throws IOException {
  118. if (__dataIn.readBoolean()) {
  119. this.expiry_date = null;
  120. } else {
  121. this.expiry_date = Text.readString(__dataIn);
  122. }
  123. if (__dataIn.readBoolean()) {
  124. this.num = null;
  125. } else {
  126. this.num = Long.valueOf(__dataIn.readLong());
  127. }
  128. }
  129. public void write(DataOutput __dataOut) throws IOException {
  130. if (null == this.expiry_date) {
  131. __dataOut.writeBoolean(true);
  132. } else {
  133. __dataOut.writeBoolean(false);
  134. Text.writeString(__dataOut, expiry_date);
  135. }
  136. if (null == this.num) {
  137. __dataOut.writeBoolean(true);
  138. } else {
  139. __dataOut.writeBoolean(false);
  140. __dataOut.writeLong(this.num);
  141. }
  142. }
  143. public void write0(DataOutput __dataOut) throws IOException {
  144. if (null == this.expiry_date) {
  145. __dataOut.writeBoolean(true);
  146. } else {
  147. __dataOut.writeBoolean(false);
  148. Text.writeString(__dataOut, expiry_date);
  149. }
  150. if (null == this.num) {
  151. __dataOut.writeBoolean(true);
  152. } else {
  153. __dataOut.writeBoolean(false);
  154. __dataOut.writeLong(this.num);
  155. }
  156. }
  157. private static final DelimiterSet __outputDelimiters = new DelimiterSet((char) 44, (char) 10, (char) 0, (char) 0, false);
  158. public String toString() {
  159. return toString(__outputDelimiters, true);
  160. }
  161. public String toString(DelimiterSet delimiters) {
  162. return toString(delimiters, true);
  163. }
  164. public String toString(boolean useRecordDelim) {
  165. return toString(__outputDelimiters, useRecordDelim);
  166. }
  167. public String toString(DelimiterSet delimiters, boolean useRecordDelim) {
  168. StringBuilder __sb = new StringBuilder();
  169. char fieldDelim = delimiters.getFieldsTerminatedBy();
  170. __sb.append(FieldFormatter.escapeAndEnclose(expiry_date==null?"null":expiry_date, delimiters));
  171. __sb.append(fieldDelim);
  172. __sb.append(FieldFormatter.escapeAndEnclose(num==null?"null":"" + num, delimiters));
  173. if (useRecordDelim) {
  174. __sb.append(delimiters.getLinesTerminatedBy());
  175. }
  176. return __sb.toString();
  177. }
  178. public void toString0(DelimiterSet delimiters, StringBuilder __sb, char fieldDelim) {
  179. __sb.append(FieldFormatter.escapeAndEnclose(expiry_date==null?"null":expiry_date, delimiters));
  180. __sb.append(fieldDelim);
  181. __sb.append(FieldFormatter.escapeAndEnclose(num==null?"null":"" + num, delimiters));
  182. }
  183. private static final DelimiterSet __inputDelimiters = new DelimiterSet((char) 44, (char) 10, (char) 0, (char) 0, false);
  184. private RecordParser __parser;
  185. public void parse(Text __record) throws RecordParser.ParseError {
  186. if (null == this.__parser) {
  187. this.__parser = new RecordParser(__inputDelimiters);
  188. }
  189. List<String> __fields = this.__parser.parseRecord(__record);
  190. __loadFromFields(__fields);
  191. }
  192. public void parse(CharSequence __record) throws RecordParser.ParseError {
  193. if (null == this.__parser) {
  194. this.__parser = new RecordParser(__inputDelimiters);
  195. }
  196. List<String> __fields = this.__parser.parseRecord(__record);
  197. __loadFromFields(__fields);
  198. }
  199. public void parse(byte [] __record) throws RecordParser.ParseError {
  200. if (null == this.__parser) {
  201. this.__parser = new RecordParser(__inputDelimiters);
  202. }
  203. List<String> __fields = this.__parser.parseRecord(__record);
  204. __loadFromFields(__fields);
  205. }
  206. public void parse(char [] __record) throws RecordParser.ParseError {
  207. if (null == this.__parser) {
  208. this.__parser = new RecordParser(__inputDelimiters);
  209. }
  210. List<String> __fields = this.__parser.parseRecord(__record);
  211. __loadFromFields(__fields);
  212. }
  213. public void parse(ByteBuffer __record) throws RecordParser.ParseError {
  214. if (null == this.__parser) {
  215. this.__parser = new RecordParser(__inputDelimiters);
  216. }
  217. List<String> __fields = this.__parser.parseRecord(__record);
  218. __loadFromFields(__fields);
  219. }
  220. public void parse(CharBuffer __record) throws RecordParser.ParseError {
  221. if (null == this.__parser) {
  222. this.__parser = new RecordParser(__inputDelimiters);
  223. }
  224. List<String> __fields = this.__parser.parseRecord(__record);
  225. __loadFromFields(__fields);
  226. }
  227. private void __loadFromFields(List<String> fields) {
  228. Iterator<String> __it = fields.listIterator();
  229. String __cur_str = null;
  230. try {
  231. __cur_str = __it.next();
  232. if (__cur_str.equals("null")) { this.expiry_date = null; } else {
  233. this.expiry_date = __cur_str;
  234. }
  235. __cur_str = __it.next();
  236. if (__cur_str.equals("null") || __cur_str.length() == 0) { this.num = null; } else {
  237. this.num = Long.valueOf(__cur_str);
  238. }
  239. } catch (RuntimeException e) { throw new RuntimeException("Can't parse input data: '" + __cur_str + "'", e); } }
  240. private void __loadFromFields0(Iterator<String> __it) {
  241. String __cur_str = null;
  242. try {
  243. __cur_str = __it.next();
  244. if (__cur_str.equals("null")) { this.expiry_date = null; } else {
  245. this.expiry_date = __cur_str;
  246. }
  247. __cur_str = __it.next();
  248. if (__cur_str.equals("null") || __cur_str.length() == 0) { this.num = null; } else {
  249. this.num = Long.valueOf(__cur_str);
  250. }
  251. } catch (RuntimeException e) { throw new RuntimeException("Can't parse input data: '" + __cur_str + "'", e); } }
  252. public Object clone() throws CloneNotSupportedException {
  253. tables04 o = (tables04) super.clone();
  254. return o;
  255. }
  256. public void clone0(tables04 o) throws CloneNotSupportedException {
  257. }
  258. public Map<String, Object> getFieldMap() {
  259. Map<String, Object> __sqoop$field_map = new TreeMap<String, Object>();
  260. __sqoop$field_map.put("expiry_date", this.expiry_date);
  261. __sqoop$field_map.put("num", this.num);
  262. return __sqoop$field_map;
  263. }
  264. public void getFieldMap0(Map<String, Object> __sqoop$field_map) {
  265. __sqoop$field_map.put("expiry_date", this.expiry_date);
  266. __sqoop$field_map.put("num", this.num);
  267. }
  268. public void setField(String __fieldName, Object __fieldVal) {
  269. if ("expiry_date".equals(__fieldName)) {
  270. this.expiry_date = (String) __fieldVal;
  271. }
  272. else if ("num".equals(__fieldName)) {
  273. this.num = (Long) __fieldVal;
  274. }
  275. else {
  276. throw new RuntimeException("No such field: " + __fieldName);
  277. }
  278. }
  279. public boolean setField0(String __fieldName, Object __fieldVal) {
  280. if ("expiry_date".equals(__fieldName)) {
  281. this.expiry_date = (String) __fieldVal;
  282. return true;
  283. }
  284. else if ("num".equals(__fieldName)) {
  285. this.num = (Long) __fieldVal;
  286. return true;
  287. }
  288. else {
  289. return false; }
  290. }
  291. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/508423
推荐阅读
相关标签
  

闽ICP备14008679号