【发布时间】:2016-06-13 20:33:16
【问题描述】:
当我尝试在 Jupyter 笔记本上使用 import sqlContext.implicits._ 时,出现以下错误:
Name: Compile Error
Message: <console>:25: error: stable identifier required, but $iwC.this.$VAL10.sqlContext.implicits found.
import sqlContext.implicits._
^
我已经在本地尝试过,它可以工作,但是在我的 Jupyter Notebook 服务器(托管在 ec2 上)上使用它时无法正常工作。我曾尝试导入涉及该功能的不同库,但遗憾的是无法使其正常运行。
【问题讨论】:
标签: scala apache-spark amazon-ec2 apache-spark-sql jupyter