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

try to shade jars #48

Closed jetoile closed 7 years ago

jetoile commented 8 years ago

Because of too much jars conflict, should try to shade jars and to load in standalone in different classloader.

However, these jars should contains minimum dependencies. It will be a problem to allow transitivity for tests.

jetoile commented 7 years ago

shading jars produces too big jar and the standalone version is up to 700 Mo. This issue is canceled