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
1
vote
1 answer

Running Disco in a Docker container

I need to run a run a Python script in a Docker container (I currently have execution of "disco_test.py" as my ENTRYPOINT command) that will utilize Disco (which of course needs to be running in that container). The problem is I cannot seem to get…
acr
  • 531
  • 1
  • 8
  • 8
1
vote
1 answer

How to get shared global object between mappers in DISCO

Each of my mappers need access to very large dictionary. Is there someway I can avoid the overhead of each mapper opening its own copy, and instead have all of them point to one global shared object? Any suggestions specific to DISCO or in…
rupen
  • 11
  • 1
1
vote
2 answers

SharePoint : Issue creating Disco

I've followed the instructions here http://msdn.microsoft.com/en-us/library/ms464040.aspx to the letter, when I run disco.exe I get this error: The HTML document does not contain web service discovery information. Any…
JL.
  • 78,954
  • 126
  • 311
  • 459
1
vote
0 answers

mapping mutation to a chromosome location with mapreduce/PIG or Disco

Goal: To map mutation location from file1 to a region or feature from file two. For this you need to make sure that chromosome (chr1) and strands (+/-) are the same before comparing chromosome location from file 1 to regions of file2. Question: How…
prussiap
  • 667
  • 1
  • 7
  • 14
0
votes
0 answers

IndexError: list index out of range in Disco Diffusion v5.4

in Disco Diffusion v5.4 after push on "Do the Run!" it write: IndexError*: list index out of* range None Frame 0 Prompt: ['8k beautiful cyborg with blond hair, intricate, elegant, highly detailed, majestic, digital photography, art by artgerm and…
0
votes
0 answers

ASP.NET DISCO - Dynamic Discovery not working

I'm trying to follow tutorial : https://flylib.com/books/en/2.439.1.34/1/ I created a 'Hello World' ASP.NET app (Web Forms template) Added main.vsdisco file at root level it's content is minimal:
Tomasz Kot
  • 193
  • 2
  • 7
0
votes
1 answer

mapreduce vs other parallel processing solutions

So, the questions are: 1. Is mapreduce overhead too high for the following problem? Does anyone have an idea of how long each map/reduce cycle (in Disco for example) takes for a very light job? 2. Is there a better alternative to mapreduce for…
fodon
  • 4,565
  • 12
  • 44
  • 58
0
votes
1 answer

Using Disco Diffusion V5.2 - AttributeError: 'NoneType' object has no attribute 'shape'

I'm trying to run a few keyframe prompts for an animation test, however after the run starts and a haze based image forms, it only completes the first few passes and then hits me with this: Seed used:…
0
votes
2 answers

ModuleNotFoundError: No module named 'pytorch3d' - Simplified Disco Diffusion

I was running this Google Colab today everything was working fine but eventually I starting getting these errors in the Set Up Environment. I can't find a fix. Any help would be appreciated let me know if I need to provide more info. Here's a link…
Qwasy
  • 1
  • 1
  • 2
0
votes
1 answer

guild argument in discord.py

This is My code, obviously, something is wrong... I don't know where I would put the guild argument when defining the command but it doesn't look like I put it un the right spot async def unban(guild, ctx, *, member): banned_users = await…
mrwizzarrd
  • 27
  • 1
0
votes
1 answer

How do I get the user who wrote the bot command? Discord.py

How do I get the user who wrote the bot command? So the author of the message. Code: import discord from discord.ext import commands client = commands.Bot(command_prefix='!') @client.event async def on_ready(): print('Bot wurde gestartet: ' +…
Tom Kole
  • 5
  • 5
0
votes
1 answer

Erlang No home for cookie file

What does "No home for cookie file" mean? And how do I resolve this issue: export BINDIR=/usr/lib/disco/master/ebin/;/usr/lib/erlang/erts-5.10.4/bin/beam -K true -P 10000000 -scl false -stbt s -- -root /usr/lib/erlang -progname erl -- -home…
jmunsch
  • 22,771
  • 11
  • 93
  • 114
0
votes
1 answer

WCF is failed to consumed by Flex code

I have https://mysite/myservice.asmx which is consumed fine with Flashbuilder. When i ported it to https://mysite/myservice.svc, and generate proxy objects, flash proxy objects fails to call any operations. I guess, during web service call,…
blah
  • 399
  • 1
  • 3
  • 6
0
votes
1 answer

Disco chaining skips reduce

I recently found Disco Project and really like it in comparison to Hadoop but I have a problem. My project is setup like so (I'll be happy to cut/paste real code if it would help): myfile.py from disco.core import Job, result_iterator import…
zenlc2000
  • 451
  • 4
  • 9
0
votes
0 answers

Can Python and DISCO be installed easily on a Rocks 6.2 cluster?

I'm looking for a way to quickly and easily build a compute cluster using cheap pcs (all identical hardware). Rocks looks like a possible solution, but I need to be able to run Python 3.4 programs on the nodes, and need to set up DISCO on the…
PTTHomps
  • 1,477
  • 2
  • 22
  • 38