Created
April 8, 2013 17:58
-
-
Save ceteri/5338967 to your computer and use it in GitHub Desktop.
Pattern build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ git show | head | |
commit d78b48fffff32898a9f76e94923d45a84d7e330e | |
Author: Paco Nathan <ceteri@gmail.com> | |
Date: Sat Mar 16 19:11:46 2013 -0700 | |
fixed cmd line opts to allow for a different label field, for the confusion matrix calculation | |
diff --git a/README.md b/README.md | |
index ed10626..2e8996e 100644 | |
--- a/README.md | |
+++ b/README.md | |
bash-3.2$ gradle -version | |
------------------------------------------------------------ | |
Gradle 1.4 | |
------------------------------------------------------------ | |
Gradle build time: Monday, January 28, 2013 3:42:46 AM UTC | |
Groovy: 1.8.6 | |
Ant: Apache Ant(TM) version 1.8.4 compiled on May 22 2012 | |
Ivy: 2.2.0 | |
JVM: 1.6.0_43 (Apple Inc. 20.14-b01-447) | |
OS: Mac OS X 10.7.5 x86_64 | |
bash-3.2$ hadoop version | |
Warning: $HADOOP_HOME is deprecated. | |
Hadoop 1.0.3 | |
Subversion https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0 -r 1335192 | |
Compiled by hortonfo on Tue May 8 20:31:25 UTC 2012 | |
From source with checksum e6b0c1e23dcf76907c5fecb4b832f3be | |
bash-3.2$ gradle clean jar | |
:clean | |
:compileJava | |
Note: /Users/ceteri/opt/pattern/src/main/java/pattern/Classifier.java uses unchecked or unsafe operations. | |
Note: Recompile with -Xlint:unchecked for details. | |
:processResources UP-TO-DATE | |
:classes | |
:jar | |
BUILD SUCCESSFUL | |
Total time: 4.925 secs | |
bash-3.2$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment