Added a link to the scalding code where the ILoop was lifted from.

This commit is contained in:
Sriram Krishnan 2015-12-18 11:58:30 -08:00
parent d3916b7516
commit 36a2dace02

View file

@ -25,6 +25,8 @@ import java.io.{BufferedReader, FileReader}
/**
* A class providing Scalding specific commands for inclusion in the Scalding REPL.
* This is currently forked from Scalding, but should eventually make it into Scalding itself:
* https://github.com/twitter/scalding/blob/develop/scalding-repl/src/main/scala/com/twitter/scalding/ScaldingILoop.scala
*/
class ScaldingILoop(in0: Option[BufferedReader], out: JPrintWriter)
extends ILoop(in0, out) {