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
51 stars 15 forks source link

Is it possible to have impala ? #88

Closed ahoy-jon closed 5 years ago

ahoy-jon commented 5 years ago

I don't know if it is a large request, knowing Impala is in C++. @jetoile If you have some time, we can chat about it.

jetoile commented 5 years ago

Hi @ahoy-jon Hum... I think supporting Impala will be quite a pain... since no binaries are available and building it is quite complicated... With Hadoop Unit version 3.x, it will be possible to create your own plugin. I think that if your plugin use TestContainer, it should be possible to do something :P

ahoy-jon commented 5 years ago

Thanks for the informations. I tried to build the thing on docker, it is not stable, I will try it again on day ! :)