Jason Fehr created IMPALA-14024:
-----------------------------------
Summary: TestIcebergRestCatalog.test_rest_catalog_basic Failed
Key: IMPALA-14024
URL: https://issues.apache.org/jira/browse/IMPALA-14024
Project: IMPALA
Issue Type: Bug
Affects Versions: Impala 5.0.0
Reporter: Jason Fehr
Assignee: Zoltán Borók-Nagy
The "test_rest_catalog_basic" test in
"custom_cluster/test_iceberg_rest_catalog.py" failed with:
{noformat}
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.5.0:java
(default-cli) on project impala-iceberg-rest-catalog-test: An exception
occurred while executing the Java class. Failed to get file system for path:
ofs://localhost:9862/impala/test-warehouse/iceberg_test/hadoop_catalog: No
FileSystem for scheme "ofs" ->
{noformat}
Full error with more context:
{noformat}
17:46:20 [INFO] Building Iceberg REST Catalog Test 5.0.0-SNAPSHOT
17:46:21 [WARNING]
at org.apache.iceberg.rest.IcebergRestCatalogTest.initializeBackendCatalog
(IcebergRestCatalogTest.java:64)
at org.apache.iceberg.rest.IcebergRestCatalogTest.start
(IcebergRestCatalogTest.java:68)
at org.apache.iceberg.rest.IcebergRestCatalogTest.main
(IcebergRestCatalogTest.java:111)
at org.apache.iceberg.rest.IcebergRestCatalogTest.initializeBackendCatalog
(IcebergRestCatalogTest.java:64)
at org.apache.iceberg.rest.IcebergRestCatalogTest.start
(IcebergRestCatalogTest.java:68)
at org.apache.iceberg.rest.IcebergRestCatalogTest.main
(IcebergRestCatalogTest.java:111)
17:46:21 [INFO] BUILD FAILURE
17:46:21 [WARNING]
17:46:21 [WARNING] Plugin validation issues were detected in 1 plugin(s)
17:46:21 [WARNING]
17:46:21 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1
17:46:21 [WARNING]
17:46:21 [WARNING] For more or less details, use 'maven.plugin.validation'
property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
17:46:21 [WARNING]
17:46:21 [ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:3.5.0:java (default-cli) on project
impala-iceberg-rest-catalog-test: An exception occurred while executing the
Java class. Failed to get file system for path:
ofs://localhost:9862/impala/test-warehouse/iceberg_test/hadoop_catalog: No
FileSystem for scheme "ofs" -> [Help 1]
17:46:21 [ERROR]
17:46:21 [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
17:46:21 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
17:46:21 [ERROR]
17:46:21 [ERROR] For more information about the errors and possible solutions,
please read the following articles:
17:46:21 [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)