Hello,
I just installed a new Hadoop server which has hive and impala servers on it.
Cloudera Runtime 7.1.8
Server version: impalad version 4.0.0.7.1.8.0-801 RELEASE (build a3b56f90d9c31ebfa5ce3c266700284a420db28f)
However, I am getting an error when try to import data from .cvs file from Impala shell:
The error is:
Query: INSERT OVERWRITE TABLE ATABLE SELECT * FROM JMASTER.ATABLE
ERROR: File 'hdfs://hiveservername.domainame.com:8020/user/hivetest/master_tables/hivetesttable/ATABLE.csv' has an invalid Parquet version number: 30 30 30 30 .
Please check that it is a valid Parquet file. This error can also occur due to stale metadata. If you believe this is a valid Parquet file, try running "refresh jmaster.hivetesttable".
Could not execute command: INSERT OVERWRITE TABLE ATABLE SELECT * FROM JMASTER.ATABLE
I can import data fine to Impala 3.x version.
Does anyone know what the issue is?
Thank you!