Re: [R] Running scripts in hadoop

2010-12-24 Thread Joseph Regan
Also, in case one was wondering, the output would look something like: 1900 1 1850 1 1800 1 1700 0 1700 1 1680 1 1600 0 1500 0 2000 1 2100 1 2150 1 1750 1 1550 1 ... On Fri, Dec 24, 2010 at 5:28 PM, Joseph Regan wrote: > R-help group, > > I'm looking for some assistance on using an R-script t

[R] Running scripts in hadoop

2010-12-24 Thread Joseph Regan
R-help group, I'm looking for some assistance on using an R-script to read STDIN from hadoop. Example, say I have two tables. One is a student table, the other is a class roster table (tables join on student_id). Student SAT score is in the student table, whether the student passed or not is in th