Ganesh Sundaralingam created HIVE-13846:
-------------------------------------------
Summary: Issue when running SQL statement with where clause using
Apache Hive when connecting to HDP 2.4 using HDP Hive ODBC Driver
Key: HIVE-13846
URL: https://issues.apache.org/jira/browse/HIVE-13846
Project: Hive
Issue Type: Bug
Components: Hive
Affects Versions: 1.2.0
Environment: Hortonworks 2.4
Reporter: Ganesh Sundaralingam
Priority: Minor
When I run the following query using Apache Hive ODBC connector the quer run
okay.
SELECT * from
clean_staging_db.sales_transaction_orc_buck
But if I run the following query then it doesn't run.
SELECT sum(item_quantity) from clean_staging_db.sales_transaction_orc_buck;
[ERROR MESSAGE]
Query failed to execute. Execute Query failed.
Error type: Odbc error. Odbc operation attempted: SQLExecDirect. [S1000:1: on
HSTMT] [MicroStrategy][ODBC Apache Hive Wire Protocol driver][Apache Hive]Error
while processing statement: FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.tez.TezTask
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)