I\'m trying to create a new table in Apache Hive, which load the data from a csv file. I wrote this script
CREATE SCHEMA IF NOT EXISTS practica2; CREATE TABL