[
https://issues.apache.org/jira/browse/HIVE-21427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16812866#comment-16812866
]
Prasanth Jayachandran commented on HIVE-21427:
----------------------------------------------
The issue seems to be happening in new run as well. Reverted the patch. Will
take a look
{code:java}
Unexpected exception java.io.FileNotFoundException:
/home/hiveptest/35.238.205.83-hiveptest-2/apache-github-source-source/ql/src/test/queries/clientpositive/syslog_parser.q
(No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at
org.apache.hadoop.hive.ql.QTestUtil.readEntireFileIntoString(QTestUtil.java:748)
at org.apache.hadoop.hive.ql.QTestUtil.addFile(QTestUtil.java:766)
at org.apache.hadoop.hive.ql.QTestUtil.addFile(QTestUtil.java:762)
at
org.apache.hadoop.hive.cli.control.CoreCliDriver.runTest(CoreCliDriver.java:181)
at org.apache.hadoop.hive.cli.control.CliAdapter.runTest(CliAdapter.java:104)
at
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver(TestMiniLlapLocalCliDriver.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method){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)