Created on 08-14-2013 05:48 AM - edited 09-16-2022 08:05 AM
Impala "select version()" does return correct verison: 1.1.1
But button "REFRESH" doesn't work.
Here is HUE log:
Impala, HUE services have been restarted. We are using CDH 4.3
CDH, Impala installed using parcels.
20:30:14.000 | ERROR | thrift_util | Thrift saw exception (this may be expected). |
Created 08-22-2013 12:28 AM
It was a problem with bug with avro schema.
Created 08-14-2013 07:39 AM
Could be a Hue bug as similar exceptions have been fixed as a bug. Please submit a bug.
Created 08-14-2013 08:47 AM
Created 08-15-2013 12:19 AM
Doesn't help
Server version: impalad version 1.1 RELEASE (build 5e15fcacc48ec4ea65e8aa76362cb3ec9be26f13)
Welcome to the Impala shell. Press TAB twice to see a list of available commands.
Copyright (c) 2012 Cloudera, Inc. All rights reserved.
(Shell build version: Impala Shell v1.1 (5e15fca) built on Sun Jul 21 15:51:04 PDT 2013)
[localhost:21000] > invalidate metadata;
Query: invalidate metadata
Query finished, fetching results ...
[localhost:21000] > refresh zone_dimensions;
Query: refresh zone_dimensions
Query finished, fetching results ...
Returned 0 row(s) in 0.36s
[localhost:21000] > select * from zone_dimensions limit 10;
Query: select * from zone_dimensions limit 10
ERROR: AnalysisException: Failed to load metadata for table: default.zone_dimensions
CAUSED BY: TableLoadingException: Failed to load metadata for table: zone_dimensions
CAUSED BY: NullPointerException: null
Created 08-22-2013 12:28 AM
It was a problem with bug with avro schema.