[
https://issues.apache.org/jira/browse/HIVE-19026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16685648#comment-16685648
]
Hive QA commented on HIVE-19026:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12948001/HIVE-19026.8.patch
{color:green}SUCCESS:{color} +1 due to 5 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 15542 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14915/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14915/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14915/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12948001 - PreCommit-HIVE-Build
> Configurable serde for druid kafka indexing
> --------------------------------------------
>
> Key: HIVE-19026
> URL: https://issues.apache.org/jira/browse/HIVE-19026
> Project: Hive
> Issue Type: Task
> Reporter: Nishant Bangarwa
> Assignee: Nishant Bangarwa
> Priority: Major
> Attachments: HIVE-19026.1.patch, HIVE-19026.2.patch,
> HIVE-19026.3.patch, HIVE-19026.4.patch, HIVE-19026.5.patch,
> HIVE-19026.6.patch, HIVE-19026.7.patch, HIVE-19026.8.patch, HIVE-19026.patch
>
>
> https://issues.apache.org/jira/browse/HIVE-18976 introduces support for
> setting up druid kafka-indexing service.
> Input serialization should be configurable. for now we can say we only
> support json, but there should be a mechanism to support other formats.
> Perhaps, we can make use of Hive's serde library like LazySimpleSerde etc.
> Also add support to ingest timestamp column when the input timestamp column
> name in input is not `__time`.
> e.g.
> CREATE EXTERNAL TABLE druid_kafka_test_avro(__time timestamp , other
> columns...)
> STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler'
> TBLPROPERTIES (
> "druid.timestamp.column" = "myinputColumnTimestamp"
> .... other ppts
> )
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)