nexr / RHive

RHive is an R extension facilitating distributed computing via Apache Hive.
http://nexr.github.io/RHive
122 stars 63 forks source link

Error with function rhive.load.table #105

Open AZenat opened 7 years ago

AZenat commented 7 years ago

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

taeyoung-yoon commented 7 years ago

@amirzenati I guess you probably have problems with hdfs permission or login. Please refer to the issue #88 for more details.