Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created February 15, 2013 18:57
Show Gist options
  • Select an option

  • Save tbatchelli/4962503 to your computer and use it in GitHub Desktop.

Select an option

Save tbatchelli/4962503 to your computer and use it in GitHub Desktop.
(defproject pallet-hadoop-example "0.0.3-beta.6-SNAPSHOT"
:description "Example project for running Hadoop on Pallet."
:repositories {"sonatype"
"http://oss.sonatype.org/content/repositories/releases/"}
:dependencies [[org.clojure/clojure "1.4.0"]
[org.cloudhoist/pallet-hadoop "0.3.3"]
[org.cloudhoist/pallet "0.7.3"]
;[org.jclouds/jclouds-all "1.4.2"]
;[org.jclouds.driver/jclouds-jsch "1.4.2"]
;[org.jclouds.driver/jclouds-slf4j "1.4.2"]
;[org.cloudhoist/pallet-jclouds "1.4.2"]
;[com.jcraft/jsch "0.1.48"]
[org.cloudhoist/pallet-vmfest "0.3.0-alpha.2"]
[org.clojars.tbatchelli/vboxjxpcom "4.2.4"]
[ch.qos.logback/logback-classic "1.0.1"]
[ch.qos.logback/logback-core "1.0.1"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment