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

Added better exception handling for missing jceks parameters and files #26

Closed alexjbush closed 6 years ago

alexjbush commented 6 years ago

Description

Better handling of exceptions in the case of missing jceks files and missing parameters in the files.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Unit tested

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 177


Files with Coverage Reduction New Missed Lines %
waimak-impala/src/main/scala/com/coxautodata/waimak/metastore/ImpalaDBConnector.scala 1 69.57%
waimak-storage/src/main/scala/com/coxautodata/waimak/storage/FileStorageOps.scala 1 93.1%
waimak-storage/src/main/scala/com/coxautodata/waimak/storage/StorageActions.scala 1 88.89%
waimak-core/src/main/scala/com/coxautodata/waimak/dataflow/spark/SparkActions.scala 2 68.09%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 172: 0.5%
Covered Lines: 795
Relevant Lines: 1058

💛 - Coveralls