Cache outputFormat in HBaseStorage ---------------------------------- Key: PIG-2008 URL: https://issues.apache.org/jira/browse/PIG-2008 Project: Pig Issue Type: Bug Components: build Affects Versions: 0.8.0 Reporter: Jacob Perkins Priority: Minor Fix For: 0.8.0
getOutputFormat gets called more than one time in a StoreFunc. Modify HBaseStorage to only create an instance of TableOutputFormat one time (since it creates a new HTable connection each time) as opposed to multiple times like it does now. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira