[ https://issues.apache.org/jira/browse/HIVE-17408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148023#comment-16148023 ]
anishek commented on HIVE-17408: -------------------------------- * org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver[explainanalyze_2]: runs fine on local machine. * org.apache.hadoop.hive.cli.TestBeeLineDriver.testCliDriver[smb_mapjoin_3]: runs fine on local machine Other tests are failing from previous builds. > replication distcp should only be invoked if number of files AND file size > cross configured limits > -------------------------------------------------------------------------------------------------- > > Key: HIVE-17408 > URL: https://issues.apache.org/jira/browse/HIVE-17408 > Project: Hive > Issue Type: Improvement > Components: HiveServer2 > Affects Versions: 3.0.0 > Reporter: anishek > Assignee: anishek > Priority: Trivial > Fix For: 3.0.0 > > Attachments: HIVE-17408.1.patch > > > CopyUtils currently invokes distcp on whether > "hive.exec.copyfile.maxnumfiles" or "hive.exec.copyfile.maxsize" condition is > breached, should only be invoked when both are breached so should be AND > rather than OR. > distcp cannot do a distributed copy of a large single file hence more reason > to do the above change. -- This message was sent by Atlassian JIRA (v6.4.14#64029)