yunqingmoswu commented on code in PR #381: URL: https://github.com/apache/incubator-inlong-website/pull/381#discussion_r879010311
########## docs/modules/sort/quick_start.md: ########## @@ -32,35 +30,17 @@ Noticeļ¼ - `inlong-sort/sort-[version].jar` is the compiled jar ## Necessary configurations -- `--cluster-id ` represent a specified inlong-sort application, same as the configuration of `sort.appName` in inlong-manager -- `--dataflow.info.file` dataflow configuration file path -- `--source.type` source of the application, currently "pulsar" is supported -- `--sink.type` sink of the application, currently "clickhouse", "hive", "iceberg", "kafka" are supported -- `--metrics.audit.proxy.hosts` audit proxy host address for reporting audit metrics +- `--group.info.file` dataflow configuration file path +- `--lightweight` whether to use lightweight sort,default false **Example** ``` ---cluster-id debezium2kafka-canal --dataflow.info.file /YOUR_DATAFLOW_INFO_DIR/debezium-to-kafka-canal.json \ ---source.type pulsar --sink.type kafka +--lightweight true --group.info.file /YOUR_DATAFLOW_INFO_DIR/mysql-to-kafka.json Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
