Spark Context throw'错误:预期的标识符,但' ['发现&#39。

时间:2016-06-01 01:36:07

标签: scala hadoop apache-spark

我正在读一本书,上面写着我应该能够输入sc.[\t]并得到答复。我看到的是......

scala> sc.[\t]
<console>:1: error: identifier expected but '[' found.
       sc.[\t]
          ^
<console>:1: error: identifier expected but ']' found.
       sc.[\t]

这是使用spark 1.6.1连接到hadoop 2.7.2

sc命令似乎有用......

scala> sc
res1: org.apache.spark.SparkContext = org.apache.spark.SparkContext@3cead673

P.S。我一生中从未使用过Scala。

1 个答案:

答案 0 :(得分:1)

我想作者的意思是

<input type="text" >

当您按scala> sc 时,您会

tab