Name | Modified | Size | Downloads / Week |
---|---|---|---|
csvtohive-1.1.jar | 2015-06-24 | 107.3 kB | |
readme.md | 2015-06-24 | 603 Bytes | |
csvtohive-1.0.jar | 2015-04-07 | 65.7 kB | |
Totals: 3 Items | 173.6 kB | 0 |
Author : vijay.kumar.75in@gmail.com
CSVTOHIVE Generate Hive Scripts Automatically from CSV Files
Generates Hive Scripts Automatically from a CSV Files. 1. Script copies csv files to Hadoop Files System. 2. Generates CREATE statements to create tables. 3. Generates .hive files in the same folder as that of csv folder under "geratedhivescripts" and also generates run.sh with all consolidated files. 4. So just switch to the folder where .hive scripts are residing and run run.sh (./run.sh). 5. This tool will set execute permissions on .hive and run.sh scripts so you can directly execute run.sh