[ https://issues.apache.org/jira/browse/HIVE-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14551930#comment-14551930 ]
Hive QA commented on HIVE-10677: -------------------------------- {color:red}Overall{color}: -1 at least one tests failed Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12733964/HIVE-10677.01.patch {color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 8953 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_columnstats_partlvl org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_columnstats_partlvl_dp org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_columnstats_tbllvl org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_compute_stats_date org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_display_colstats_tbllvl org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_temp_table_display_colstats_tbllvl org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3953/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3953/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3953/ Messages: {noformat} 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: 7 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12733964 - PreCommit-HIVE-TRUNK-Build > hive.exec.parallel=true has problem when it is used for analyze table column > stats > ---------------------------------------------------------------------------------- > > Key: HIVE-10677 > URL: https://issues.apache.org/jira/browse/HIVE-10677 > Project: Hive > Issue Type: Bug > Reporter: Pengcheng Xiong > Assignee: Pengcheng Xiong > Attachments: HIVE-10677.01.patch > > > To reproduce it, in q tests. > {code} > hive> set hive.exec.parallel; > hive.exec.parallel=true > hive> analyze table src compute statistics for columns; > FAILED: Execution Error, return code 1 from > org.apache.hadoop.hive.ql.exec.ColumnStatsTask > java.lang.RuntimeException: Error caching map.xml: java.io.IOException: > java.lang.InterruptedException > at > org.apache.hadoop.hive.ql.exec.Utilities.setBaseWork(Utilities.java:747) > at > org.apache.hadoop.hive.ql.exec.Utilities.setMapWork(Utilities.java:682) > at > org.apache.hadoop.hive.ql.exec.Utilities.setMapRedWork(Utilities.java:674) > at > org.apache.hadoop.hive.ql.exec.mr.ExecDriver.execute(ExecDriver.java:375) > at > org.apache.hadoop.hive.ql.exec.mr.MapRedTask.execute(MapRedTask.java:137) > at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:160) > at > org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:88) > at org.apache.hadoop.hive.ql.exec.TaskRunner.run(TaskRunner.java:75) > Caused by: java.io.IOException: java.lang.InterruptedException > at org.apache.hadoop.util.Shell.runCommand(Shell.java:541) > at org.apache.hadoop.util.Shell.run(Shell.java:455) > at > org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:702) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:791) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:774) > at > org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:646) > at > org.apache.hadoop.fs.FilterFileSystem.setPermission(FilterFileSystem.java:472) > at > org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:460) > at > org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:426) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:906) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:887) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:784) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:773) > at > org.apache.hadoop.hive.ql.exec.Utilities.setBaseWork(Utilities.java:715) > ... 7 more > hive> Job Submission failed with exception 'java.lang.RuntimeException(Error > caching map.xml: java.io.IOException: java.lang.InterruptedException)' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)