Best unofficial Apache Server developers community |
|
I have bunch of zip files of CSVs, that I want to create Hive table from. I'm trying to figure out what's the best way to do so.
posted via StackOverflow
|
|
 
|
It's common practice to convert CSV files to tab separated or Ctrl A , or Ctrl B delimited and then upload it to Hadoop/Hive. To upload files to HDFS you can use following command -
I assume you would like to automate this. In that case following instructions will be helpful.
You can automate about steps using python batch processing scripts/framework. For further reading : http://wiki.apache.org/hadoop/Hive/GettingStarted |