Questions tagged [disco]

Disco is a distributed computing framework based on the MapReduce paradigm. Disco is open-source; developed by Nokia Research Center to solve real problems in handling massive amounts of data. Disco distributes and replicates your data, and schedules your jobs efficiently.

Disco is a distributed computing framework based on the MapReduce paradigm. Disco is open-source; developed by Nokia Research Center to solve real problems in handling massive amounts of data. Disco distributes and replicates your data, and schedules your jobs efficiently.

35 questions
0
votes
1 answer

Simplest Disco setup (based on the tutorial) fails to start

I'm new to Disco and just wanted to play around with it. So I tried to setup the most simple instance described in the documentation. Erlang and Python are installed, I did the Git checkout, ran make and started the Disco via bin/disco nodaemon.…
Achim
  • 15,415
  • 15
  • 80
  • 144
0
votes
1 answer

Chaining Jobs in Disco (MapReduce)

I want to modify the innerjoin-example of the advanced tutorial such that it makes sparse matrix multiplication with mapreduce possible (described by Ullman). Therefore I need a second map-reduce step summing values of equal position in the result…
Damian
  • 139
  • 3
  • 13
0
votes
2 answers

Cannot call method unless its global from a class

Hi I am new to Disco and integrating existing code to it. Is Disco capable to call map/reduce function as a function within a class instead of global function? The following code might explain more clearly. class Segmenter(object): def…
Chandler.Huang
  • 873
  • 3
  • 12
  • 24
-1
votes
1 answer

nextcord.ext Command not found

Terminal keeps telling me that my client.command for hello is not found, the client.event also will not work when I type the specific message. the client command with the aliases does work however, can anyone point me in the right direction? Much…
Thor018
  • 3
  • 3
-2
votes
1 answer

ReferenceError: err is not defined I couldn't solve the error

my codes as below why am i getting such an error ; " ReferenceError: err is not defined " else if (processMethod.toUpperCase() === "COVID") { console.log("white", "get covid statics..."); targetCountry = (await…
user7551835
1 2
3