liangyu-1 commented on PR #4711: URL: https://github.com/apache/hive/pull/4711#issuecomment-1725169020
I found another case that cannot give me the correct exception message: when I use pyhive to load data, I accidentally set a wrong config `hive.exec.copyfile.maxnumfiles` to string "100L". when I try to load data, it returns that `(statusCode=3, infoMessages=[ *org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. org.apache. hadoop.hive.ql.metadata.HiveException: Unable to move source hdfs://dmp/xxx to destination hdfs://dmp/xxx` this dirty message really confused me, and I checked deeply into the log in hiveserver2, and find the stacktrace of this exception. It's the same reason with the issue I explained before, the error message was erased in method `getHiveException(e, msg)`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
