Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ trait BaseReplState {
* If the repl is started in Hdfs mode, this field is used to preserve the settings
* when switching Modes.
*/
private[scalding] var storedHdfsMode: Option[Hdfs] = None
var storedHdfsMode: Option[Hdfs] = None

/** Switch to Local mode */
def useLocalMode() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ trait BaseScaldingShell extends MainGenericRunner {
/**
* An instance of the Scala REPL the user will interact with.
*/
private var scaldingREPL: Option[ILoop] = None
protected var scaldingREPL: Option[ILoop] = None

/**
* An instance of the default configuration for the REPL
Expand Down