Robert
unread,Jun 16, 2011, 2:35:59 PM6/16/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dumbo-user
I'm just starting to use Dumbo, and I haven't been able to get the
example code to run yet. In the example directory, I run the following
command:
python ./wordcount.py map < ./brian.txt | sort | \ python wordcount.py
red > wc_output.txt
I get the following output:
Traceback (most recent call last):
File "./wordcount.py", line 13, in <module>
dumbo.run(mapper,reducer,reducer)
File "build/bdist.linux-x86_64/egg/dumbo/core.py", line 240, in run
File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
raise KeyError(key)
KeyError: 'dumbo_mrbase_class'
Command 'python' is available in '/usr/bin/python'
python: command not found
I'm attempting to run this on Ubuntu 10.04. I've tried running it with
both Python 2.6 and Python 2.7, and I've tried installing Dumbo via
ez_install and from source. I get the same error regardless of the
version of Python being used or the method of Dumbo install. A couple
of google searches and perusing the issues tracker yielded no
information. Any suggestions?
Thanks!