sekikn opened a new pull request, #364: URL: https://github.com/apache/pulsar-site/pull/364
[The HDFS2 sink documentation refers to the `filenamePrefix` configuration as "(Required) true, if compression is set to None"](https://pulsar.apache.org/docs/next/io-hdfs2-sink/#property), but [it's always required actually. Instead, either `fileExtension` or `compression` should be set at least](https://github.com/apache/pulsar/blob/master/pulsar-io/hdfs2/src/main/java/org/apache/pulsar/io/hdfs2/sink/HdfsSinkConfig.java#L96-L99). [This behaviour is the same for HDFS3](https://github.com/apache/pulsar/blob/master/pulsar-io/hdfs3/src/main/java/org/apache/pulsar/io/hdfs3/sink/HdfsSinkConfig.java#L86-L89 ), so its documentation also should be fixed. -- 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]
