GFS can mean either Google File System, or "GFS2" which is a cluster file system available in Linux.
3
votes
3answers
3k views
2
votes
1answer
26 views
What are some examples of “Appending Operations” as to Random Write Operations?
I have just finished reading the Google File System (GFS) paper. The paper says that GFS is
optimized for appending operations rather than random writes.
Seeing that this characteristic is ...
2
votes
2answers
532 views
Is it possible to append to HDFS file from multiple clients in parallel?
Basically whole question is in the title. I'm wondering if it's possible to append to file located on HDFS from multiple computers simultaneously? Something like storing stream of events constantly ...
2
votes
0answers
193 views
checking cluster-wide open files using gfs / clvm
I wonder if it is possible to check if a file has already been opened by another node in the same GFS cluster. For example, fuser command runs cluster-wide in TruCluster. Is it possible to query lock ...
1
vote
1answer
98 views
Persistent Logging in Gnome-Shell-Extension development?
I'm trying around with the Javascript-based bindings to build an own Gnome-Shell-Extension which just embeds an webkitview.
But the following 3 lines let completely crash the gnome-shell (top panel ...
0
votes
0answers
28 views
Atomic record appends in GFS
I'm reading the GFS paper and get confused about some descriptions:
(Section 3.3 on Page 7)
If a record append fails at any replica, the client retries the
operation.
Will the client get a ...
0
votes
0answers
61 views
GFS2 file system via -loop mount of image on CIFS share — will it work?
I'm sure this will work for one user, but will it work for simultaneous access as well as NBD? I'm not concerned with performance, but with ease of setup.
I have a CIFS server, and no NFS server, and ...
0
votes
2answers
350 views
Why doesn't Hadoop file system support random I/O?
The distributed file systems which like Google File System and Hadoop doesn't support random I/O.
(It can't modify the file which were written before. Only writing and appending is possible.)
Why ...
0
votes
2answers
277 views
-1
votes
0answers
51 views
Alternative to NFS [closed]
Is there a faster alternative to NFS? I read that NFS is slower and little cumbersome to maintain.
I Googled and came up with the following list of alternatives to NFS:
GFS
Gluster
CloudStore
HDFS
...
-3
votes
1answer
676 views
RE: How can Google be so fast? Is there a VERY important detail missing on the web about this? [closed]
Before I state the question, I have seen this thread and this one too. I know that the distributed lightweight architecture of Google's data store — information which is widely available on the ...