[ https://issues.apache.org/jira/browse/FLINK-9404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482244#comment-16482244 ]
ASF GitHub Bot commented on FLINK-9404: --------------------------------------- GitHub user maqingxiang opened a pull request: https://github.com/apache/flink/pull/6050 [FLINK-9404][flink-connector-filesystem] Adapter viewfs in BucketingSink when verify that truncate actually works You can merge this pull request into a Git repository by running: $ git pull https://github.com/maqingxiang/flink fix-BucketingSink-reflectTruncate Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/6050.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #6050 ---- commit 829d085e5ad33da3ca8cd6288bb10c73aec7f78f Author: maqingxiang-it <maqingxiang-it@...> Date: 2018-05-21T04:28:59Z modify Path in reflectTruncate ---- > Adapter viewfs in BucketingSink when verify that truncate actually works > ------------------------------------------------------------------------ > > Key: FLINK-9404 > URL: https://issues.apache.org/jira/browse/FLINK-9404 > Project: Flink > Issue Type: Bug > Reporter: xymaqingxiang > Priority: Major > > Hi: > > when the viewfs function is enabled, the following operation will report > errors, > "new Path(UUID.randomUUID().toString())" > Hence, I think that we can add the bashPath, like this: > "new Path(basePath, UUID.randomUUID().toString())" > > thanks, > Ma Qingxiang -- This message was sent by Atlassian JIRA (v7.6.3#76005)