Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
2.4.3
-
None
Description
Reproducer:
spark.read.parquet("test:test")
Error:
java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: test:test
This is actually a Hadoop issue since the error is thrown from "new Path("test:test")". I'm creating this ticket to see if we can work around this issue in Spark.
Attachments
Issue Links
- is caused by
-
HDFS-14762 "Path(Path/String parent, String child)" will fail when "child" contains ":"
- Reopened