[
https://issues.apache.org/jira/browse/IMPALA-6062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tim Armstrong resolved IMPALA-6062.
-----------------------------------
Resolution: Fixed
Fix Version/s: Impala 3.0
We're running against hadoop 3 so this was fixed somehow: IMPALA-4277
> Frontend tests need to handle hadoop 3 error messages
> -----------------------------------------------------
>
> Key: IMPALA-6062
> URL: https://issues.apache.org/jira/browse/IMPALA-6062
> Project: IMPALA
> Issue Type: Bug
> Components: Frontend
> Affects Versions: Impala 2.10.0
> Reporter: Joe McDonnell
> Priority: Critical
> Fix For: Impala 3.0
>
>
> In HADOOP-13605, the error message for a bad filesystem has changed.
> Previously, the code threw an IOException:
> {code:java}
> throw new IOException("No FileSystem for scheme: " + scheme);
> {code}
> Now it throws an UnsupportedFileSystemException and quotes the scheme.
> {code:java}
> throw new UnsupportedFileSystemException("No FileSystem for scheme "
> + "\"" + scheme + "\"");
> {code}
> This causes the following frontend test failures when running on hadoop 3:
> org.apache.impala.analysis.AnalyzeAuthStmtsTest
> org.apache.impala.analysis.AnalyzeDDLTest
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]