Hey AFAIK, FetcherOutputFormat is the class to look at. the getRecordWriter function, FILE : new file is opened DB : Instantiate the db conn
In the RecordWriter class's write function FILE : Contents are written on disk DB : insert into db In the RecordWriter class's close function FILE : Close file DB : close file You will also have to look at ParseOutputFormat along same lines xingjian wrote:
Instead of writing to disc, Id like to draw content of page and create a method that takes the URI info, Content, headers, ect into a MYSQL database. Does anyone have any suggestion on how to do this , where I should look to place my methods?
-- This message has been scanned for viruses and dangerous content and is believed to be clean.
