Apache Hive: FAILED: ParseException line 4:1 character '' not supported here – Debian
I'm trying to create a new table in Apache Hive, which loads the data from a CSV file. I wrote this script CREATE SCHEMA IF NOT EXISTS practica2; CREATE EXTERNAL TABLE IF NOT EXISTS practica2.station_data (IDPROVINCIA string, SPROVINCIA string, IDESTACION…