欢迎

数据之美

天行健,君子以自强不息

导航

2020年4月23日 #

测试

摘要: ```java package com.qyf404.learn.maven; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.Test; public class 阅读全文

posted @ 2020-04-23 23:07 big_datax 阅读(91) 评论(0) 推荐(0) 编辑

2020年4月6日 #

pom文件01

摘要: <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sch 阅读全文

posted @ 2020-04-06 22:26 big_datax 阅读(144) 评论(0) 推荐(0) 编辑

flinkWordCount

摘要: 2020-04-06 22:23:26// 流处理object FlinkStreamingWordCount { def main(args: Array[String]): Unit = { // 1.初始化流计算环境 val streamEnv: StreamExecutionEnvironm 阅读全文

posted @ 2020-04-06 22:24 big_datax 阅读(158) 评论(0) 推荐(0) 编辑