glusterfs-java-filesystem icon indicating copy to clipboard operation
glusterfs-java-filesystem copied to clipboard

GlusterFS for Java

Results 7 glusterfs-java-filesystem issues
Sort by recently updated
recently updated
newest added

in idea, it can found glusterfsFileSystemProvider,like this: List fileSystemProviders = FileSystemProvider.installedProviders(); for (FileSystemProvider p: fileSystemProviders ) { logger.info(String.format("file providers class are:[%s]",p.getClass())); logger.info(String.format("file providers are:[%s]",p.getScheme())); } ----------------------------------------------------------------- file providers class are:[class...

Files.createFile(glusterPath) with or without a set of pre-permissions does not create a file, nor an exception is thrown. What would be the cause of it?

Hi all, I created a new project by importing glusterfs-java-filesystem-1.0.4.jar, libgfapi-jni-1.0.4.jar and hawtjni-runtime-1.9.jar jars, and by following the Example.java class, but I get the following message error: Exception in thread...

I can run the program as java application. However, when adding to a web application, it just can't find the filesystem provider. Is there any extra configuration needed?

Hi Louis, I cam across this project and saw your presentation from 2014 just yesterday. We currently run a Kafka -> Logstash (File Output Plugin) -> Fuse Client -> GlusterFS...

while run Example.java,exception message is: Exception in thread "main" java.io.IOException: Unable to close filesystem: dr at com.peircean.glusterfs.GlusterFileSystem.close(GlusterFileSystem.java:44) at com.peircean.glusterfs.example.Example.main(Example.java:167) dr is the gluster server's volume name.the close method is necessary?thx