Code of Conduct
Search before asking
Describe the feature
Introduce the general client conf for mr/spark
- Introduce the class of
RssClientConf to set the general configOptions for mr/spark
- Introduce the class of
RssSparkClientConf to set the spark exclusive configOptions and to construct the RssConf from the SparkConf
- Introduce the class of
RssMRClientConf
I proposed a PR #200 before, but it looks this part needs to do much changes.
Motivation
Now in mr/spark client conf, we don't obey the rule of uniffle configOptions. It causes the some problems as follows
- When introducing the client general conf, we have to write three times in
RssSparkConfig/ RssClientConfig / RssMRConfig. Actually there is no need to leave dirty works for developers.
- If when introducing a general method for MR/Spark and need to some configs from Rss client conf. In current implementation, we have to introduce extra class for method's params. If we having the general RssClientConf, it will benifit more.
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Describe the feature
Introduce the general client conf for mr/spark
RssClientConfto set the general configOptions for mr/sparkRssSparkClientConfto set the spark exclusiveconfigOptionsand to construct the RssConf from theSparkConfRssMRClientConfI proposed a PR #200 before, but it looks this part needs to do much changes.
Motivation
Now in mr/spark client conf, we don't obey the rule of uniffle
configOptions. It causes the some problems as followsRssSparkConfig/RssClientConfig/RssMRConfig. Actually there is no need to leave dirty works for developers.Describe the solution
No response
Additional context
No response
Are you willing to submit PR?