contrib join package

2008-09-05 Thread Rahul Sood
the mapper output values. But there aren't any examples showing how these classes should be used to implement inner or outer joins in a generic manner. If anybody has used this package and would like to share their experience, please let me know. Thanks, Rahul Sood [EMAIL PROTECTED]

Re: Not allow file split

2008-05-07 Thread Rahul Sood
s. This will ensure that the entire file goes to one map task as a single record. -Rahul Sood [EMAIL PROTECTED] > Hi at all, I'm a newbie and I have the following problem. > > I need to implement an InputFormat such that the isSplitable always > returns false ah shown in http

Re: Java inputformat for pipes job

2008-04-08 Thread Rahul Sood
"-inputformat", conf, InputFormat.class)); } } } It is loading the input format class based on the value of the -inputformat cmdline parameter. That means there should be some way to package the input format class along with the program binary and other supporting files. -Rahul

Java inputformat for pipes job

2008-04-08 Thread Rahul Sood
bmitter.java:357) Thanks, Rahul Sood [EMAIL PROTECTED]

Pipes task being killed

2008-03-05 Thread Rahul Sood
to send a heartbeat to the TaskTracker from a Pipes application. I believe this is possible in Java using org.apache.hadoop.util.Progress and we're looking for something equivalent in the C++ Pipes API. -Rahul Sood [EMAIL PROTECTED]

deploying Pipes API app

2008-02-20 Thread Rahul Sood
duce tasks are being run. The libs should also be removed from the nodes after the tasks have completed. Thanks, Rahul Sood Advanced Tech Group Yahoo, Bangalore