Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-19 Thread 楊閔富
I think the gcsfuse mounted directory cannot even be identified by Java, I'll report this issue to `gcsfuse` community. 2017-06-19 15:39 GMT+08:00 楊閔富 : > Hi > > I've tried and the log is as follows: > > ``` > $ ls -al /tmp/gcs > total 0 > drwxrwxrwx 1 root root 0 Jun 19 07:37

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-19 Thread 楊閔富
Hi I've tried and the log is as follows: ``` $ ls -al /tmp/gcs total 0 drwxrwxrwx 1 root root 0 Jun 19 07:37 hive-warehouse drwxrwxrwx 1 root root 0 Jun 19 07:37 softwares drwxrwxrwx 1 root root 0 Jun 19 07:37 zeppelin-notebooks $ sudo java -cp

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-18 Thread Bernd
Thanks for the try. This is pretty strange since your mount path looks simple and VFS file: provider is not doing much besides using normal Java API to access the filesystem. so this looks more like a Java/fuse/gcs-fuse problem. Can you try File f = new File("/tmp/gcs"); Systen,out.println("f

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-16 Thread 楊閔富
rom: 楊閔富 <tilu...@gmail.com> > Sent: Thursday, June 15, 2017 3:03:12 AM > To: dev@commons.apache.org > Subject: Re: Wondering VFS will support Read/Write on Google Cloud Storage? > > Another question is that VFS cannot identify directory mounted by fuse? > > 2017-06-15 8:4

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-15 Thread Bernd Eckenfels
From: 楊閔富 <tilu...@gmail.com> Sent: Thursday, June 15, 2017 3:03:12 AM To: dev@commons.apache.org Subject: Re: Wondering VFS will support Read/Write on Google Cloud Storage? Another question is that VFS cannot identify directory mounted by fuse? 2017-06-15 8:

Re: Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-14 Thread 楊閔富
Another question is that VFS cannot identify directory mounted by fuse? 2017-06-15 8:47 GMT+08:00 楊閔富 : > Hi > > I am using Zeppelin on Google Cloud DataProc and want make the notebooks > to be stored on the Google Cloud Storage. > At first, I used

Wondering VFS will support Read/Write on Google Cloud Storage?

2017-06-14 Thread 楊閔富
Hi I am using Zeppelin on Google Cloud DataProc and want make the notebooks to be stored on the Google Cloud Storage. At first, I used `gcsfuse`(https://github.com/GoogleCloudPlatform/gcsfuse) to mount my Google Cloud Storage bucket as a local directory, but VFS used by Zeppelin to manage files