Re: Hive Pulsar Integration

2019-04-19 Thread Slim Bouguerra
Hi am not sure am getting the question 100% Can you share a design doc or outline the big picture in your mind? FYI am not very familiar with Pulsar thus please account for that :D But let me point out that Hive does not have the notion of partitions for tables backed by storage handlers, that is b

Why hive can't load normal string as binary from csv?

2019-04-19 Thread xubo245
Why hive can't load normal string as binary from csv? https://issues.apache.org/jira/browse/HIVE-21626 Hive-1.2.2 hive> CREATE TABLE IF NOT EXISTS hivetable ( > id int, > label boolean, > name string, > image binary, > autoLabel boolean) > row format

[jira] [Created] (HIVE-21635) Break up DDLTask - extract Workload Management related operations

2019-04-19 Thread Miklos Gergely (JIRA)
Miklos Gergely created HIVE-21635: - Summary: Break up DDLTask - extract Workload Management related operations Key: HIVE-21635 URL: https://issues.apache.org/jira/browse/HIVE-21635 Project: Hive