Hi, I'm using latest impala built from github, and setup impala cluster with 2-nodes like below: node-1: statestored, catalogd, namenode,datanode. node-2: impalad, datanode.
Then I created database and table, loaded data from external parquet file into table. Everything was OK, but when I executed a query it failed with following message: Failed to open HDFS file file:/user/hive/warehouse/parquet_data.db/test/1.parquet Error(2): No such file or directory But I can still ‘desc test’. Anyone met with this? Thanks in advanced. -- Thanks & Best Regards
