sadikovi / spark-netflow

NetFlow data source for Spark SQL and DataFrames
Apache License 2.0
18 stars 11 forks source link

Remove log configurator #54

Closed sadikovi closed 7 years ago

sadikovi commented 7 years ago

This PR removes log configurator and updates log4j.properties, so it is loaded by default and does not have any explicit dependencies on log4j, which makes it easy to integrate just NetFlow library without Spark dependencies.

sadikovi commented 7 years ago

Closes #51.

codecov-io commented 7 years ago

Current coverage is 95.92% (diff: 100%)

Merging #54 into master will not change coverage

@@             master        #54   diff @@
==========================================
  Files            21         21          
  Lines           907        907          
  Methods         769        769          
  Messages          0          0          
  Branches        138        138          
==========================================
  Hits            870        870          
  Misses           37         37          
  Partials          0          0          

Powered by Codecov. Last update 9f0d6b8...9f89c50