Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
Description
In the saveToPhoenix method ProductRDDFunctions and DataFrameFunctions see if we can serialize the column metadata to the configuration object using ColumnInfoToStringEncoderDecoder.encode
and then in data.mapPartitions use ColumnInfoToStringEncoderDecoder.decode to get the list of column infos.
Currently we call PhoenixConfigurationUtil.getUpsertColumnMetadataList for each partition to get the column metadata.
Attachments
Issue Links
- relates to
-
PHOENIX-2088 Prevent splitting and recombining select expressions for MR integration
- Closed