NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Added `repl:assembly` and `repl:dist` tasks to the build. #296

Closed markhibberd closed 11 years ago

markhibberd commented 11 years ago

You should be able to just run the following and drop straight into a repl with the current scoobi source:

./sbt "repl:dist" 
HADOOP_CONF_DIR=somewhere ./target/scoobi-repl-0.8.0-SNAPSHOT/scoobi

Basically the changes are:

markhibberd commented 11 years ago

I pushed an extra commit to let the script use HADOOP_CONF_DIR if it is set.