-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Background
The use case involves accessing COBOL schema and bin files from S3. Now I have switched to Huawei Cloud OBS. By setting the following properties:
spark.hadoop.fs.obs.access.key,
spark.hadoop.fs.obs.secret.key,
fs.file.impl,
fs.AbstractFileSystem.obs.impl,.
I am trying to access obs://bucket/cobol.txt and obs://bucket/cobol_mov.bin. However, I encountered the error: org.apache.hadoop.fs.viewfs.NotInMountpointException: getDefaultBlockSize on path `/' is not within a mount point.
Is it possible to integrate OBS or OSS authentication?
Feature
integrate OBS or OSS authentication
Example [Optional]
A simple example if applicable.
Proposed Solution [Optional]
Solution Ideas
1.
2.
3.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working