HI All,
I am trying to access a few tables in HIVE and replicate them in HANA. I am using the inbuilt hive adapter, i am also able to browse the remote source and the table definition of the virtual table is also fine, but when i execute the rep task, the following error throws up-
(dberror) 2048 - column store error: "ADMIN"."SDI::hivetest.START_REPLICATION": line 3 col 0 (at pos 110): [2048] (range 3): column store error: task framework: [403] internal error: Error opening the cursor for the remote database Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1439347078879_0043_1_00, diagnostics=[Vertex vertex_1439347078879_0043_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: sdi::hivetest.vt_interactions initializer failed, vertex=vertex_1439347078879_0043_1_00 [Map 1], java.io.IOException: No input paths specified in job
at org.apache.hadoop.hive.ql.io.HiveInputForm for query "SELECT "SDI::hivetest.VT_interactions"."mandt", "SDI::hivetest.VT_interactions"."contact_key", "SDI::hivetest.VT_interactions"."id_origin", "SDI::hivetest.VT_interactions"."id", "SDI::hivetest.VT_interactions"."comm_medium", "SDI::hivetest.VT_interactions"."ia_type", "SDI::hivetest.VT_interactions"."timestamp", "SDI::hivetest.VT_interactions"."cms_order_id", "SDI::hivetest.VT_interactions"."client_cust_id", "SDI::hivetest.VT_interactions"."order_number", "SDI::hivetest.VT_interactions"."web_order_number"....
Any help would be appreciated.I have also followed a few suggestion mentioned here- SAP HANA SMART DATA ACCESS with HADOOP HIVE
But without luck.
Regards,
Geet Rathi