Re: Spark 1.3 SQL Programming Guide and sql._ / sql.types._

2015-02-20 Thread Denny Lee
Oh no worries at all. If you want, I'd be glad to make updates and PR for anything I find, eh?! On Fri, Feb 20, 2015 at 12:18 Michael Armbrust mich...@databricks.com wrote: Yeah, sorry. The programming guide has not been updated for 1.3. I'm hoping to get to that this weekend / next week.

Spark 1.3 SQL Programming Guide and sql._ / sql.types._

2015-02-20 Thread Denny Lee
Quickly reviewing the latest SQL Programming Guide https://github.com/apache/spark/blob/master/docs/sql-programming-guide.md (in github) I had a couple of quick questions: 1) Do we need to instantiate the SparkContext as per // sc is an existing SparkContext. val sqlContext = new

Re: Spark 1.3 SQL Programming Guide and sql._ / sql.types._

2015-02-20 Thread Michael Armbrust
Yeah, sorry. The programming guide has not been updated for 1.3. I'm hoping to get to that this weekend / next week. On Fri, Feb 20, 2015 at 9:55 AM, Denny Lee denny.g@gmail.com wrote: Quickly reviewing the latest SQL Programming Guide