I am trying to configure SAP HANA SMART DATA Access to connect SAP HANA with HADOOP HIVE using simba ODBC driver. Although I can create a remote data source and virtual tables from the remote source, I am unable to query data from virtual tables.
Here is the error that I am facing.
=================================================================================================
Could not execute 'SELECT TOP 1000 * FROM "SYSTEM"."HIVEHWNODE7_testschema1"' in 1.277 seconds .
SAP DBTech JDBC: [403]: internal error: Error opening the cursor for the remote database [Simba][HiveODBC] (35) Error from Hive: error code: '1' error message: 'Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MapRedTask'. for query "SELECT HIVEHWNODE7_testschema1.state, HIVEHWNODE7_testschema1.code, HIVEHWNODE7_testschema1.district, HIVEHWNODE7_testschema1.pincode, HIVEHWNODE7_testschema1.latitude, HIVEHWNODE7_testschema1.longitude, HIVEHWNODE7_testschema1.population, HIVEHWNODE7_testschema1.area FROM HIVE.default.testschema1 HIVEHWNODE7_testschema1 "
=================================================================================================
I am using HortonWorks Hadoop Distribution.
HADOOP Version 1.3.3
HIVE 0.11.0.3.3.0
HANA SPS70
Although the queries are failing but If I try to open a definition of a virtual table it works fine (as shown below). The issue is only with querying a virtual table (see second screen shot below).
Any help/clue to solve this is highly appreciated.
Questions is HIVE 0.11.0.3.3.0 supported with HANA SDA???