The POSIX documentation says that libfuse version 2.9.3 is required. On my EMR 6.2.0 systems, only 2.9.2 is offered. I have removed the 2.9.2 libfuse and installed the version 3 libfuse. However, Alluxio does not mount fuse as I suppose it is still looking for 2.9.2. How do I get Alluxio POSIX to run with version 3 libfuse? Or, is there a 2.9.3 libfuse for EMR?
How do I get Alluxio POSIX to run with version 3 libfuse?
70 Views Asked by ChanChan Mao At
1
There are 1 best solutions below
Related Questions in ALLUXIO
- Alluxio Error:java.lang.IllegalArgumentException: Wrong FS
- Channel is closed while reading from Alluxio using Presto
- Timeout to read from Alluxio
- Spark job failed to write to Alluxio due to DeadlineExceededException
- Can Impala run on top of Alluxio?
- Difference between Alluxio(Tachyon) and Tungsten in Spark?
- why alluxio files keep a state of TO_BE_PERSISTED all the time
- writing data to alluxio with CACHE_THROUGH is failing
- Can Spark read Alluxio's metadata just like Hive?
- Why do mtime and atime need to be updated?
- Is the s3 connection configurable with role arn alone?
- Will journal be lost if there is no time to flush to the journal writer before jvm hangs?
- Set Default Block Size for Specific Path
- How do I get Alluxio POSIX to run with version 3 libfuse?
- Is there any way I can avoid specifying the port in the alluxio fs uri?
Related Questions in LIBFUSE
- libfuse3 low level API hangs when reading file
- How to allow pass kernel options to libfuse?
- How to make FS with only reading functions with libfuse on C
- How do I get Alluxio POSIX to run with version 3 libfuse?
- Custom fs with libfuse and file ownership
- How to intercept storage size query commands
- Read data from fd which was received from fusermount failed
- Fuse: How do I known the end of the file when write function calling?
- How to debug a Dynamic Link Library (libfuse.so) using GDB?
- Touch raises Input/Output error in close with libfuse
- FUSE deadlocks after 10 threads
- How to install libfuse2 on Ubuntu 22.04
- fuse: pass through custom open flags from the "open(2)" call `.open` handler in fuse implementation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
libfuse 2.9.2 supposes to be working with Alluxio Fuse. It's not that much different from 2.9.3. we don't support libfuse 3 yet. https://github.com/Alluxio/alluxio/issues/12758 Supporting libfuse 3 is a nice to have, but we haven't got strong enough reasons/priorities to do the upgrade job.