You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with the function rhive.load.table.
I managed to connect to Hive and both functions rhive.query and rhive.write.table work.
But whenever I try to call rhive.load.table or rhive.load.table2, it returns the following error:
Error: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
Do you have any idea how to resolve this problem?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I'm having an issue with the function rhive.load.table.
I managed to connect to Hive and both functions rhive.query and rhive.write.table work.
But whenever I try to call rhive.load.table or rhive.load.table2, it returns the following error:
Error: java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
Do you have any idea how to resolve this problem?
Thanks in advance
The text was updated successfully, but these errors were encountered: