[ https://issues.apache.org/jira/browse/HIVE-15691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15934100#comment-15934100 ]
Vaibhav Gumashta commented on HIVE-15691: ----------------------------------------- [~ekoifman] I haven't created a release tag yet, so to get it into 1.2.2, it should be good to commit it to branch-1.2. I looked at the test failures (from the tests that ran and not timed out): {code} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_ivyDownload (batchId=36) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_from_utc_timestamp (batchId=120) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_to_utc_timestamp (batchId=33) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_bucket_map_join_tez1 (batchId=176) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_tez_smb_empty (batchId=165) org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_vector_auto_smb_mapjoin_14 (batchId=164) org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_exchgpartition2lel (batchId=136) org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import (batchId=144) org.apache.hive.minikdc.TestHiveAuthFactory.testStartTokenManagerForDBTokenStore (batchId=427) org.apache.hive.minikdc.TestHiveAuthFactory.testStartTokenManagerForMemoryTokenStore (batchId=427) org.apache.hive.minikdc.TestMiniHiveKdc.testLogin (batchId=424) {code} All of these are flaky tests / need updated diff files which I have analyzed in HIVE-15007, so the tests for this patch look good. However, if the patch is revised, it will be good to get another run. > Create StrictRegexWriter to work with RegexSerializer for Flume Hive Sink > ------------------------------------------------------------------------- > > Key: HIVE-15691 > URL: https://issues.apache.org/jira/browse/HIVE-15691 > Project: Hive > Issue Type: New Feature > Components: HCatalog, Transactions > Reporter: Kalyan > Assignee: Kalyan > Fix For: 1.3.0, 1.2.2, 2.2.0 > > Attachments: HIVE-15691.1.patch, HIVE-15691.2.patch, > HIVE-15691.3.patch, HIVE-15691-branch-1.2.patch, HIVE-15691.patch, > HIVE-15691-updated.patch > > > Create StrictRegexWriter to work with RegexSerializer for Flume Hive Sink. > It is similar to StrictJsonWriter available in hive. > Dependency is there in flume to commit. > FLUME-3036 : Create a RegexSerializer for Hive Sink. > Patch is available for Flume, Please verify the below link > https://github.com/kalyanhadooptraining/flume/commit/1c651e81395404321f9964c8d9d2af6f4a2aaef9 -- This message was sent by Atlassian JIRA (v6.3.15#6346)