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.Documentation Index
Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt
Use this file to discover all available pages before exploring further.
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. The WebHDFS sink only supports append-only. |
Example
Advanced topics
For more information about encodeParquet or JSON, see Sink data in parquet or json format.
For more information about batching strategy, see Batching strategy for file sink.