Created
February 21, 2012 01:16
-
-
Save cb372/1872753 to your computer and use it in GitHub Desktop.
Scoobi sbt compile OOM error
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
[chris@birchall-work 1250 ~/code/mapreduce-sandbox] | |
: git clone https://github.com/NICTA/scoobi.git | |
Initialized empty Git repository in /home/chris/code/mapreduce-sandbox/scoobi/.git/ | |
remote: Counting objects: 3955, done. | |
remote: Compressing objects: 100% (1840/1840), done. | |
remote: Total 3955 (delta 1608), reused 3710 (delta 1375) | |
Receiving objects: 100% (3955/3955), 14.39 MiB | 2.15 MiB/s, done. | |
Resolving deltas: 100% (1608/1608), done. | |
[chris@birchall-work 1251 ~/code/mapreduce-sandbox] | |
: cd scoobi | |
[chris@birchall-work 1252 ~/code/mapreduce-sandbox/scoobi] | |
: sbt compile | |
[info] Loading global plugins from /home/chris/.sbt/plugins | |
[info] Set current project to scoobi (in build file:/home/chris/code/mapreduce-sandbox/scoobi/) | |
[info] Updating {file:/home/chris/code/mapreduce-sandbox/scoobi/}default-d6943d... | |
[info] Resolving org.scala-lang#scala-library;2.9.1 ... | |
[info] Resolving javassist#javassist;3.12.1.GA ... | |
[info] Resolving org.apache.hadoop#hadoop-core;0.20.2-cdh3u1 ... | |
[info] Resolving com.cloudera.cdh#hadoop-ant;3.0-u1 ... | |
[info] Resolving commons-cli#commons-cli;1.2 ... | |
[info] Resolving xmlenc#xmlenc;0.52 ... | |
[info] Resolving commons-httpclient#commons-httpclient;3.1 ... | |
[info] Resolving commons-logging#commons-logging;1.0.4 ... | |
[info] Resolving commons-codec#commons-codec;1.4 ... | |
[info] Resolving commons-net#commons-net;1.4.1 ... | |
[info] Resolving oro#oro;2.0.8 ... | |
[info] Resolving org.mortbay.jetty#jetty;6.1.26 ... | |
[info] Resolving org.mortbay.jetty#jetty-util;6.1.26 ... | |
[info] Resolving org.mortbay.jetty#servlet-api;2.5-20081211 ... | |
[info] Resolving tomcat#jasper-runtime;5.5.23 ... | |
[info] Resolving javax.servlet#servlet-api;2.5 ... | |
[info] Resolving commons-el#commons-el;1.0 ... | |
[info] Resolving tomcat#jasper-compiler;5.5.23 ... | |
[info] Resolving javax.servlet#jsp-api;2.0 ... | |
[info] Resolving ant#ant;1.6.5 ... | |
[info] Resolving org.codehaus.jackson#jackson-core-asl;1.5.2 ... | |
[info] Resolving org.codehaus.jackson#jackson-mapper-asl;1.5.2 ... | |
[info] Resolving javax.servlet.jsp#jsp-api;2.1 ... | |
[info] Resolving net.java.dev.jets3t#jets3t;0.6.1 ... | |
[info] Resolving hsqldb#hsqldb;1.8.0.7 ... | |
[info] Resolving org.eclipse.jdt#core;3.1.1 ... | |
[info] Done updating. | |
[info] Compiling 52 Scala sources and 29 Java sources to /home/chris/code/mapreduce-sandbox/scoobi/target/scala-2.9.1/classes... | |
[error] java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC overhead limit exceeded | |
[error] Use 'last' for the full log. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment