As suggested in the error messages, double-check your class path.
From: CharlieLin mailto:chury...@gmail.com>>
Date: Tuesday, August 26, 2014 at 8:29 PM
To: "user@spark.apache.org<mailto:user@spark.apache.org>"
mailto:user@spark.apache.org>>
Subject: Execute H
hi, all :
I tried to use Spark SQL on spark-shell, as the spark-example.
When I execute :
*val hiveContext = new org.apache.spark.sql.hive.HiveContext(sc)
import hiveContext._
hql("CREATE TABLE IF NOT EXISTS src (key INT, value STRING)")
*then report error like below:
scala> hiveContext.hql("CRE
hi, all :
I tried to use Spark SQL on spark-shell, as the spark-example.
When I execute :
*val hiveContext = new org.apache.spark.sql.hive.HiveContext(sc)
import hiveContext._
hql("CREATE TABLE IF NOT EXISTS src (key INT, value STRING)")
*then report error like below:
scala> hiveContext.hql("CRE