This is a noise,please ignore
I figured out what happens...
bit1...@163.com
From: bit1...@163.com
Date: 2015-01-03 19:03
To: user
Subject: sqlContext is undefined in the Spark Shell
Hi,
In the spark shell, I do the following two things:
1. scala> val cxt =
Hi,
In the spark shell, I do the following two things:
1. scala> val cxt = new org.apache.spark.sql.SQLContext(sc);
2. scala> import sqlContext._
The 1st one succeeds while the 2nd one fails with the following error,
:10: error: not found: value sqlContext
import sqlContext._
Is there somethi