- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CM 4.6 -> 4.6.3 + Impala 1.0.1 -> 1.1 upgrade. HUE "Refresh button" doesn't work
Created on ‎08-14-2013 05:48 AM - edited ‎09-16-2022 08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It was a problem with bug with avro schema.
Created ‎08-14-2013 07:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1. invalidate metadata
2. refresh MY_TABLE_NAME
Created ‎08-15-2013 12:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It was a problem with bug with avro schema.
