Jason Chen

Results 5 issues of Jason Chen

### Search before asking - [X] I had searched in the [feature](https://github.com/apache/streampark/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description On the current main page, there is no application owner...

feature/wip

### Search before asking - [X] I had searched in the [issues](https://github.com/streamxhub/streamx/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened The Development Mode of streamx is flink sql, the deployment...

![623dfbdc-e08d-4777-afb1-1111fcdf4e4a](https://github.com/user-attachments/assets/294262da-9b94-459b-a9a6-5b470cc278ba) 如图:表格中,分为左侧3列,右侧5列。提取数据时,如何一次循环中,提取到左右两侧的一行数据。(左右两侧表格不在同一的div中)

### Search before asking - [X] I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar issues. ### Version 0.9.4 ### What's Wrong? 配置维度值的映射关系后,在问答对话中查询,最终执行SQL中并没有映射成功 ![1](https://github.com/user-attachments/assets/bb98a21b-6af0-417e-9687-02da513a4216) ![2](https://github.com/user-attachments/assets/0bc4eba5-a7a8-4b42-9358-ec034ad743a5) ### What You Expected?...

bug

任务是带用户信息的,爬取到的数据写入mysql,以下是我的操作: 1、下载了EasySpider_0.6.2_Linux_x64_with_docker_support.tar.xz,在服务器解压,得到EasySpider_Linux_x64。 2、将Mac上的 config.json、mysql_config.json 和 user_data文件夹,上传到服务器 EasySpider_Linux_x64 文件夹下。 3、在服务器修改了 config.json 文件的内容 : "absolute_user_data_folder":"/export/EasySpider_Linux_x64/user_data" "sys_arch":"amd64" 4、将Mac上的 tasks 文件夹下的文件 1.json 上传到服务器 /export/EasySpider_Linux_x64/tasks 目录下。 5、将Mac上的 execution_instances 文件夹下的文件 55.json 上传到服务器 /export/EasySpider_Linux_x64/execution_instances 目录下。 6、在服务器执行: sudo...