;; If your project contains a lot of files, it is advisable to enable (:disable-source-load-on-startup t)
;; Otherwise Ensime might incur a massive lag at startup time
;; See more information about that at http://ensime.github.io/

(
  :name "ParquetWriter"
  :scala-version "2.11.1"
  :reference-source-roots (
    "/opt/icedtea-bin-6.1.13.3/src.zip"
  )
  :subprojects (
    (
      :name "ParquetWriter"
      :scala-version "2.11.1"
      :module-name "parquetwriter"
      :depends-on-modules (
      
      )
      :package "parquetwriter"
      :version "0.1"
      :compile-deps (
        "/home/zag/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.1.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro-compiler/bundles/avro-compiler-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro/jars/avro-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/com.thoughtworks.paranamer/paranamer/jars/paranamer-2.3.jar"
        "/home/zag/.ivy2/cache/org.xerial.snappy/snappy-java/bundles/snappy-java-1.0.5.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.4.1.jar"
        "/home/zag/.ivy2/cache/org.tukaani/xz/jars/xz-1.0.jar"
        "/home/zag/.ivy2/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar"
        "/home/zag/.ivy2/cache/org.apache.velocity/velocity/jars/velocity-1.7.jar"
        "/home/zag/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-client/jars/hadoop-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-common/jars/hadoop-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-annotations/jars/hadoop-annotations-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.google.guava/guava/jars/guava-11.0.2.jar"
        "/home/zag/.ivy2/cache/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar"
        "/home/zag/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-math3/jars/commons-math3-3.1.1.jar"
        "/home/zag/.ivy2/cache/xmlenc/xmlenc/jars/xmlenc-0.52.jar"
        "/home/zag/.ivy2/cache/commons-httpclient/commons-httpclient/jars/commons-httpclient-3.1.jar"
        "/home/zag/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.3.jar"
        "/home/zag/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar"
        "/home/zag/.ivy2/cache/commons-net/commons-net/jars/commons-net-3.1.jar"
        "/home/zag/.ivy2/cache/log4j/log4j/bundles/log4j-1.2.17.jar"
        "/home/zag/.ivy2/cache/commons-configuration/commons-configuration/jars/commons-configuration-1.6.jar"
        "/home/zag/.ivy2/cache/commons-digester/commons-digester/jars/commons-digester-1.8.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.5.jar"
        "/home/zag/.ivy2/cache/com.google.protobuf/protobuf-java/bundles/protobuf-java-2.5.0.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-auth/jars/hadoop-auth-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.2.5.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.2.4.jar"
        "/home/zag/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.6.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/jars/hadoop-hdfs-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.mortbay.jetty/jetty-util/jars/jetty-util-6.1.26.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-app/jars/hadoop-mapreduce-client-app-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-common/jars/hadoop-mapreduce-client-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.xml.bind/jaxb-api/jars/jaxb-api-2.2.2.jar"
        "/home/zag/.ivy2/cache/javax.xml.stream/stax-api/jars/stax-api-1.0-2.jar"
        "/home/zag/.ivy2/cache/javax.activation/activation/jars/activation-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.9.jar"
        "/home/zag/.ivy2/cache/com.google.inject/guice/jars/guice-3.0.jar"
        "/home/zag/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar"
        "/home/zag/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar"
        "/home/zag/.ivy2/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar"
        "/home/zag/.ivy2/cache/asm/asm/jars/asm-3.2.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.9.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-json/bundles/jersey-json-1.9.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jettison/jettison/bundles/jettison-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.xml.bind/jaxb-impl/jars/jaxb-impl-2.2.3-1.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-jaxrs/jars/jackson-jaxrs-1.8.8.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-xc/jars/jackson-xc-1.8.8.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey.contribs/jersey-guice/jars/jersey-guice-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-client/jars/hadoop-yarn-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-client/bundles/jersey-client-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-core/jars/hadoop-mapreduce-client-core-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.7.5.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-server-common/jars/hadoop-yarn-server-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-shuffle/jars/hadoop-mapreduce-client-shuffle-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-jobclient/jars/hadoop-mapreduce-client-jobclient-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.servlet/servlet-api/jars/servlet-api-2.5.jar"
      )
      :runtime-deps (
        "/home/zag/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.1.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro-compiler/bundles/avro-compiler-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro/jars/avro-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/com.thoughtworks.paranamer/paranamer/jars/paranamer-2.3.jar"
        "/home/zag/.ivy2/cache/org.xerial.snappy/snappy-java/bundles/snappy-java-1.0.5.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.4.1.jar"
        "/home/zag/.ivy2/cache/org.tukaani/xz/jars/xz-1.0.jar"
        "/home/zag/.ivy2/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar"
        "/home/zag/.ivy2/cache/org.apache.velocity/velocity/jars/velocity-1.7.jar"
        "/home/zag/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-client/jars/hadoop-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-common/jars/hadoop-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-annotations/jars/hadoop-annotations-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.google.guava/guava/jars/guava-11.0.2.jar"
        "/home/zag/.ivy2/cache/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar"
        "/home/zag/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-math3/jars/commons-math3-3.1.1.jar"
        "/home/zag/.ivy2/cache/xmlenc/xmlenc/jars/xmlenc-0.52.jar"
        "/home/zag/.ivy2/cache/commons-httpclient/commons-httpclient/jars/commons-httpclient-3.1.jar"
        "/home/zag/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.3.jar"
        "/home/zag/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar"
        "/home/zag/.ivy2/cache/commons-net/commons-net/jars/commons-net-3.1.jar"
        "/home/zag/.ivy2/cache/log4j/log4j/bundles/log4j-1.2.17.jar"
        "/home/zag/.ivy2/cache/commons-configuration/commons-configuration/jars/commons-configuration-1.6.jar"
        "/home/zag/.ivy2/cache/commons-digester/commons-digester/jars/commons-digester-1.8.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.5.jar"
        "/home/zag/.ivy2/cache/com.google.protobuf/protobuf-java/bundles/protobuf-java-2.5.0.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-auth/jars/hadoop-auth-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.2.5.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.2.4.jar"
        "/home/zag/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.6.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/jars/hadoop-hdfs-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.mortbay.jetty/jetty-util/jars/jetty-util-6.1.26.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-app/jars/hadoop-mapreduce-client-app-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-common/jars/hadoop-mapreduce-client-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.xml.bind/jaxb-api/jars/jaxb-api-2.2.2.jar"
        "/home/zag/.ivy2/cache/javax.xml.stream/stax-api/jars/stax-api-1.0-2.jar"
        "/home/zag/.ivy2/cache/javax.activation/activation/jars/activation-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.9.jar"
        "/home/zag/.ivy2/cache/com.google.inject/guice/jars/guice-3.0.jar"
        "/home/zag/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar"
        "/home/zag/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar"
        "/home/zag/.ivy2/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar"
        "/home/zag/.ivy2/cache/asm/asm/jars/asm-3.2.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.9.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-json/bundles/jersey-json-1.9.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jettison/jettison/bundles/jettison-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.xml.bind/jaxb-impl/jars/jaxb-impl-2.2.3-1.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-jaxrs/jars/jackson-jaxrs-1.8.8.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-xc/jars/jackson-xc-1.8.8.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey.contribs/jersey-guice/jars/jersey-guice-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-client/jars/hadoop-yarn-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-client/bundles/jersey-client-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-core/jars/hadoop-mapreduce-client-core-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.7.5.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-server-common/jars/hadoop-yarn-server-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-shuffle/jars/hadoop-mapreduce-client-shuffle-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-jobclient/jars/hadoop-mapreduce-client-jobclient-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.servlet/servlet-api/jars/servlet-api-2.5.jar"
      )
      :test-deps (
        "/home/zag/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.1.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro-compiler/bundles/avro-compiler-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro/jars/avro-1.7.6.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-core-asl/jars/jackson-core-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-mapper-asl/jars/jackson-mapper-asl-1.9.13.jar"
        "/home/zag/.ivy2/cache/com.thoughtworks.paranamer/paranamer/jars/paranamer-2.3.jar"
        "/home/zag/.ivy2/cache/org.xerial.snappy/snappy-java/bundles/snappy-java-1.0.5.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-compress/jars/commons-compress-1.4.1.jar"
        "/home/zag/.ivy2/cache/org.tukaani/xz/jars/xz-1.0.jar"
        "/home/zag/.ivy2/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar"
        "/home/zag/.ivy2/cache/org.apache.velocity/velocity/jars/velocity-1.7.jar"
        "/home/zag/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.2.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-client/jars/hadoop-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-common/jars/hadoop-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-annotations/jars/hadoop-annotations-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.google.guava/guava/jars/guava-11.0.2.jar"
        "/home/zag/.ivy2/cache/com.google.code.findbugs/jsr305/jars/jsr305-1.3.9.jar"
        "/home/zag/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-math3/jars/commons-math3-3.1.1.jar"
        "/home/zag/.ivy2/cache/xmlenc/xmlenc/jars/xmlenc-0.52.jar"
        "/home/zag/.ivy2/cache/commons-httpclient/commons-httpclient/jars/commons-httpclient-3.1.jar"
        "/home/zag/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.3.jar"
        "/home/zag/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar"
        "/home/zag/.ivy2/cache/commons-net/commons-net/jars/commons-net-3.1.jar"
        "/home/zag/.ivy2/cache/log4j/log4j/bundles/log4j-1.2.17.jar"
        "/home/zag/.ivy2/cache/commons-configuration/commons-configuration/jars/commons-configuration-1.6.jar"
        "/home/zag/.ivy2/cache/commons-digester/commons-digester/jars/commons-digester-1.8.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils/jars/commons-beanutils-1.7.0.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils-core/jars/commons-beanutils-core-1.8.0.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.5.jar"
        "/home/zag/.ivy2/cache/com.google.protobuf/protobuf-java/bundles/protobuf-java-2.5.0.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-auth/jars/hadoop-auth-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.2.5.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.2.4.jar"
        "/home/zag/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.6.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/jars/hadoop-hdfs-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.mortbay.jetty/jetty-util/jars/jetty-util-6.1.26.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-app/jars/hadoop-mapreduce-client-app-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-common/jars/hadoop-mapreduce-client-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/jars/hadoop-yarn-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/jars/hadoop-yarn-api-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.xml.bind/jaxb-api/jars/jaxb-api-2.2.2.jar"
        "/home/zag/.ivy2/cache/javax.xml.stream/stax-api/jars/stax-api-1.0-2.jar"
        "/home/zag/.ivy2/cache/javax.activation/activation/jars/activation-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-core/bundles/jersey-core-1.9.jar"
        "/home/zag/.ivy2/cache/com.google.inject/guice/jars/guice-3.0.jar"
        "/home/zag/.ivy2/cache/javax.inject/javax.inject/jars/javax.inject-1.jar"
        "/home/zag/.ivy2/cache/aopalliance/aopalliance/jars/aopalliance-1.0.jar"
        "/home/zag/.ivy2/cache/org.sonatype.sisu.inject/cglib/jars/cglib-2.2.1-v20090111.jar"
        "/home/zag/.ivy2/cache/asm/asm/jars/asm-3.2.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-server/bundles/jersey-server-1.9.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-json/bundles/jersey-json-1.9.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jettison/jettison/bundles/jettison-1.1.jar"
        "/home/zag/.ivy2/cache/com.sun.xml.bind/jaxb-impl/jars/jaxb-impl-2.2.3-1.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-jaxrs/jars/jackson-jaxrs-1.8.8.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-xc/jars/jackson-xc-1.8.8.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey.contribs/jersey-guice/jars/jersey-guice-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-client/jars/hadoop-yarn-client-2.4.1.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-client/bundles/jersey-client-1.9.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-core/jars/hadoop-mapreduce-client-core-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.7.5.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-server-common/jars/hadoop-yarn-server-common-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-shuffle/jars/hadoop-mapreduce-client-shuffle-2.4.1.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-jobclient/jars/hadoop-mapreduce-client-jobclient-2.4.1.jar"
        "/home/zag/.ivy2/cache/javax.servlet/servlet-api/jars/servlet-api-2.5.jar"
      )
      :source-roots (
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/src/main/scala"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/src/main/java"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/target/scala-2.11/src_managed/main"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/target/scala-2.11/src_managed/main/compiled_avro"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/src/test/scala"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/src/test/java"
        "/home/zag/work/vs/git/pydoop/examples/parquet/scala/target/scala-2.11/src_managed/test"
      )
      :reference-source-roots (
        "/home/zag/.ivy2/cache/org.scala-lang/scala-library/srcs/scala-library-2.11.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro-compiler/srcs/avro-compiler-1.7.6-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.avro/avro/srcs/avro-1.7.6-sources.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-core-asl/srcs/jackson-core-asl-1.9.13-sources.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-mapper-asl/srcs/jackson-mapper-asl-1.9.13-sources.jar"
        "/home/zag/.ivy2/cache/com.thoughtworks.paranamer/paranamer/srcs/paranamer-2.3-sources.jar"
        "/home/zag/.ivy2/cache/org.xerial.snappy/snappy-java/srcs/snappy-java-1.0.5-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-compress/srcs/commons-compress-1.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.tukaani/xz/srcs/xz-1.0-sources.jar"
        "/home/zag/.ivy2/cache/commons-lang/commons-lang/srcs/commons-lang-2.6-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.velocity/velocity/srcs/velocity-1.7-sources.jar"
        "/home/zag/.ivy2/cache/commons-collections/commons-collections/srcs/commons-collections-3.2.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-common/srcs/hadoop-common-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-annotations/srcs/hadoop-annotations-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/com.google.guava/guava/srcs/guava-11.0.2-sources.jar"
        "/home/zag/.ivy2/cache/commons-cli/commons-cli/srcs/commons-cli-1.2-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.commons/commons-math3/srcs/commons-math3-3.1.1-sources.jar"
        "/home/zag/.ivy2/cache/commons-httpclient/commons-httpclient/srcs/commons-httpclient-3.1-sources.jar"
        "/home/zag/.ivy2/cache/commons-io/commons-io/srcs/commons-io-2.4-sources.jar"
        "/home/zag/.ivy2/cache/commons-net/commons-net/srcs/commons-net-3.1-sources.jar"
        "/home/zag/.ivy2/cache/commons-logging/commons-logging/srcs/commons-logging-1.1.3-sources.jar"
        "/home/zag/.ivy2/cache/log4j/log4j/srcs/log4j-1.2.17-sources.jar"
        "/home/zag/.ivy2/cache/commons-configuration/commons-configuration/srcs/commons-configuration-1.6-sources.jar"
        "/home/zag/.ivy2/cache/commons-digester/commons-digester/srcs/commons-digester-1.8-sources.jar"
        "/home/zag/.ivy2/cache/commons-beanutils/commons-beanutils/srcs/commons-beanutils-1.7.0-sources.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-api/srcs/slf4j-api-1.7.5-sources.jar"
        "/home/zag/.ivy2/cache/com.google.protobuf/protobuf-java/srcs/protobuf-java-2.5.0-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-auth/srcs/hadoop-auth-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpclient/srcs/httpclient-4.2.5-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.httpcomponents/httpcore/srcs/httpcore-4.2.4-sources.jar"
        "/home/zag/.ivy2/cache/commons-codec/commons-codec/srcs/commons-codec-1.6-sources.jar"
        "/home/zag/.ivy2/cache/org.slf4j/slf4j-log4j12/srcs/slf4j-log4j12-1.7.5-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/srcs/hadoop-hdfs-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.mortbay.jetty/jetty-util/srcs/jetty-util-6.1.26-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-app/srcs/hadoop-mapreduce-client-app-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-common/srcs/hadoop-mapreduce-client-common-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-common/srcs/hadoop-yarn-common-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-api/srcs/hadoop-yarn-api-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/javax.xml.bind/jaxb-api/srcs/jaxb-api-2.2.2-sources.jar"
        "/home/zag/.ivy2/cache/javax.xml.stream/stax-api/srcs/stax-api-1.0-2-sources.jar"
        "/home/zag/.ivy2/cache/javax.activation/activation/srcs/activation-1.1-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-core/srcs/jersey-core-1.9-sources.jar"
        "/home/zag/.ivy2/cache/com.google.inject/guice/srcs/guice-3.0-sources.jar"
        "/home/zag/.ivy2/cache/javax.inject/javax.inject/srcs/javax.inject-1-sources.jar"
        "/home/zag/.ivy2/cache/aopalliance/aopalliance/srcs/aopalliance-1.0-sources.jar"
        "/home/zag/.ivy2/cache/org.sonatype.sisu.inject/cglib/srcs/cglib-2.2.1-v20090111-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-server/srcs/jersey-server-1.9-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-json/srcs/jersey-json-1.9-sources.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jettison/jettison/srcs/jettison-1.1-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.xml.bind/jaxb-impl/srcs/jaxb-impl-2.2.3-1-sources.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-jaxrs/srcs/jackson-jaxrs-1.8.8-sources.jar"
        "/home/zag/.ivy2/cache/org.codehaus.jackson/jackson-xc/srcs/jackson-xc-1.8.8-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey.contribs/jersey-guice/srcs/jersey-guice-1.9-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-client/srcs/hadoop-yarn-client-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/com.sun.jersey/jersey-client/srcs/jersey-client-1.9-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-core/srcs/hadoop-mapreduce-client-core-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/javax.servlet/servlet-api/srcs/servlet-api-2.5-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-server-common/srcs/hadoop-yarn-server-common-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-shuffle/srcs/hadoop-mapreduce-client-shuffle-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-mapreduce-client-jobclient/srcs/hadoop-mapreduce-client-jobclient-2.4.1-sources.jar"
        "/home/zag/.ivy2/cache/org.apache.hadoop/hadoop-yarn-server-nodemanager/srcs/hadoop-yarn-server-nodemanager-2.4.1-sources.jar"
      )
      :target "/home/zag/work/vs/git/pydoop/examples/parquet/scala/target/scala-2.11/classes"
      :test-target "/home/zag/work/vs/git/pydoop/examples/parquet/scala/target/scala-2.11/test-classes"
      :compiler-args (
      
      )
    )
  )
)