WeBankFinTech / Exchangis

Exchangis is a lightweight,highly extensible data exchange platform that supports data transmission between structured and unstructured heterogeneous data sources
https://github.com/WeBankFinTech/Exchangis.git
Apache License 2.0
448 stars 208 forks source link

Local debug data exchange project exchangis #268

Closed zslali closed 2 years ago

zslali commented 2 years ago

Guys, how do you debug data exchange project exchangis locally? 各位大佬,如何在本地debug数据交换exchangis呢?

jefftlin commented 2 years ago

1、Set DEBUG_MODE=False and DEBUG_PORT="7006" in sbin/launcher.sh 2、Start exchangis server with command "./daemon start server" in sbin/daemon.sh Then you can see the printing log with "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=${DEBUG_PORT}" On the premise of this, you need to start dss(https://github.com/WeBankFinTech/DataSphereStudio) and linkis(https://github.com/apache/incubator-linkis)