-
Notifications
You must be signed in to change notification settings - Fork 23
Description
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?