distributed-computing
Fault Tolerance in MapReduce
I was reading about Hadoop and how fault tolerant it is. I read the HDFS and read how failure of master and slave nodes can be handled. However, i couldnt f开发者_高级运维ind any document that mention[详细]
2023-03-01 18:07 分类:问答matlab distributed computing with sge(qsub)
Recently I got access to run my codes on a cluster. My code is totally paralleizable but I don\'t know how to best use its parallel nature. I\'ve to compute elements of a big matrix and each of them a[详细]
2023-02-28 09:40 分类:问答Hadoop Vs. Disco Vs. Condor?
I am trying to find a tool that will manage a bunch of jobs on 100 machines in a cluster (submit the jobs to the machines; make sure that jobs are run etc).[详细]
2023-02-26 04:02 分类:问答A.I.: How would I train a Neural Network across multiple machines?
So, for larger networks with large data sets, they take a while to train.It would be awesome if there was a way to share the computing time across multiple machines. However, the issue with that is th[详细]
2023-02-25 07:31 分类:问答Task Scheduling Across a Network?
Can you recommend on a python tool / module that allows scheduling tasks on remote machine in a network?[详细]
2023-02-25 03:58 分类:问答Managing a Distributed Cluster?
Suppose that one has set up a cassandra cluster. You\'ve got a 10[TB] database that is distributed evenly between 10 nodes, everything runs smoothly etc.[详细]
2023-02-24 17:20 分类:问答Replication Modes Definitions?
I am currently examining different NoSQL and RDBMSes regarding their replication abilities in order to build distributed systems.[详细]
2023-02-20 02:10 分类:问答Clusters available for using Hadoop/MapReduce framework [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-18 10:11 分类:问答How to replicate data across a node.js cluster?
I want to synchronize changes to a certain Javascript object such that several node.js instances have a consistent representation of that object.[详细]
2023-02-18 04:55 分类:问答Subscribing to Multiple Topics in JMS
I am working on a distributed storage project. I am implemented it using Java EE. In my storage objects are replicated at multiple servers and in case of any update at a server, i need to propagate th[详细]
2023-02-15 05:37 分类:问答