You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/07/28 06:24:20 UTC

[jira] [Commented] (OOZIE-2409) hive2 action with hive 1.2.1 failed

    [ https://issues.apache.org/jira/browse/OOZIE-2409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397019#comment-15397019 ] 

Hadoop QA commented on OOZIE-2409:
----------------------------------

Testing JIRA OOZIE-2409

Cleaning local git workspace

----------------------------

{color:green}+1 PATCH_APPLIES{color}
{color:green}+1 CLEAN{color}
{color:red}-1 RAW_PATCH_ANALYSIS{color}
.    {color:green}+1{color} the patch does not introduce any @author tags
.    {color:green}+1{color} the patch does not introduce any tabs
.    {color:green}+1{color} the patch does not introduce any trailing spaces
.    {color:green}+1{color} the patch does not introduce any line longer than 132
.    {color:red}-1{color} the patch does not add/modify any testcase
{color:green}+1 RAT{color}
.    {color:green}+1{color} the patch does not seem to introduce new RAT warnings
{color:green}+1 JAVADOC{color}
.    {color:green}+1{color} the patch does not seem to introduce new Javadoc warnings
{color:red}-1 COMPILE{color}
.    {color:red}-1{color} HEAD does not compile
.    {color:red}-1{color} patch does not compile
.    {color:green}+1{color} the patch does not seem to introduce new javac warnings
{color:green}+1 BACKWARDS_COMPATIBILITY{color}
.    {color:green}+1{color} the patch does not change any JPA Entity/Colum/Basic/Lob/Transient annotations
.    {color:green}+1{color} the patch does not modify JPA files
{color:red}-1 TESTS{color}
.    Tests run: 1791
.    Tests failed: 10
.    Tests errors: 4

.    The patch failed the following testcases:

.      testCoordMaterializeTriggerService3(org.apache.oozie.service.TestCoordMaterializeTriggerService)
.      testCoordStatus_Failed(org.apache.oozie.command.coord.TestCoordChangeXCommand)
.      testNone(org.apache.oozie.command.coord.TestCoordActionInputCheckXCommandNonUTC)
.      testMain(org.apache.oozie.action.hadoop.TestHiveMain)
.      testHiveAction(org.apache.oozie.action.hadoop.TestHiveActionExecutor)
.      testHive2Action(org.apache.oozie.action.hadoop.TestHive2ActionExecutor)
.      testPigScript(org.apache.oozie.action.hadoop.TestPigMainWithOldAPI)
.      testPigScript(org.apache.oozie.action.hadoop.TestPigMain)
.      testEmbeddedPigWithinPython(org.apache.oozie.action.hadoop.TestPigMain)
.      testPig_withNullExternalID(org.apache.oozie.action.hadoop.TestPigMain)

{color:green}+1 DISTRO{color}
.    {color:green}+1{color} distro tarball builds with the patch 

----------------------------
{color:red}*-1 Overall result, please check the reported -1(s)*{color}


The full output of the test-patch run is available at

.   https://builds.apache.org/job/oozie-trunk-precommit-build/3119/

> hive2 action with hive 1.2.1 failed
> -----------------------------------
>
>                 Key: OOZIE-2409
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2409
>             Project: Oozie
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.2.0
>            Reporter: KWON BYUNGCHANG
>            Priority: Minor
>         Attachments: OOZIE-2409.01.patch, OOZIE-2409.02.patch, OOZIE-2409.patch
>
>
> hive2 action with hive 1.2.1 failed.
> stack trace
> {code}
> 015-11-26 15:47:39,141  WARN Hive2ActionExecutor:523 - SERVER[myhost.com] USER[myuser] GROUP[-] TOKEN[] APP[test] JOB[0000401-151125114930017-oozie-irte-W] ACTION[0000401-151125114930017-oozie-irte-W@HIVEJOB] Launcher exception: jline/console/history/History
> java.lang.NoClassDefFoundError: jline/console/history/History
> 	at org.apache.oozie.action.hadoop.Hive2Main.runBeeline(Hive2Main.java:240)
> 	at org.apache.oozie.action.hadoop.Hive2Main.run(Hive2Main.java:223)
> 	at org.apache.oozie.action.hadoop.LauncherMain.run(LauncherMain.java:47)
> 	at org.apache.oozie.action.hadoop.Hive2Main.main(Hive2Main.java:56)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {code}
> hive 1.2.1 need to jline-2.12.jar.
> But hive2 shareblib has jline-0.9.94.jar.
> jline-0.9.94.jar does not have jline/console/history/History class.
> I have changed {{sharelib/hive2/pom.xml}} temporarily.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)