big-whale icon indicating copy to clipboard operation
big-whale copied to clipboard

Spark、Flink等离线任务的调度以及实时任务的监控

Results 11 big-whale issues
Sort by recently updated
recently updated
newest added

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 5.1.39 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies

Bumps [fastjson](https://github.com/alibaba/fastjson) from 1.2.70 to 1.2.83. Release notes Sourced from fastjson's releases. FASTJSON 1.2.83版本发布(安全修复) 这是一个安全修复版本,修复最近收到在特定场景下可以绕过autoType关闭限制的漏洞,建议fastjson用户尽快采取安全措施保障系统安全。 安全修复方案 :https://github.com/alibaba/fastjson/wiki/security_update_20220523 Issues 安全加固 修复JDK17下setAccessible报错的问题 #4077 下载 https://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.83/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码 https://github.com/alibaba/fastjson/tree/1.2.83 fastjson 1.2.79版本发布,BUG修复 这又是一个bug...

dependencies

你好 ,问下是否支持sql client

flink部署在docker,运行后找不到flink命令

fix ScriptHistoryYarnStateRefreshJob and ScriptHistoryTimeoutJob: get correct queue name According to different CapacityScheduler or FairScheduler.

![image](https://user-images.githubusercontent.com/8907529/94093490-e5d47900-fe4f-11ea-9e62-c58a4c2ec451.png)

execCommand执行Shell命令的时候,会遇到获取不全环境变量的问题, 比如执行 flink -h 可能会报找不到flink 命令的异常,必须填 写全路径 /opt/flink -h 这个要换种方法吧

I followed the documentation to setup the big-whale platform, then when I created FLINK (1.11.2) job, and start it, I got the following errors: `org.apache.flink.streaming.runtime.tasks.StreamTaskException: Could not instantiate outputs in...

脚本管理中flink批处理 输入输出output参数有什么用? 在代码视图和 后台代码中都没看到这个作用 比如input output参数这样 `flink run -m yarn-cluster -yjm 1024 -ytm 1024 -ys 1 -yqu root.users.root -ynm WordCountDemos -d -yD ypu=root /tmp/hdfs_pkg/2020101520/5509WordCount.jar --allocate.balancer.type=available \ -input hdfs://10.3.87.23:8020/data/flink/GoneWiththeWind.txt \ -output...