Loading Data into Hive
Excerpt |
---|
This guide shows you how to use a PDI job to load a data file into a Hive table. |
NOTE: For those of you familiar with Hive, you will note that a Hive table could be defined with "external" data. Using the external option, you could define a Hive table that simply uses the CLDB directory that contains the parsed file. For this how-to, we chose not to use the external option so that you can see the ease with which files can be added to non-external Hive tables.
...