DBInputformat not working with SQLServer
----------------------------------------
Key: MAPREDUCE-894
URL: https://issues.apache.org/jira/browse/MAPREDUCE-894
Project: Hadoop Map/Reduce
Issue Type: Bug
Reporter: Budianto Lie
org.apache.hadoop.mapreduce.lib.db.DBInputFormat
Microsoft SQLServer doesn't support LIMIT and OFFSET.
Fix:
Based on MAPREDUCE-716, I already implemented it.
By creating a new class org.apache.hadoop.mapreduce.lib.db.MsSqlDBRecordReader
and modifying class org.apache.hadoop.mapreduce.lib.db.DBInputFormat
Note: this fix is working only with SQLServer 2005 or higher.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.