Hi, I'm trying load data from big table in Database. I'm using DBInputFormat but when my Job try to get all records, It throws an execption:
*Exception in thread "Thread for syncLogs" java.lang.OutOfMemoryError: Java heap space* I'm trying to get millions of records and I would like using DBInputSplit but I don't know how I used it and how many split I need? Thanks Joan
