Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!
Labels (1)
avatar

PROBLEM:

For example, while running from shell, we usually append the single quotes around the date type:

hive> select * from students where datestamp='2014-09-23'; 
OK
fred flintstone351.282014-09-23 
Time taken: 0.761 seconds, 
Fetched: 1 row(s) 

But in case of Hue, internally it doesn't append these single quotes and throws error on browse data.

STEPS TO REPRODUCE:

1. Create table:

CREATE TABLE students(name varchar(64), age int, gpa decimal(3,2)) PARTITIONED BY ( datestamp date);

2. Insert:

INSERT INTO TABLE students PARTITION (datestamp = '2014-09-23') VALUES ('fred flintstone', 35, 1.28);

3. Login into hue -> Go to HCatalog -> Tables -> select 'students' -> Click on Browse data

4. This will generate error:

17610-hueerror.png

RESOLUTION: There is an internal bug reported. Please reach out to support.

865 Views
Version history
Last update:
‎04-21-2026 06:46 AM
Updated by: