Skip to content

Problems to Fuse a COS bucket #39

@cristianoKaKa

Description

@cristianoKaKa

As the README.md said, after
mvn clean package
command, hcfsfuse--jar-with-dependencies.jar was generated in the folder target.
However, when I try
$ java -jar target/hcfsfuse-1.0.0-SNAPSHOT-jar-with-dependencies.jar -c core-site.xml -c another-site.xml -m /Users/mbl/fusefs -r https://fuse-optimize-xxx.cos.ap-chengdu.myqcloud.com
, in which the url is the address of COS bucket. There occurs ERRORS:
[main] WARN util.NativeCodeLoader (NativeCodeLoader.java:<clinit>) - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [main] INFO fuse.HCFSFuse (HCFSFuse.java:main) - mounting to /Users/mbl/fusefs [Thread-6] ERROR fuse.AlluxioFuseUtils (AlluxioFuseUtils.java:getIdInfo) - Failed to get id from with option -u [Thread-6] ERROR fuse.AlluxioFuseUtils (AlluxioFuseUtils.java:getGidFromGroupName) - Failed to get gid from group name .
while the process is NOT interrupted, the shell is stuck and finally the connection to server shutdown.
How can I solve this problem? Is something wrong with the URL of my COS or the access authority need to be changed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions