Resolved. Had to force  fresh downloads again. Went to home directory ~ and
deleted the following sub-directories

rm -rf .sbt
rm -rf .ivy2

and reran
sbt  project


Dr Mich Talebzadeh



LinkedIn * 
https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw
<https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*



http://talebzadehmich.wordpress.com



On 3 March 2016 at 09:28, Mich Talebzadeh <mich.talebza...@gmail.com> wrote:

> I am just doing a sample package build with spt as described in here
> <http://spark.apache.org/docs/latest/quick-start.html>
>
> using:
>
> name := "Simple Project"
>
> version := "1.0"
>
> scalaVersion := "2.10.5"
>
> libraryDependencies += "org.apache.spark" %% "spark-core" % "1.6.0"
>
> It worked before but now when I try to build the package, I am getting
> unresolved dependency on
> com.fasterxml.jackson.core#jackson-annotations;2.4.4:
> com.fasterxml.jackson#jackson-parent... Any ideas
>
>
> sbt package
> [info] Set current project to Simple Project (in build
> file:/home/hduser/dba/bin/scala/)
> [info] Updating {file:/home/hduser/dba/bin/scala/}scala...
> [info] Resolving org.fusesource.jansi#jansi;1.4 ...
> [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
> [warn]  ::          UNRESOLVED DEPENDENCIES         ::
> [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
> [warn]  :: com.fasterxml.jackson.core#jackson-databind;2.4.4:
> com.fasterxml.jackson.core#jackson-databind;2.4.4!jackson-databind.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.pom
> [warn]  :: com.fasterxml.jackson.core#jackson-annotations;2.4.4:
> com.fasterxml.jackson#jackson-parent;2.4!jackson-parent.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/jackson-parent/2.4/jackson-parent-2.4.pom
> [warn]  :: com.fasterxml.jackson.core#jackson-core;2.4.4:
> com.fasterxml.jackson.core#jackson-core;2.4.4!jackson-core.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.pom
> [warn]  ::::::::::::::::::::::::::::::::::::::::::::::
> [warn]
> [warn]  Note: Unresolved dependencies path:
> [warn]          com.fasterxml.jackson.core:jackson-databind:2.4.4
> [warn]            +-
> com.fasterxml.jackson.module:jackson-module-scala_2.10:2.4.4
> [warn]            +- org.apache.spark:spark-core_2.10:1.6.0
> (/home/hduser/dba/bin/scala/simple.sbt#L11-12)
> [warn]            +- simple-project:simple-project_2.10:1.0
> [warn]          com.fasterxml.jackson.core:jackson-annotations:2.4.4
> [warn]            +- org.apache.spark:spark-network-shuffle_2.10:1.6.0
> [warn]            +- org.apache.spark:spark-core_2.10:1.6.0
> (/home/hduser/dba/bin/scala/simple.sbt#L11-12)
> [warn]            +- simple-project:simple-project_2.10:1.0
> [warn]          com.fasterxml.jackson.core:jackson-core:2.4.4
> [warn]            +-
> com.fasterxml.jackson.module:jackson-module-scala_2.10:2.4.4
> [warn]            +- org.apache.spark:spark-core_2.10:1.6.0
> (/home/hduser/dba/bin/scala/simple.sbt#L11-12)
> [warn]            +- simple-project:simple-project_2.10:1.0
> sbt.ResolveException: unresolved dependency:
> com.fasterxml.jackson.core#jackson-databind;2.4.4:
> com.fasterxml.jackson.core#jackson-databind;2.4.4!jackson-databind.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.4.4/jackson-databind-2.4.4.pom
> unresolved dependency:
> com.fasterxml.jackson.core#jackson-annotations;2.4.4:
> com.fasterxml.jackson#jackson-parent;2.4!jackson-parent.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/jackson-parent/2.4/jackson-parent-2.4.pom
> unresolved dependency: com.fasterxml.jackson.core#jackson-core;2.4.4:
> com.fasterxml.jackson.core#jackson-core;2.4.4!jackson-core.pom(pom.original)
> origin location must be absolute:
> file:/home/hduser/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.4.4/jackson-core-2.4.4.pom
>
> Thanks
>
>
> Dr Mich Talebzadeh
>
>
>
> LinkedIn * 
> https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw
> <https://www.linkedin.com/profile/view?id=AAEAAAAWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*
>
>
>
> http://talebzadehmich.wordpress.com
>
>
>

Reply via email to