Re: Re: RE: Error not found value sqlContext

2015-11-23 Thread satish chandra j
20日 18:59,Satish 写道: >>> >>> Hi Michael, >>> As my current Spark version is 1.4.0 than why it error out as "error: >>> not found: value sqlContext" when I have "import sqlContext.implicits._" in >>> my Spark Job >>> >>> R

Re: Re: RE: Error not found value sqlContext

2015-11-23 Thread satish chandra j
>> As my current Spark version is 1.4.0 than why it error out as "error: not >> found: value sqlContext" when I have "import sqlContext.implicits._" in my >> Spark Job >> >> Regards >> Satish Chandra >> -- >> From:

Re:Re: RE: Error not found value sqlContext

2015-11-23 Thread prosp4300
text" when I have "import sqlContext.implicits._" in my Spark Job Regards Satish Chandra From: Michael Armbrust Sent: ‎20-‎11-‎2015 01:36 To: satish chandra j Cc: user; hari krishna Subject: Re: Error not found value sqlContext http://spark.apache.org/docs/latest/sql-programming-guid

Re: RE: Error not found value sqlContext

2015-11-20 Thread satish chandra j
why it error out as "error: not > found: value sqlContext" when I have "import sqlContext.implicits._" in my > Spark Job > > Regards > Satish Chandra > -- > From: Michael Armbrust > Sent: ‎20-‎11-‎2015 01:36 > To: satis

回复:RE: Error not found value sqlContext

2015-11-20 Thread prosp4300
error: not found: value sqlContext" when I have "import sqlContext.implicits._" in my Spark Job Regards Satish Chandra From: Michael Armbrust Sent: ‎20-‎11-‎2015 01:36 To: satish chandra j Cc: user; hari krishna Subject: Re: Error not found value sqlContext http://spark.apache

RE: Error not found value sqlContext

2015-11-20 Thread Satish
2015 01:36 To: "satish chandra j" Cc: "user" ; "hari krishna" Subject: Re: Error not found value sqlContext http://spark.apache.org/docs/latest/sql-programming-guide.html#upgrading-from-spark-sql-10-12-to-13 On Thu, Nov 19, 2015 at 4:19 AM, satish chandra j w

Re: Error not found value sqlContext

2015-11-19 Thread Michael Armbrust
http://spark.apache.org/docs/latest/sql-programming-guide.html#upgrading-from-spark-sql-10-12-to-13 On Thu, Nov 19, 2015 at 4:19 AM, satish chandra j wrote: > HI All, > we have recently migrated from Spark 1.2.1 to Spark 1.4.0, I am fetching > data from an RDBMS using JDBCRDD and register it as