[jira] [Created] (FLINK-8600) BucketingSink errors out when used with Presto filesystem

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-8600) BucketingSink errors out when used with Presto filesystem

Shang Yuanchun (Jira)
Narayanan Arunachalam created FLINK-8600:
--------------------------------------------

             Summary: BucketingSink errors out when used with Presto filesystem
                 Key: FLINK-8600
                 URL: https://issues.apache.org/jira/browse/FLINK-8600
             Project: Flink
          Issue Type: Bug
          Components: FileSystem
    Affects Versions: 1.4.0
            Reporter: Narayanan Arunachalam


BucketingSink passes a non-qualified path when attempting to test the truncate behavior as you can see [here|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-filesystem/src/main/java/org/apache/flink/streaming/connectors/fs/bucketing/BucketingSink.java#L606].

Because of thisĀ "Path is not absolute: uuid" error is thrown when used with the [PrestoS3FileSystem|https://github.com/prestodb/presto/blob/master/presto-hive/src/main/java/com/facebook/presto/hive/s3/PrestoS3FileSystem.java]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)