cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask caused by "executemany" function cannot pass "configuration" parameter in hiveserver2.py

BlackPoint-CX opened this issue · comments

In hiveserver2.py, executemany function invoke execute in the body.

However, it cannot pass configuration parameter to each execute function in which case it will throw exception like

impala.error.OperationalError: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

I have the same problem

I have the same problem
do you have solved this problem?