摘要:
基于Flink进行流计算时,如要需要得到每个窗口的开始、结束、最大时间戳,可以通过TimeWindow对象的如下方法获得: /** * Gets the starting timestamp of the window. This is the first timestamp that belong 阅读全文
摘要:
如果想搭建私有云存储(网盘),NextCloud与OwnCloud是两个不错的选择。 NextCloud与OwnCloud都是德国人Frank Karlitschek一手创建的: 一、OwnCloud In 2010, Karlitschek started the ownCloud project 阅读全文
摘要:
Flink 1.13.1使用log4j.properties定义了jobmanager、taskmanager等的日志输出: # Allows this configuration to be modified at runtime. The file will be checked every 3 阅读全文
摘要:
之前使用Flink 1.11.1时,log4j.properties的配置如下: # This affects logging for both user code and Flink rootLogger.level = INFO rootLogger.appenderRef.file.ref = 阅读全文