TresAmigosSD / SMV

Spark Modularized View
Apache License 2.0
42 stars 22 forks source link

Support config files in a folder #1579

Closed ninjapapa closed 5 years ago

ninjapapa commented 5 years ago

Currently we supports 4 type of configurations other than the default values:

Priority: Low to High

As adding the connection concept, to avoid making existing config files too complicated, we will support config files in folders. A structure this issue should support is:

And all config files in folders are at the same priority level as smv-app-conf.pros.

ninjapapa commented 5 years ago

@AliTajeldin please review the plan.

AliTajeldin commented 5 years ago

Do we need a folder hierarchy? How about hard code the file name such as connections.props. A single project will probably not have too many connections. We can read/write them all at once anytime once changes.