Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
608 views

Lightweight open-source shared file system over network

We have two web servers with load balancing. We need to share some files between those servers. These would be uploaded files, session files, various files that php applications create. We don't want ...
2
votes
6answers
289 views

python: how to merge a list into clusters?

I have a list of tuples: [(3,4), (18,27), (4,14)] and need a code merging tuples which has repeated numbers, making another list where all list elements will only contain unique numbers. The list ...
2
votes
4answers
139 views

Create a database for scalability

How do i create a database for scalability? I am in the middle of http://www.slideshare.net/vishnu/livejournals-backend-a-history-of-scaling which i cant read ATM and need to leave. But i would like ...
1
vote
2answers
66 views

In Hadoop where does the framework save the output of the Map task in a normal Map-Reduce Application?

I am trying to find out where does the output of a Map task is saved to disk before it can be used by a Reduce task. Note: - version used is Hadoop 0.20.204 with the new API For example, when ...
1
vote
3answers
119 views

high-dimensional Spatial-temporal clustering

My question is, how I can make a cluster analysis from spatial - temporal and high dimensional data? my purpose is to find subspace clusters that can show patterns in the space and in the time. over ...
1
vote
1answer
97 views

Edges between two subgraphs in pydot

Does anyone know how to add an edge between two subgraphs (clusters) in pydot? callgraph = pydot.Dot(graph_type='digraph',fontname="Verdana") cluster_foo=pydot.Cluster('foo',label='foo') ...
1
vote
1answer
281 views

graphviz: how to prevent clusters from overrinding rank=source statement

the following code produces the graph above: digraph G { //---graph config fontname=Helvetica rankdir = RL splines = polyline compound = true //concentrate = true ...
1
vote
2answers
205 views

Python: Clustering Search Engine Keywords

Python: Clustering Search Engine Keywords Hi, I have a CSV, up to 20,000 rows (I have had 100,000+ for different websites), each row containing a referring keyword (i.e. a keyword someone typed ...
1
vote
2answers
64 views

Counting clusters in a hashset in c

I'm making a hashset ADT in c for a homework assignment. I cannot figure out for the life of me why my logic isn't working for a function that counts clusters in a hashset. void printClusterStats ...
1
vote
2answers
115 views

automate: finding non-used servers from a list of servers

i have access to a few linux clusters at school. sometimes they are busy and sometimes they are not. i usually log into each machine manually, use the "top" command to see if the server is busy (to ...
0
votes
1answer
31 views

Setting up a (windows) Hadoop cluster

I have installed Hadoop-0.20.2 on my machine(windows). I tried setting up clustering of nodes,with a master and a slave. But i am unable to connect the machines. There is some password authentication ...
0
votes
1answer
20 views

How to synchronize time in qpid in different clusters without internet?

I 'm using corosync and OS Debian. When I start qpidd program write this message: Warning ClasterClock task late 1 times by 70ms on average
0
votes
0answers
32 views

Implementing a mock cluster and expose operations on that cluster

I don't have experience in implementing clusters and dealing with distributed systems. I m looking to implement a mock cluster with an example architecture as below in Java: Your guidance would be ...
0
votes
0answers
85 views

Hard Disk, finding free clusters

I need to write a program to show info about free clusters on the disk, on a unix-like system (linux or Mac Osx). On windows, we could use FSCTL_GET_VOLUME_BITMAP ...
0
votes
1answer
748 views

Google Maps Api v3 - how to remove cluster icons?

how can i remove all cluster icons (cluster markers) from map? tryed with advices like: Google Maps API v3: How to remove all markers? ... but it did not worked. can you help me how to achieve ...
0
votes
1answer
107 views

Can anyone tell me what the authors mean on this line?

i was going through this link: FAT16 Basics to Assemble Clusters. I have read the structures involved in defining a directory entry in FAT. Now when giving the example for a FAT16 File, it says the ...