Skip to content

Commit

Permalink
[ZEPPELIN-1714] Build error of scio Intepreter on Centos
Browse files Browse the repository at this point in the history
### What is this PR for?
This PR fixes build error of scio Intepreter on CentOS.

### What type of PR is it?
Bug Fix

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1714

### How should this be tested?
Run `mvn clean package -DskipTest' on CentOS

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: astroshim <hsshim@nflabs.com>

Closes #1685 from astroshim/fix/scio-builderror and squashes the following commits:

330f38d [astroshim] add scala prefix
  • Loading branch information
astroshim authored and AhyoungRyu committed Nov 29, 2016
1 parent 9db840c commit 234c42b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class ScioInterpreter(property: Properties) extends Interpreter(property) {
innerOut.setInterpreterOutput(context.out)

try {
import tools.nsc.interpreter.Results._
import scala.tools.nsc.interpreter.Results._
REPL.interpret(code) match {
case Success => {
logger.debug(s"Successfully executed `$code` in $paragraphId")
Expand Down

0 comments on commit 234c42b

Please sign in to comment.