Skip to content

Instantly share code, notes, and snippets.

@vsingh58
Forked from ceteri/build.log
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsingh58/3dd59e900ebc2ebc5b74 to your computer and use it in GitHub Desktop.
Save vsingh58/3dd59e900ebc2ebc5b74 to your computer and use it in GitHub Desktop.
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