| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Lecture 2

This version was saved 12 years, 3 months ago View current version     Page history
Saved by mike@mbowles.com
on January 19, 2012 at 6:35:48 pm
 

Some links to the material for lecture 2. 

 

Here are installation instructions for mrJob:

Instructions for installing mrJob
1.  Download source tree for mrJob
    a.  https://github.com/Yelp/mrjob/downloads
    b.  click either "download as zip" or "download as tar.gz"
2.  Extract the downloaded file into a directory in a convenient location
3.  In a terminal window, go to the directory into which you decompressed the source tree (the directory containing setup.py) and run

C:\Program Files\Yelp-mrjob-1ed83b0>python setup.py install

This is what it looked like on my computer.  On your computer the part to the left of   ">" may look different  C:\Program Files\Yelp-mrjob-1ed83b0>

On my computer the command "python" launches python 2.6.4.  You need to be using 2.6 or 2.7 for this to work.  If you're using Python 3.x, then you'll need to change.  

You can test that the installation has worked by running

>python

from a command window and then in the pythong shell, execute the following command:  

>>> import mrjob

That should run without any hangups, which indicates that mrjob is installed and python knows where to find it.

 

 

Recording of audio and screen shots

Part 1:  https://datamining.webex.com/datamining/ldr.php?AT=pb&SP=MC&rID=87604127&rKey=4f0cab9d4eaf1850

 

Part 2:  https://datamining.webex.com/datamining/ldr.php?AT=pb&SP=MC&rID=87604137&rKey=84fa46938887a12d

 

Comments (0)

You don't have permission to comment on this page.