error creating custom schema

2015-12-23 Thread Divya Gehlot
Hi, I am trying to create custom schema but its throwing below error scala> import org.apache.spark.sql.hive.HiveContext > import org.apache.spark.sql.hive.HiveContext > > scala> import org.apache.spark.sql.hive.orc._ > import org.apache.spark.sql.hive.orc._ > > scala> val hiveContext = new

Re: error creating custom schema

2015-12-23 Thread Ted Yu
Looks like a comma was missing after "C1" Cheers > On Dec 23, 2015, at 1:47 AM, Divya Gehlot wrote: > > Hi, > I am trying to create custom schema but its throwing below error > > >> scala> import org.apache.spark.sql.hive.HiveContext >> import