hadoop - HIVE installation on windows -


i new hadoop. have installed hadoop on windows following link(not used cygwin) http://www.codeproject.com/articles/757934/apache-hadoop-for-windows-platform.

i want process csv file. in few blog written use hive csv file. or there other way process file.

can me install hive , how write mapreduce program particular column?

thanks in advance

you can use pig process file also.pig helps cleanse data.it depends kind of processing want on data.below link can give idea on csv processing in hdfs

csv processing in hadoop

below link can give idea in hive installation in windows

https://cwiki.apache.org/confluence/display/hive/adminmanual+installation


Comments