Aqua Data Studio 17.0.0-dev-83
Build #: 44787
Built on: 2015-Jul-19 09:54:42 PM
OS: Ubuntu 14.04 LTE
Linux (3.13.0-55-generic, amd64) / UTF-8 / en / IN / Oracle Corporation 1.8.0_40-b26
Memory: Max=4,433,379,328; Total=1,329,070,080; Free=986,494,304; CPUs=8
Steps to reproduce issue:
1. Copy the drivers JDBC41- in ADS- /datastudio/lib/drivers directory.
2. Launch ADSv17, Open Register Server Window, Select Apache Hive, Enter below credentials
Name: CDH540Impala220
Authentication block
Type: No Authentication
Connection Type: Impala
Host: 10.171.0.99
Port: 21050
Database: default
Save the connection. In ADS, Expand Schema Server node. Right click and open Open Query Analyzer.
3. Execute the below query
select cast('08:30:00' as timestamp)
4. It displayed result as (err)
Expected: 08:30:00
Please refer Screenshot1.png
Observation:
1. Cloudera Hue- Impala WebUI- Editor displays proper result for same query.
|
159 KB
|
43 KB
|
45 KB
When executed via beeline, what does beeline display?
@Sachin:
beeline interface displays result properly as : 08:30:00
Please refer attached screenshot: beeline-interface-timestamp.png
@Sachin:
beeline interface displays result properly as : 08:30:00
Please refer attached screenshot: beeline-interface-timestamp.png
In your screenshot, beeline is not showing the results -- it is returning blank. Can you confirm that you're using the same hive related jars in beeline that you are using in ADS?
In your screenshot, beeline is not showing the results -- it is returning blank. Can you confirm that you're using the same hive related jars in beeline that you are using in ADS?
@Sachin:
In the screenshot- beeline-interface-timestamp.png
After the select query ends with ;
next line result is displayed as: 08:30:00
and below that Column name is displayed with result as blank.
Please also check screenshot-impala-beeline-interface.png
This is Cloudera Impala bug. Observed for CDH 5.4.0 and CDH 5.4.2.0 VMWare sandbox.
For earlier versions of VM this issue is not observed. Also this issue is not observed for Hive beeline interface on CDH 5.4.0 and CDH 5.4.2.0 VMWare sandbox, It's only observed for Impala beeline interface.
@Sachin:
In the screenshot- beeline-interface-timestamp.png
After the select query ends with ;
next line result is displayed as: 08:30:00
and below that Column name is displayed with result as blank.
Please also check screenshot-impala-beeline-interface.png
This is Cloudera Impala bug. Observed for CDH 5.4.0 and CDH 5.4.2.0 VMWare sandbox.
For earlier versions of VM this issue is not observed. Also this issue is not observed for Hive beeline interface on CDH 5.4.0 and CDH 5.4.2.0 VMWare sandbox, It's only observed for Impala beeline interface.
Other queries that shows proper result in ADS-
Timestamp unit test queries
Other queries that shows proper result in ADS-
Timestamp unit test queries
@Sachin
Please check last 2 comments and screenshot:impala-beeline-interface.png
@Sachin
Please check last 2 comments and screenshot:impala-beeline-interface.png
@anil: I'm not sure if you have the correct screenshot attached for beeline-impala but based upon your text descriptions, the error you're receiving is a bug in impala. Nothing for us to fix.
@anil: I'm not sure if you have the correct screenshot attached for beeline-impala but based upon your text descriptions, the error you're receiving is a bug in impala. Nothing for us to fix.
The screenshot is correct. Yes, it is impala bug.
We can close this issue
The screenshot is correct. Yes, it is impala bug.
We can close this issue
Issue #13548 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
When executed via beeline, what does beeline display?