[
https://issues.apache.org/jira/browse/HIVE-19504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488093#comment-16488093
]
Hive QA commented on HIVE-19504:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12924590/HIVE-19504.01.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 14317 tests
executed
*Failed tests:*
{noformat}
TestBeeLineExceptionHandling - did not produce a TEST-*.xml file (likely timed
out) (batchId=192)
TestBeeLineHistory - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
TestBeelineArgParsing - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
TestClientCommandHookFactory - did not produce a TEST-*.xml file (likely timed
out) (batchId=192)
TestHiveCli - did not produce a TEST-*.xml file (likely timed out) (batchId=192)
TestHiveSchemaTool - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
TestIncrementalRows - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
TestShutdownHook - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
TestTableOutputFormat - did not produce a TEST-*.xml file (likely timed out)
(batchId=192)
org.apache.hadoop.hive.cli.TestMiniDruidCliDriver.testCliDriver[druidmini_test1]
(batchId=254)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/11166/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/11166/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-11166/
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: 10 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12924590 - PreCommit-HIVE-Build
> Change default value for hive.auto.convert.join.shuffle.max.size property
> -------------------------------------------------------------------------
>
> Key: HIVE-19504
> URL: https://issues.apache.org/jira/browse/HIVE-19504
> Project: Hive
> Issue Type: Bug
> Components: Physical Optimizer
> Affects Versions: 3.0.0
> Reporter: Jesus Camacho Rodriguez
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Attachments: HIVE-19504.01.patch, HIVE-19504.patch
>
>
> The property default value is too low by mistake (10MB), it is missing three
> trailing zeros.
> {code}
> HIVECONVERTJOINMAXSHUFFLESIZE("hive.auto.convert.join.shuffle.max.size",
> 10000000L,
> "If hive.auto.convert.join.noconditionaltask is off, this parameter
> does not take affect. \n" +
> "However, if it is on, and the predicted size of the larger input for
> a given join is greater \n" +
> "than this number, the join will not be converted to a dynamically
> partitioned hash join. \n" +
> "The value \"-1\" means no limit."),
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)