[
https://issues.apache.org/jira/browse/HIVE-21427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812720#comment-16812720
]
Prasanth Jayachandran commented on HIVE-21427:
----------------------------------------------
Output from my local run
{code:java}
mvn clean test -Dtest=TestMiniLlapLocalCliDriver -Dqfile_regex=syslog_.*
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.07 s
- in org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:29 min
[INFO] Finished at: 2019-04-08T12:22:45-07:00
[INFO]
------------------------------------------------------------------------{code}
> Syslog storage handler
> ----------------------
>
> Key: HIVE-21427
> URL: https://issues.apache.org/jira/browse/HIVE-21427
> Project: Hive
> Issue Type: New Feature
> Components: Serializers/Deserializers
> Affects Versions: 4.0.0
> Reporter: Ashutosh Chauhan
> Assignee: Prasanth Jayachandran
> Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-21427.1.patch, HIVE-21427.2.patch,
> HIVE-21427.3.patch, HIVE-21427.4.patch, HIVE-21427.5.patch,
> HIVE-21427.6.patch, HIVE-21427.7.patch
>
>
> It will be useful to read syslog generated log files in Hive. Hive generates
> logs in RFC5424 log4j2 layout and stores it as external table in sys.db. This
> includes a SyslogSerde that can parse RFC5424 formatted logs and maps them to
> logs table schema for query processing by hive.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)