Object storages
Sink data to WebHDFS
This guide describes how to sink data from RisingWave to WebHDFS.
As a workaround for HDFS, WebHDFS allows external clients to execute Hadoop file system operations without necessarily running on the Hadoop cluster itself. Therefore, it reduces the dependency on the Hadoop environment when using HDFS.
Syntax
Parameters
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. Options include append-only or upsert . |
Example
For more information about encode Parquet
or JSON
, see Sink data in parquet or json encode.
Was this page helpful?