Using Scala version 2.11.8 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_111)
Type in expressions to have them evaluated.
Type :help for more information.
scala> val lines = sc.textFile("READNE.md")
<console>:17: error: not found: value sc
val lines = sc.textFile("READNE.md")
^
scala> sc
<console>:18: error: not found: value sc
sc
^