Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.21.0
-
None
-
None
-
Reviewed
Description
DBOutputFormat expects the column names to be included in the query. However, if the field names are not available, only the number of fields is sufficient for preparing the SELECT query.
This issue will add API support for supplying the number of fields in DBOutputFormat#setOutput().
Please see HADOOP-4955 and HADOOP-5307 for related context.