Hive-IO-Experimental 是一个 Hive 输入输出库。 Hive-IO-Experimental 提供了一个良好的用户界面来建立Hive 工程,而不需要用户通过直接修改或连接 HQL 命令行的形式来建立Hive 工程
现有的功能如下: 1. Simple APIs to read and write a table in a single process. 2. Hadoop compatible Input/OutputFormat that can interact with Hive tables. 3. hivetail executable for dumping data from a Hive table to stdout. 4. Examples of HiveIO usage for building applications.
示例:
<dependency> <groupId>com.facebook.hiveio</groupId> <artifactId>hive-io-exp-core</artifactId> <version>0.10</version> </dependency>