Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems to Fuse a COS bucket #39

Open
cristianoKaKa opened this issue Jan 20, 2022 · 0 comments
Open

Problems to Fuse a COS bucket #39

cristianoKaKa opened this issue Jan 20, 2022 · 0 comments

Comments

@cristianoKaKa
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant