[ https://issues.apache.org/jira/browse/HIVE-4991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13728985#comment-13728985 ]
Hive QA commented on HIVE-4991: ------------------------------- {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/12595823/HIVE-4991.2.patch.txt {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 2759 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_script_broken_pipe1 {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/302/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/302/console Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests failed with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. > hive build with 0.20 is broken > ------------------------------ > > Key: HIVE-4991 > URL: https://issues.apache.org/jira/browse/HIVE-4991 > Project: Hive > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Thejas M Nair > Assignee: Edward Capriolo > Priority: Blocker > Labels: newbie > Attachments: HIVE-4991.2.patch.txt, HIVE-4991.patch.txt > > > As reported in HIVE-4911 > ant clean package -Dhadoop.mr.rev=20 > Fails with - > {code} > compile: > [echo] Project: ql > [javac] Compiling 898 source files to > /Users/malakar/code/oss/hive/build/ql/classes > [javac] > /Users/malakar/code/oss/hive/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:35: > package org.apache.commons.io does not exist > [javac] import org.apache.commons.io.FileUtils; > [javac] ^ > [javac] > /Users/malakar/code/oss/hive/ql/src/java/org/apache/hadoop/hive/ql/session/SessionState.java:743: > cannot find symbol > [javac] symbol : variable FileUtils > [javac] location: class org.apache.hadoop.hive.ql.session.SessionState > [javac] FileUtils.deleteDirectory(resourceDir); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] Note: Some input files use unchecked or unsafe operations. > [javac] Note: Recompile with -Xlint:unchecked for details. > [javac] 2 errors > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira