Skip to content

Conversation

@yqzdy1207
Copy link

https://doris.apache.org/blogs/PracticalCases/datax-doris-writer.html#_3-3-datax-job-json-file

这个页面中datax的脚本多了几个空格,会导致输入输出无法识别该列
具体位置:3.3 数据作业 JSON 文件
"payed_order"," pending_order"," cancel_order"," reject_order"," good_order"," report_order"
修改为
"payed_order","pending_order","cancel_order","reject_order","good_order","report_order"

hf200012 and others added 2 commits August 14, 2020 10:25
* Replace netty http framework with Spring boot, improve web UI

* Add web UI, based on Vuejs framework

* Modify readme, add UI build method

* Add web UI, based on Vuejs framework

* Add web UI, based on Vuejs framework

* Add web UI, based on Vuejs framework

* Add web UI, based on Vuejs framework

* delete login debug url

* modify menu icon

* modify menu icon

* Complete help page development

* Complete help page development

* Change the name of the log directory to syslog

* Change the name of the log directory to syslog

* Remove debug information

* bugfix

* bugfix

* comiit logo.png

* Add doris-ui automatic compilation script, automatically compile doris-ui when compiling FE

* Add Screenshot

* Modify the compilation script, copy spring boot application.yml to the be/conf directory, so that users can modify the http service port

* cmy first

* fix ut

* remove unused imports

* add missing license

* add js license

* add vue license

* add css license

* add meta service

* add auth check

* add auth check

* modify auth check

* bugfix

* Configure the Spring boot configuration file application.yml into the startup program

* Configure the Spring boot configuration file application.yml into the startup program

* Modify Springboot startup port configuration

* Modify the doris-meta directory. If there is no program and exit directly, change to automatically create a folder

* Remove useless import statements

* delete System.out.println

* Log file fe.out output problem

* maven dependency problem

* Do not intercept the authentication of /metrics, and modify the MigrationAction.java API interface path error

* Modify the data format returned by the /metrics interface

* Change login background image and login prompt Chinese message

* fix meta dir create bug

* rebase

* rebase

* modify action

* fix compile bug1

* fix compile

* add static

* add missing files

* add @RestController

* 1

* cancel load

* check decommission

* connection action

* get ddl action

* modify response entity

* modify all first

* make it work

* Servlet-api 2.x and 3.x version conflict, solve the logging problem

* 1.Every time you modify the log configuration file, regenerate spring log4j2-sparing.xml
2.After generating log4j2-spring.xml, reinitialize the spring log configuration

* Check all rest apis and implement docs

* 1. Delete the authentication in the dump interface in MetaService
2. Modify the multi-threaded sharing ConnectContext, if it is not available under non-master fe, use session for global resource sharing

* Unified user authentication method

* Authentication failed, unified jump to login page

* 添加http包日志输出

* Fix ConnectContext bug

* 实现注销功能

Co-authored-by: chenmingyu <chenmingyu@baidu.com>
Co-authored-by: morningman <morningman@163.com>
@github-actions github-actions bot added the kind/docs Categorizes issue or PR as related to documentation. label Jul 4, 2022
@morningman
Copy link
Contributor

hi @yqzdy1207 , I think your commit history messed up

@jackwener jackwener closed this Aug 30, 2022
@jackwener jackwener deleted the doris-ui branch August 30, 2022 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/docs Categorizes issue or PR as related to documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants