Hive-IO-Experimental是一个Hive输入输出库。 Hive-IO-Experimental提供了一个良好的用户界面来建立Hive工程,而不需要用户通过直接修改或连接HQL命令行的形式来建立Hive工程
现有的功能如下:1.SimpleAPIstoreadandwriteatableinasingleprocess.2.HadoopcompatibleInput/OutputFormatthatcaninteractwithHivetables.3.hivetailexecutablefordumpingdatafromaHivetabletostdout.4.ExamplesofHiveIOusageforbuildingapplications.
示例:<dependency> <groupId>com.facebook.hiveio</groupId> <artifactId>hive-io-exp-core</artifactId> <version>0.10</version></dependency>
评论