Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created November 24, 2015 09:08
Show Gist options
  • Save Lewuathe/ddf4cf2d43259b61a3ad to your computer and use it in GitHub Desktop.
Save Lewuathe/ddf4cf2d43259b61a3ad to your computer and use it in GitHub Desktop.
# java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~precise1)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
# echo $JAVA_HOME
/usr/lib/jvm/java-7-openjdk-amd64
# mvn clean test -Dtest=hivemall.regression.LogressUDTFTest -DfailIfNoTests=false
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 3 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 3 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Hivemall
[INFO] Hivemall Core
[INFO] Hivemall Mix Server
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Hivemall 0.4.1-alpha.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hivemall ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Hivemall Core 0.4.1-alpha.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hivemall-core ---
[INFO] Deleting /hivemall/core/target
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ hivemall-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hivemall-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /hivemall/core/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hivemall-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 220 source files to /hivemall/core/target/classes
[WARNING] /hivemall/core/src/main/java/hivemall/tools/array/ArraySumUDAF.java: Some input files use or override a deprecated API.
[WARNING] /hivemall/core/src/main/java/hivemall/tools/array/ArraySumUDAF.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hivemall-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hivemall-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 38 source files to /hivemall/core/target/test-classes
[WARNING] /hivemall/core/src/test/java/hivemall/regression/LogressUDTFTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /hivemall/core/src/test/java/hivemall/regression/LogressUDTFTest.java: Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hivemall-core ---
[INFO] Surefire report directory: /hivemall/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running hivemall.regression.LogressUDTFTest
OK
OK
OK
OK
OK
OK
Query ID = root_20151124090404_8b4a916c-b1b6-4dcc-a42a-bb63395e5f67
Total jobs = 1
Launching Job 1 out of 1
Number of reduce tasks is set to 0 since there's no reduce operator
Job running in-process (local Hadoop)
Hadoop job information for Stage-1: number of mappers: 0; number of reducers: 0
2015-11-24 09:04:39,736 Stage-1 map = 0%, reduce = 0%
2015-11-24 09:04:40,348 Stage-1 map = 100%, reduce = 0%
Ended Job = job_local942353138_0001
MapReduce Jobs Launched:
Stage-Stage-1: HDFS Read: 0 HDFS Write: 0 SUCCESS
Total MapReduce CPU Time Spent: 0 msec
OK
OK
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.162 sec
Results :
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Hivemall Mix Server 0.4.1-alpha.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hivemall-mixserv ---
[INFO] Deleting /hivemall/mixserv/target
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ hivemall-mixserv ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ hivemall-mixserv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ hivemall-mixserv ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /hivemall/mixserv/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ hivemall-mixserv ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ hivemall-mixserv ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /hivemall/mixserv/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ hivemall-mixserv ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Hivemall ........................................... SUCCESS [ 0.240 s]
[INFO] Hivemall Core ...................................... SUCCESS [ 43.339 s]
[INFO] Hivemall Mix Server ................................ SUCCESS [ 4.316 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 50.492 s
[INFO] Finished at: 2015-11-24T09:04:44+00:00
[INFO] Final Memory: 41M/99M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment