I uploaded a csv with the following data:
following are the commands that I used to upload the data to hive
Drag the file to linux file system.
Use the following command to upload to hdfs. hadoop fs -put "/home/kdeep/kd_city_data.csv" /home/kdeep
Use hive to load the data load data inpath '/home/kdeep' into table dev.k_site;