pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

Add support for Hive #29

Open yangb8 opened 6 years ago

yangb8 commented 6 years ago

Currently, hadoop-connectors are implemented by using new MapReduce API but some applications like Hive only supports Input/OutputFormat with the old MapRed interface.

So far I don't see there is a requirement to support Hive, but just create this issue to track this potential effort. It's a low priority now.