Skip to content

Using scalding with other versions of scala

johnynek edited this page Feb 6, 2012 · 2 revisions

There are two places you need to change in order to make this run correctly:

  1. Change the scala version in the build.sbt in the project root.
  2. Since scald.rb calls the compiler on your script, it needs to match the version you use above. Edit the top of scald.rb to change SCALAC to point to the version of the compiler that matches the project (sorry about this, patches accepted).

Contents

Getting help

Documentation

Matrix API

Third Party Modules

Videos

How-tos

Tutorials

Articles

Other

Clone this wiki locally