Currently the jdbchdfs job does not have partitionPath for output directory, like the hdfs sink. What is the recommended way for doing it? i don't also see any JIRA for this, any plan for such a thing be supported in future?
I gave it a thought and concluded that it could create multiple files for multiple executing partitions. However for large data set loads, we would like to break our output to multiple directories based on the values in the data.
If I wanted to create such a job, how do I reuse the out of the box partition strategy which is used in the HDFS sink? Any pointers will be appreciated.