This guide describes how to sink data from RisingWave to WebHDFS.
Parameter names | Description |
---|---|
connector | Required. Support the WebHDFS connector only. |
webhdfs.endpoint | Required. The endpoint for the WebHDFS service. |
webhdfs.path | Required. The directory where the sink file is located. |
type | Required. Defines the type of the sink. The WebHDFS sink only supports append-only . |
Parquet
or JSON
, see Sink data in parquet or json format.
For more information about batching strategy, see Batching strategy for file sink.