ocean-zhc

Results 21 issues of ocean-zhc

问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$ 问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失 问题解决:将升级包上传重启linkis-publish微服务即可。

good first issue

非hive数据源,是mysql数据源 1、View_List可以查询数据 ![1](https://user-images.githubusercontent.com/46189785/71349973-33fbd980-25ab-11ea-86fb-58b1523221be.png) 2、Widget List无数据 ![2](https://user-images.githubusercontent.com/46189785/71350026-54c42f00-25ab-11ea-9e09-7860ebb8ef02.png)

bug

**问题1:在visualis界面执行sql** 错误如下,前端一直转圈 ![image](https://user-images.githubusercontent.com/46189785/71396053-85f83a00-2653-11ea-8916-ba7f93cabc8a.png) 后端错误 ![image](https://user-images.githubusercontent.com/46189785/71396073-96a8b000-2653-11ea-8afc-5fcf62d3a71b.png) 问题解决方案: 在visualis-server/lib目录删除jsr311-api-1.1.1.jar这个包【jsr包冲突导致】 验证:已经正常,如下图 ![image](https://user-images.githubusercontent.com/46189785/71396080-a1634500-2653-11ea-9143-3704d633cd8f.png) **问题2:工程中工作流节点保存失败** 错误如下: ![image](https://user-images.githubusercontent.com/46189785/71396091-ade79d80-2653-11ea-96e8-381153b49afc.png) 解决方案:在linkis-publish linkins-properties里面新增getway的key-value wds.linkis.gateway.ip=192.168.201.85 wds.linkis.gateway.port=9011 重启linkis-publish微服务即可。 **问题3:工作流执行失败** 错误如下: ![image](https://user-images.githubusercontent.com/46189785/71396130-da9bb500-2653-11ea-9758-ca06b8e5e6bd.png) 解决方案: 打开linkis-getway /conf/linkis.properties文件,如下: ![image](https://user-images.githubusercontent.com/46189785/71396142-e4bdb380-2653-11ea-9362-e774916d4c0b.png) 将wds.linkis.gateway.conf.url.pass.auth 其中/api/rest_j/v1/entrance删掉,只留下/dws即可正常执行工作流。 **问题4:工作流发布到azkaban里面执行错误,但是在dss单独执行工作流成功** 错误如下: ![image](https://user-images.githubusercontent.com/46189785/71396165-028b1880-2654-11ea-9bce-613eba7cbdd4.png) 问题原因:由于安装azkaban的服务器hadoop+hive...

我看代码是读取环境变量的?为啥不生效呢? ```python config = { "host": os.getenv("MYSQL_HOST", "localhost"), "port": int(os.getenv("MYSQL_PORT", "3306")), "user": os.getenv("MYSQL_USER"), "password": os.getenv("MYSQL_PASSWORD"), ```

### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description About restful API V2 Tools About restful API V2 Tools...

help wanted
feature
stale

…upport type cast ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list * [ ] If...

document
Transform-v2

…is inconsistent with the import failure ### Purpose of this pull request ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ### Check list *...

document
connectors-v2
http

添加批量上传、文件列表排序、批量删除和下载功能 - 实现批量上传文件 - 实现文件列表可按照文件名、上传时间进行升序和降序排序 - 实现批量删除功能,支持选择多个文件进行删除 - 实现下载功能,支持下载所有文件或选择性下载,目前支持的文件后缀需要公测确认