Skip to content

Instantly share code, notes, and snippets.

@atqamar
Created May 20, 2015 01:07
Show Gist options
  • Save atqamar/13b61dfc6142ea4b79c5 to your computer and use it in GitHub Desktop.
Save atqamar/13b61dfc6142ea4b79c5 to your computer and use it in GitHub Desktop.
[info] Resolving org.jacoco#org.jacoco.agent;0.7.1.201405082137 ...
[info] Done updating.
[warn] There may be incompatibilities among your library dependencies.
[warn] Here are some of the libraries that were evicted:
[warn] * com.google.guava:guava:(14.0.1, 16.0, 15.0, 14.0, 11.0.2) -> 18.0
[warn] Run 'evicted' to see detailed eviction warnings
[info] Compiling 107 Scala sources and 51 Java sources to /Users/qamar/rec-sys-scalding/target/scala-2.10/classes...
[warn] Note: Some input files use unchecked or unsafe operations.
[warn] Note: Recompile with -Xlint:unchecked for details.
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/LibraryTrackAdds.scala:5: object reportingrecords is not a member of package com.spotify.data
[error] import com.spotify.data.reportingrecords.PlaylistContents
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/LibraryTrackAdds.scala:69: not found: type PlaylistContents
[error] val playlist = TypedAvroReportingRecords[PlaylistContents](args("playlist"))
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistFollowers.scala:11: object reportingrecords is not a member of package com.spotify.data
[error] import com.spotify.data.reportingrecords.PublishedPlaylists
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistFollowers.scala:16: not found: type PublishedPlaylists
[error] val pipe: TypedPipe[PublishedPlaylists] = TypedAvroReportingRecords[PublishedPlaylists](args("playlist"))
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistFollowers.scala:16: not found: type PublishedPlaylists
[error] val pipe: TypedPipe[PublishedPlaylists] = TypedAvroReportingRecords[PublishedPlaylists](args("playlist"))
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistFollowers.scala:46: diverging implicit expansion for type Ordering[K]
[error] starting with method Tuple2 in object Ordering
[error] .group.withReducers(2)
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistTermRecs.scala:16: object reportingrecords is not a member of package com.spotify.data
[error] import com.spotify.data.reportingrecords.PlaylistContents
[error] ^
[error] /Users/qamar/rec-sys-scalding/src/main/scala/com/spotify/recsys/job/PlaylistTermRecs.scala:114: not found: type PlaylistContents
[error] val playlistContent = TypedAvroReportingRecords[PlaylistContents](args("playlist-contents"))
[error] ^
[error] 8 errors found
[error] (compile:compile) Compilation failed
[error] Total time: 62 s, completed May 19, 2015 9:07:15 PM
Ahmads-MacBook-Air ~/rec-sys-scalding ‹qamar/cluster-dw› »
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment