API Compatibility changes in 7.1.9 for Hive Warehouse Connector
Removed or Modified APIs in CDP 7.1.9 for Hive Warehouse Connector and recommendations for how to handle them.
Modified APIs in 7.1.9
The following APIs have been modified for Hive Warehouse Connector and include a description of the impact of the modifiaction on their use.
CreateTableBuilder
Abstract method CreateTableBuilder database;String) has been added to this interface.
- Package Name
- com.hortonworks.hwc
- Effect
- Added method in the interface
- Reason for change
- Added support to specify customised database, fileformat and options for CreateTable API
- Recommendation
- In order to use customized database in createTable API, please recompile your application.
- Recompilation Required?
- Yes
CreateTableBuilder
Abstract method CreateTableBuilder fileFormat(String) has been added to this interface.
- Package Name
- com.hortonworks.hwc
- Effect
- Added method in the interface
- Reason for change
- Added support to specify customised database, fileformat and options for CreateTable API
- Recommendation
- In order to use customized file format in createTable API, please recompile your application.
- Recompilation Required?
- Yes
CreateTableBuilder
Abstract method CreateTableBuilder option(String; String) has been added to this interface.
- Package Name
- com.hortonworks.hwc
- Effect
- Added method in the interface
- Reason for change
- Added support to specify customised database, fileformat and options for CreateTable API
- Recommendation
- In order to use customized options in createTable API, please recompile your application.
- Recompilation Required?
- Yes