CoxAutomotiveDataSolutions / waimak

Waimak is an open-source framework that makes it easier to create complex data flows in Apache Spark.
Apache License 2.0
75 stars 16 forks source link

writeAsNamedFiles should create the output directory if it does not exist #95

Closed vavison closed 4 years ago

vavison commented 4 years ago

Expected Behavior

writeAsNamedFiles should create the output directory if it does not exist

Actual Behavior

Currently an exception is thrown if the output directory does not exist