jetoile / hadoop-unit

Hadoop-Unit is a project which allow testing projects which need hadoop ecosysteme like kafka, solr, hdfs, hive, hbase, ...
https://blog.jetoile.fr/hadoop-unit/
Apache License 2.0
52 stars 15 forks source link

break useless dependency to org.apache.hadoop.conf.Configuration #69

Closed jetoile closed 7 years ago

jetoile commented 7 years ago

Non hadoop components should not expose a method getConfiguration() which return a org.apache.hadoop.conf.Configuration

Moreover, it should resolve some jar conflict too