search for: data24

Displaying 5 results from an estimated 5 matches for "data24".

Did you mean: data2
2024 Feb 19
5
Looping
I need to read csv files repeatedly, named data1.csv, data2.csv,? data24.csv, 24 altogether. That is, data<-read.csv(?data1.csv?) ? data<-read.csv(?data24.csv?) ? Is there a way to do this in a loop? Thank you. Steven from iPhone [[alternative HTML version deleted]]
2010 Apr 30
1
gluster-volgen - syntax for mirroring/distributing across 6 nodes
...ustr-03:/mnt/data01 clustr-04:/mnt/data01 --raid 1 clustr-05:/mnt/data01 clustr-06:/mnt/data01 So the 'repstore1' is the distributed part, and within that are 3 sets of mirrored nodes. 2) Then, since we're running 24 drives in JBOD mode, so we've got mounts from /mnt/data01 - /mnt/data24. Is there a way to write this in shorthand, because the last time I generated a config across 3 of these hosts, the command looked like this: glusterfs-volgen --name store123 clustr-01:/mnt/data01 clustr-02:/mnt/data01 clustr-03:/mnt/data01 clustr-01:/mnt/data02 clustr-02:/mnt/data02 clustr-03:/m...
2006 Sep 13
2
recursive methods for concatenating sets of files
...im("t (20).txt", quote="", as.is=TRUE) data21 <-read.delim("t (21).txt", quote="", as.is=TRUE) data22 <-read.delim("t (22).txt", quote="", as.is=TRUE) data23 <-read.delim("t (23).txt", quote="", as.is=TRUE) data24 <-read.delim("t (24).txt", quote="", as.is=TRUE) data25 <-read.delim("t (25).txt", quote="", as.is=TRUE) data26 <-read.delim("t (26).txt", quote="", as.is=TRUE) data27 <-read.delim("t (27).txt", quote="",...
2010 May 04
1
Posix warning : Access to ... is crossing device
I have a distributed/replicated setup with Glusterfs 3.0.2, that I'm testing on 4 servers, each with access to /mnt/gluster (which consists of all directories /mnt/data01 - data24) on each server. I'm using configs I built from volgen, but every time I access a file (via an 'ls -l') for the first time, I get all of these messages in my logs on each server: [2010-05-04 10:50:30] W [posix.c:246:posix_lstat_with_gen] posix1: Access to /mnt/data01//.. (on dev 16771...
2012 Jan 22
2
Best practices?
Suppose I start building nodes with (say) 24 drives each in them. Would the standard/recommended approach be to make each drive its own filesystem, and export 24 separate bricks, server1:/data1 .. server1:/data24 ? Making a distributed replicated volume between this and another server would then have to list all 48 drives individually. At the other extreme, I could put all 24 drives into some flavour of stripe or RAID and export a single filesystem out of that. It seems to me that having separate filesys...