laglangyue commented on code in PR #2406:
URL:
https://github.com/apache/incubator-seatunnel/pull/2406#discussion_r950784989
##########
seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf:
##########
@@ -45,20 +62,20 @@ source {
# }
# If you would like to get more information about how to configure seatunnel
and see full list of input plugins,
- # please go to
https://seatunnel.apache.org/docs/spark/configuration/source-plugins/Fake
+ # please go to https://seatunnel.apache.org/docs/2.1.3/category/source
}
transform {
# split data by specific delimiter
# you can also use other transform plugins, such as sql
sql {
- sql = "select name,age from fake"
+ sql = "select
c_string,c_boolean,c_tinyint,c_smallint,c_int,c_bigint,c_float,c_double,c_null,c_bytes
from fake"
result_table_name = "sql"
}
# If you would like to get more information about how to configure seatunnel
and see full list of transform plugins,
- # please go to
https://seatunnel.apache.org/docs/spark/configuration/transform-plugins/Split
+ # please go to https://seatunnel.apache.org/docs/2.1.3/category/transform
Review Comment:
done
##########
seatunnel-examples/seatunnel-spark-connector-v2-example/src/main/resources/examples/spark.batch.conf:
##########
@@ -72,5 +89,5 @@ sink {
# }
# If you would like to get more information about how to configure seatunnel
and see full list of output plugins,
- # please go to
https://seatunnel.apache.org/docs/spark/configuration/sink-plugins/Console
+ # please go to https://seatunnel.apache.org/docs/2.1.3/category/sink
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]