[ https://issues.apache.org/jira/browse/HIVE-7618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091126#comment-14091126 ]
Sushanth Sowmyan commented on HIVE-7618: ---------------------------------------- +1 on the patch as it currently stands. While I am, in theory, in favour of adding this to the SH interface, I think we should hold off on that for now. I would rather open discussion with the hive group at large in re-architecting StorageHandlers in general, trying to do the following: a) Deprecation/removal of HiveOutputFormat/HiveRecordWriter in general, in favour of using M/R definitions of the same, and having Committer semantics included. b) Rearchitecting/refactoring native Hive storage in a way that makes everything go through the SH interface, rather than having special-casing for SH and native c) Support for notion of SH per partition, rather than SH per table d) Notion of possible plan modifications by SH for any add-on tasks that are required. And if we're making that many changes, it's likely that we will break SHs significantly at that time, and I'd rather do it once rather than have a constant stream of breaking. I'd like to see us pursue that as a major initiative in the 0.15 timeframe, if possible. I'll shoot out a mail to the list on that regard. > TestDDLWithRemoteMetastoreSecondNamenode unit test failure > ---------------------------------------------------------- > > Key: HIVE-7618 > URL: https://issues.apache.org/jira/browse/HIVE-7618 > Project: Hive > Issue Type: Bug > Components: Tests > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-7618.1.patch, HIVE-7618.2.patch > > > Looks like TestDDLWithRemoteMetastoreSecondNamenode started failing after > HIVE-6584 was committed. > {noformat} > TestDDLWithRemoteMetastoreSecondNamenode.testCreateTableWithIndexAndPartitionsNonDefaultNameNode:272->createTableAndCheck:201->createTableAndCheck:219 > Table should be located in the second filesystem expected:<[hdfs]> but > was:<[pfile]> > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)