mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Added a link to the scalding code where the ILoop was lifted from.
This commit is contained in:
parent
d3916b7516
commit
36a2dace02
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue