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

Upgrade Scala 2.11 compiler and add 2.12 support #33

Closed alexjbush closed 5 years ago

alexjbush commented 6 years ago

Description

This fixes the security warning in Github by upgrading the scala 2.11 compiler and adds experimental 2.12 support with the release of Spark 2.4.

I have build a snapshot version here, showing 2.12 version with correct package names: https://oss.sonatype.org/content/repositories/snapshots/com/coxautodata/waimak-core_2.12/

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Unit testing.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 265


Files with Coverage Reduction New Missed Lines %
waimak-rdbm-ingestion/src/main/scala/com/coxautodata/waimak/rdbm/ingestion/RDBMIngestionActions.scala 1 97.3%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 246: 0.02%
Covered Lines: 915
Relevant Lines: 1192

💛 - Coveralls
alexjbush commented 5 years ago

bump...