FAQ
I want to use an Hbase tap for my cascalog project, but lein deps fails
with -

Unable to resolve artifact: Missing:
----------
1) com.twitter:maple:jar:0.2.0

Try downloading the file manually from the project website.

This is the project file im using -

(defproject cascatrial "1.0.0-SNAPSHOT"
:description "trial project for cascalog"
:dependencies [[org.clojure/clojure "1.3.0"]
[cascalog "1.8.7"]
[org.clojure/data.json "0.1.2"]
[clj-time "0.4.3"]
[com.twitter/maple "0.2.0"]]
:dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]])

What could be causing this?

Search Discussions

  • Stefan Hübner at Jun 29, 2012 at 9:56 am
    maybe adding this to your project.clj helps:

    --8<---------------cut here---------------start------------->8---
    :repositories {"conjars" "http://conjars.org/repo"}
    --8<---------------cut here---------------end--------------->8---

    -sthuebner

    Pranav <[email protected]> writes:
    I want to use an Hbase tap for my cascalog project, but lein deps fails with -

    Unable to resolve artifact: Missing:
    ----------
    1) com.twitter:maple:jar:0.2.0

    Try downloading the file manually from the project website.

    This is the project file im using -

    (defproject cascatrial "1.0.0-SNAPSHOT"
    :description "trial project for cascalog"
    :dependencies [[org.clojure/clojure "1.3.0"]
    [cascalog "1.8.7"]
    [org.clojure/data.json "0.1.2"]
    [clj-time "0.4.3"]
    [com.twitter/maple "0.2.0"]]
    :dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]])

    What could be causing this?
  • Pranav at Jun 29, 2012 at 10:07 am
    That worked! So, lein does not try conjars by default, hmm.

    Thanks!
    On Friday, June 29, 2012 2:45:08 PM UTC+5:30, Pranav wrote:

    I want to use an Hbase tap for my cascalog project, but lein deps fails
    with -

    Unable to resolve artifact: Missing:
    ----------
    1) com.twitter:maple:jar:0.2.0

    Try downloading the file manually from the project website.

    This is the project file im using -

    (defproject cascatrial "1.0.0-SNAPSHOT"
    :description "trial project for cascalog"
    :dependencies [[org.clojure/clojure "1.3.0"]
    [cascalog "1.8.7"]
    [org.clojure/data.json "0.1.2"]
    [clj-time "0.4.3"]
    [com.twitter/maple "0.2.0"]]
    :dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]])

    What could be causing this?
  • Stefan Hübner at Jun 29, 2012 at 10:15 am
    No. Conjars is hosting Cascading-related libs and is certainly not meant
    as a general purpose repo for all things Clojure - like clojars.org.

    Pranav <[email protected]> writes:
    That worked! So, lein does not try conjars by default, hmm.

    Thanks!

    On Friday, June 29, 2012 2:45:08 PM UTC+5:30, Pranav wrote:

    I want to use an Hbase tap for my cascalog project, but lein deps fails with -

    Unable to resolve artifact: Missing:
    ----------
    1) com.twitter:maple:jar:0.2.0

    Try downloading the file manually from the project website.

    This is the project file im using -

    (defproject cascatrial "1.0.0-SNAPSHOT"
    :description "trial project for cascalog"
    :dependencies [[org.clojure/clojure "1.3.0"]
    [cascalog "1.8.7"]
    [org.clojure/data.json "0.1.2"]
    [clj-time "0.4.3"]
    [com.twitter/maple "0.2.0"]]
    :dev-dependencies [[org.apache.hadoop/hadoop-core "0.20.2-dev"]])

    What could be causing this?

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcascalog-user @
categoriesclojure, hadoop
postedJun 29, '12 at 9:15a
activeJun 29, '12 at 10:15a
posts4
users2
websiteclojure.org
irc#clojure

2 users in discussion

Pranav: 2 posts Stefan Hübner: 2 posts

People

Translate

site design / logo © 2023 Grokbase