Miklos Szurap created SQOOP-3464: ------------------------------------ Summary: Fix the error message for direct exports with hcatalog Key: SQOOP-3464 URL: https://issues.apache.org/jira/browse/SQOOP-3464 Project: Sqoop Issue Type: Bug Reporter: Miklos Szurap
When running a "sqoop export" command with --direct and --hcatalog options Sqoop is checking whether the connection manager supports that mode. The error message is wrong, it says: {noformat} Direct import is not compatible with HCatalog operations using the connection manager {noformat} however it should be "Direct export". See [ExportJobBase.java#runExport()|https://github.com/apache/sqoop/blob/trunk/src/java/org/apache/sqoop/mapreduce/ExportJobBase.java#L349] -- This message was sent by Atlassian Jira (v8.3.4#803005)