Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v1.4.0
-
None
-
None
Description
We've got many requests about how to use an input source other than hive; or how to use Spark instead of Hadoop MR; or how to use Cassandra in place of HBase.
In order to decouple with Hadoop, interfaces must be defined for Input Source / Build Engine / Storage respectively. And let hive / MR / hbase become a piece of plugin of implementation.