Advertisement
Guest User

Untitled

a guest
May 31st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. scala> sc.[t]
  2. <console>:1: error: identifier expected but '[' found.
  3. sc.[t]
  4. ^
  5. <console>:1: error: identifier expected but ']' found.
  6. sc.[t]
  7.  
  8. scala> sc
  9. res1: org.apache.spark.SparkContext = org.apache.spark.SparkContext@3cead673
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement