datax-web icon indicating copy to clipboard operation
datax-web copied to clipboard

DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、...

Results 118 datax-web issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/90588390/202370851-a4dd12f0-ce91-47ea-a920-bde9a1172eda.png)

question

![QQ截图20221013110829](https://user-images.githubusercontent.com/17058022/195491045-295bde88-5741-48ee-9ffe-7bf7b9bff736.jpg)

question

Linux 一键部署的 datax-web,请问能否更改他的端口号,在哪个目录下进行更改?谢谢。

question

### 前期准备 登录调度中心 > 用户管理,获取对应用户的AccessKey和SecretKey ![图片](https://user-images.githubusercontent.com/16129287/96249238-7cbfcb80-0fdf-11eb-8ad4-9619791606da.png) 如果AccessKey和SecretKey未生成,点击“**重置**”按钮生成新的AccessKey和SecretKey ### 一、非springboot应用 #### 1、引用依赖 ``` com.wugui datax-web-sdk 2.1.2 ``` #### 2、创建客户端 ``` JobClient client = new JobClient(); //设置调度中心访问地址,必填 client.setWebUrl("http://127.0.0.1:8080"); //设置AccessKey,必填 client.setAccessKey("P0ru0c0Y"); //设置SecretKey,必填 client.setSecretKey("6cbd77918c566e5345c5189db9689893f8c28c47");...

### What happened? There are 1 security vulnerabilities found in org.apache.hadoop:hadoop-hdfs 2.7.3 - [CVE-2018-1296](https://www.oscs1024.com/hd/CVE-2018-1296) ### What did I do? Upgrade org.apache.hadoop:hadoop-hdfs from 2.7.3 to 3.3.2 for vulnerability fix ### What...

@WeiYe-Jing 批量构建任务时,mysql无法获取表列表问题修复 ![图片](https://user-images.githubusercontent.com/16129287/148966042-0ad82572-e9d4-4f96-a9c7-9f55564ec33b.png)

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] DATAX执行器多任务并发执行内存不足导致执行失败 **Describe the solution...

new feature

### 谁在使用DataX Web - 诚挚地感谢每一位持续关注并使用DataX Web的朋友。我们会持续投入,把DataX Web做得更好,让数据集成的社区和生态更加繁荣。 ### 此Issue的出发点 1. 聆听社区的声音,让DataX Web更好 2. 吸引更多的伙伴来参与贡献 3. 更多的了解DataX Web的实际使用场景,以方便下一步的规划 ### 我们期待您能提供 1. 在此提交一条评论, 评论内容包括: 2. 您所在公司、学校或组织和首页 3. 您所在的城市、国家 4. 您的联系方式: 微博、邮箱、微信 (至少一个)...

写错地方了

new feature