[
https://issues.apache.org/jira/browse/PHOENIX-6721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17575698#comment-17575698
]
ASF GitHub Bot commented on PHOENIX-6721:
-----------------------------------------
steveloughran commented on PR #1450:
URL: https://github.com/apache/phoenix/pull/1450#issuecomment-1206298953
actually, FileOutputCommitter.getOutputPath should work if all you want is
to know the dest path of a job. you shouldn't use it for a real mr/spark job on
s3a (performance, correctness) or gs (correctness as even v1 isn't resilient to
failures in task commit), but to work out the final destination, it's good.
> CSV bulkload tool fails with FileNotFoundException if --output points to the
> S3 location
> ----------------------------------------------------------------------------------------
>
> Key: PHOENIX-6721
> URL: https://issues.apache.org/jira/browse/PHOENIX-6721
> Project: Phoenix
> Issue Type: Bug
> Components: core
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Priority: Major
>
> We were trying to use CSV bulkload tool with the HBase/Phoenix running on top
> of AWS S3 and found that once we use --output params pointing to S3, the job
> fails with FNFE
--
This message was sent by Atlassian Jira
(v8.20.10#820010)