Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Java 1.6, HAdoop0.19.0, Linux..Oracle,
-
Reviewed
Description
org.apache.hadoop.mapred.lib.db.DBInputformat not working with oracle.
The out of the box implementation of the Hadoop is working properly with mysql/hsqldb, but NOT with oracle.
Reason is DBInputformat is implemented with mysql/hsqldb specific query constructs like "LIMIT", "OFFSET".
FIX:
building a database provider specific logic based on the database providername (which we can get using connection).
I HAVE ALREADY IMPLEMENTED IT FOR ORACLE...READY TO CHECK_IN CODE
Attachments
Attachments
Issue Links
- is cloned by
-
MAPREDUCE-487 DBInputFormat support for Oracle
-
- Closed
-
- is related to
-
MAPREDUCE-792 javac warnings in DBInputFormat
-
- Closed
-