TresAmigosSD / SMV

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

Added a smv.sparkdf.defaultPersistFormat conf param #1477

Closed ninjapapa closed 5 years ago

ninjapapa commented 5 years ago

Since parquet Io strategy can be used for SparkDf module persistence in addition to SmvCsv, we should add and prop and allow user to config which to use as default (in case user modules didn't specify a persistStrategy).

This issue will introduce a smv.sparkdf.defaultPersistFormat parameter with 2 possible values:

Will still keep the smvcsv_on_hdfs as default for this issue.