[ https://issues.apache.org/jira/browse/HIVE-19026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16683732#comment-16683732 ]
Hive QA commented on HIVE-19026: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12947801/HIVE-19026.4.patch {color:green}SUCCESS:{color} +1 due to 4 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15537 tests executed *Failed tests:* {noformat} TestMiniDruidCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=196) [druidmini_dynamic_partition.q,druidmini_test1.q,druidkafkamini_basic.q,druidmini_test_insert.q,druidkafkamini_delimited.q] {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/14885/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14885/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14885/ 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 Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12947801 - 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.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)