Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Last active November 21, 2015 04:45
Show Gist options
  • Save Lewuathe/e22a9bd1ce531beb366c to your computer and use it in GitHub Desktop.
Save Lewuathe/e22a9bd1ce531beb366c to your computer and use it in GitHub Desktop.
$ java -version
java version "1.7.0_85"
OpenJDK Runtime Environment (IcedTea 2.6.1) (7u85-2.6.1-5ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)
$ echo $JAVA_HOME
/usr/lib/jvm/java-1.7.0-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.3:clean (default-clean) @ hivemall ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Hivemall Core 0.4.1-alpha.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ hivemall-core ---
[INFO] Deleting file set: /home/vagrant/hivemall/core/target (included: [**], excluded: [])
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ hivemall-core ---
[INFO]
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ hivemall-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/vagrant/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 /home/vagrant/hivemall/core/target/classes
[WARNING] /home/vagrant/hivemall/core/src/main/java/hivemall/smile/tools/RandomForestEnsembleUDAF.java: Some input files use or override a deprecated API.
[WARNING] /home/vagrant/hivemall/core/src/main/java/hivemall/smile/tools/RandomForestEnsembleUDAF.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.3: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 /home/vagrant/hivemall/core/target/test-classes
[WARNING] /home/vagrant/hivemall/core/src/test/java/hivemall/regression/LogressUDTFTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/vagrant/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: /home/vagrant/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 = vagrant_20151121044545_9b778b11-fcec-464c-b010-f4dc3e47ef5d
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-21 04:45:12,872 Stage-1 map = 0%, reduce = 0%
2015-11-21 04:45:13,102 Stage-1 map = 100%, reduce = 0%
Ended Job = job_local1163148103_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: 9.585 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.3:clean (default-clean) @ hivemall-mixserv ---
[INFO] Deleting file set: /home/vagrant/hivemall/mixserv/target (included: [**], excluded: [])
[INFO]
[INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ hivemall-mixserv ---
[INFO]
[INFO] --- maven-resources-plugin:2.3: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 /home/vagrant/hivemall/mixserv/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.3: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 /home/vagrant/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.193s]
[INFO] Hivemall Core ..................................... SUCCESS [19.127s]
[INFO] Hivemall Mix Server ............................... SUCCESS [0.713s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.141s
[INFO] Finished at: Sat Nov 21 04:41:29 UTC 2015
[INFO] Final Memory: 42M/277M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment