Re: A problem with Spark 1.3 artifacts

2015-04-07 Thread Jacek Lewandowski
So weird, as I said - I created a new empty project where Spark core was the only dependency... [image: datastax_logo.png] http://www.datastax.com/ JACEK LEWANDOWSKI DSE Software Engineer | +48.609.810.774 | jacek.lewandow...@datastax.com [image: linkedin.png] https://www.linkedin.com

A problem with Spark 1.3 artifacts

2015-04-02 Thread Jacek Lewandowski
A very simple example which works well with Spark 1.2, and fail to compile with Spark 1.3: build.sbt: name := untitled version := 1.0 scalaVersion := 2.10.4 libraryDependencies += org.apache.spark %% spark-core % 1.3.0 Test.scala: package org.apache.spark.metrics import