Make TCTLSeparatedProtocol configurable and have DynamicSerDe initialize, initialize the SerDe ----------------------------------------------------------------------------------------------
Key: HADOOP-4406 URL: https://issues.apache.org/jira/browse/HADOOP-4406 Project: Hadoop Core Issue Type: New Feature Components: contrib/hive Reporter: Pete Wyckoff Cannot currently pass in custom control separators - only can use the defaults. this adds an interface for TProtocols to implement if they want to be configured and dynamic ser de checks its protocols to see if they implement this and if so calls their initialize method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.