[
https://issues.apache.org/jira/browse/STORM-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jungtaek Lim updated STORM-1969:
--------------------------------
Description:
There're some kinds of topology in storm-hive, but all of them uses partition
so we don't have example for accessing non-partition table. It would be better
to have one for automated tests.
Instead of creating a new topology, we can modify HiveTopology to not use
partition at all. BucketTestHiveTopology and TridentHiveTopology also use
DelimitedRecordHiveMapper.withTimeAsPartitionField() so I think usage of
withTimeAsPartitionField() is covered.
was:
There're some kinds of topology in storm-hive, but all of them uses partition
so we don't have example for accessing non-partition table. It would be better
to have one for automated tests.
Instead of creating a new topology, we can modify HiveTopology to not use
partition at all. BucketTestHiveTopology and TridentHiveTopology also use
DelimitedRecordHiveMapper.withTimeAsPartitionField() so I think it's OK to
remove this from HiveTopology.
> Modify HiveTopology to show usage of non-partition table
> --------------------------------------------------------
>
> Key: STORM-1969
> URL: https://issues.apache.org/jira/browse/STORM-1969
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-hive
> Reporter: Jungtaek Lim
> Assignee: Jungtaek Lim
> Priority: Minor
>
> There're some kinds of topology in storm-hive, but all of them uses partition
> so we don't have example for accessing non-partition table. It would be
> better to have one for automated tests.
> Instead of creating a new topology, we can modify HiveTopology to not use
> partition at all. BucketTestHiveTopology and TridentHiveTopology also use
> DelimitedRecordHiveMapper.withTimeAsPartitionField() so I think usage of
> withTimeAsPartitionField() is covered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)