[
https://issues.apache.org/jira/browse/HIVE-14672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15451645#comment-15451645
]
Hive QA commented on HIVE-14672:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12826265/HIVE-14672.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 10502 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.org.apache.hadoop.hive.cli.TestCliDriver
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[vector_join_part_col_char]
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainuser_3]
org.apache.hadoop.hive.ql.TestMTQueries.testMTQueries1
org.apache.hive.jdbc.TestJdbcWithMiniHS2.testAddJarConstructorUnCaching
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1052/testReport
Console output:
https://builds.apache.org/job/PreCommit-HIVE-MASTER-Build/1052/console
Test logs:
http://ec2-204-236-174-241.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-MASTER-Build-1052/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12826265 - PreCommit-HIVE-MASTER-Build
> Add timestamps to startup message in hive scripts.
> --------------------------------------------------
>
> Key: HIVE-14672
> URL: https://issues.apache.org/jira/browse/HIVE-14672
> Project: Hive
> Issue Type: Improvement
> Components: Hive
> Affects Versions: 2.0.0
> Reporter: Naveen Gangam
> Assignee: Naveen Gangam
> Priority: Minor
> Attachments: HIVE-14672.patch
>
>
> if hive services are started as background processes (most certainly the
> case) with output from stdout and stderr redirected to a file, certain fatal
> errors, like OutOfMemoryErrors, are printed to stderr. Such errors often do
> not have a timestamp associated with it. So overtime, after multiple restarts
> of the hive processes, the stdout/err redirect log looks like this
> {code}
> Starting Hive Metastore Server
> Starting Hive Metastore Server
> Exception in thread "main" java.lang.OutOfMemoryError: Requested array size
> exceeds VM limit
> Starting Hive Metastore Server
> {code}
> It would be useful to have a timestamp associated with the "Starting Hive
> Metastore Server" message to help debug when such errors may have occurred so
> we could look in the corresponding logs to help narrow down the issue.
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)