[ https://issues.apache.org/jira/browse/HIVE-1229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12886523#action_12886523 ]
John Sichi commented on HIVE-1229: ---------------------------------- Instead of cachedColumnNameBytes, is it possible to instead keep a separate array of the names in byte form? If we're doing all access positionally, that would allow us to skip the hash map lookups. > replace dependencies on HBase deprecated API > -------------------------------------------- > > Key: HIVE-1229 > URL: https://issues.apache.org/jira/browse/HIVE-1229 > Project: Hadoop Hive > Issue Type: Improvement > Components: HBase Handler > Affects Versions: 0.6.0 > Reporter: John Sichi > Assignee: Basab Maulik > Fix For: 0.7.0 > > Attachments: HIVE-1229.1.patch, HIVE-1229.2.patch, HIVE-1229.3.patch > > > Some of these dependencies are on the old Hadoop mapred packages; others are > HBase-specific. The former have to wait until the rest of Hive moves over to > the new Hadoop mapreduce package, but the HBase-specific ones don't have to > wait. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.