cloudera / impyla

Python DB API 2.0 client for Impala and Hive (HiveServer2 protocol)
Apache License 2.0
728 stars 248 forks source link

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

Open BlackPoint-CX opened 5 years ago

BlackPoint-CX commented 5 years ago

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

gtfaww commented 4 years ago

I have the same problem

bruceray commented 4 years ago

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