-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50425/
-----------------------------------------------------------
Review request for oozie.
Bugs: OOZIE-2618
https://issues.apache.org/jira/browse/OOZIE-2618
Repository: oozie-git
Description
-------
OOZIE-1876 has excluded hive-common in hive-beeline and isn’t compatible with
hive version which is higher than 0.13.1. This change adds hive-common as part
of the dependency for hive-beeline and submodules of it can be used beeline
correctly.
Diffs
-----
pom.xml 5b7a863
Diff: https://reviews.apache.org/r/50425/diff/
Testing
-------
$ cd sharelib
$ mvn clean install -Dtest=TestHive2ActionExecutor
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m;
support was removed in 8.0
Concurrency config is parallel='classes', perCoreThreadCount=false,
threadCount=1, useUnlimitedThreads=false
objc[54439]: Class JavaLaunchHelper is implemented in both
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre/bin/java
and
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre/lib/libinstrument.dylib.
One of the two will be used. Which one is undefined.
Running org.apache.oozie.action.hadoop.TestHive2ActionExecutor
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 108.067 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
....
[INFO] Apache Oozie Share Lib Oozie ....................... SUCCESS [ 4.795 s]
[INFO] Apache Oozie Share Lib Streaming ................... SUCCESS [ 4.762 s]
[INFO] Apache Oozie Share Lib HCatalog .................... SUCCESS [ 1.809 s]
[INFO] Apache Oozie Share Lib Pig ......................... SUCCESS [ 4.096 s]
[INFO] Apache Oozie Share Lib Hive ........................ SUCCESS [ 3.015 s]
[INFO] Apache Oozie Share Lib Hive 2 ...................... SUCCESS [01:53 min]
[INFO] Apache Oozie Share Lib Sqoop ....................... SUCCESS [ 1.856 s]
[INFO] Apache Oozie Share Lib Distcp ...................... SUCCESS [ 1.422 s]
[INFO] Apache Oozie Share Lib Spark ....................... SUCCESS [ 5.165 s]
[INFO] Apache Oozie Share Lib ............................. SUCCESS [ 0.104 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:20 min
[INFO] Finished at: 2016-07-25T15:48:37-07:00
[INFO] Final Memory: 286M/1400M
[INFO] ------------------------------------------------------------------------
Thanks,
TAKLON STEPHEN WU