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 楊閔富 <tilu...@gmail.com>: > Hi > > I've tried and the log is as follows: > > ``` > $ ls -al /tmp/gcs > total 0 > drwxrwx

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-16 Thread
es. It is hard to say what the problem is. Can you tell us how the > path is named, what operations you tried, what exceptions are happening and > what `ls` is returning. > > > > Gruss > Bernd > -- > http://bernd.eckenfels.net > > F

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 楊閔富 <tilu...@gmail.com>: > 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 `gcsfus

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