RE: Sending the entire file content as value to the mapper

2013-07-11 Thread Devaraj k
@hadoop.apache.org; mapreduce-u...@hadoop.apache.org Subject: Sending the entire file content as value to the mapper Hi Team, I have a file which has semi structured text data with no definite start and end points. How can i send the entire content of the file at once as key or value to the

Sending the entire file content as value to the mapper

2013-07-11 Thread Kasi Subrahmanyam
Hi Team, I have a file which has semi structured text data with no definite start and end points. How can i send the entire content of the file at once as key or value to the mapper instead of line by line. Thanks, Subbu