How to implement partitioned external table.

2019-04-04 Thread PengHui Li
Hi guys, I am integrating hive and pulsar(http://pulsar.apache.org) by HiveStorageHandler and HiveMetaHook, I want to add a feature can divide the data into several parts(pulsar topics) when use hive `PARTITIONED BY`. But don't know how to implement it based on HiveStorageHandler and HiveMetaHook.

How to implement partitioned external table with StorageHandler.

2019-04-04 Thread PengHui Li
Hi guys,