Congrats on the new 1.0 release. Amazing work !

It looks like there may some typos in the latest http://spark.apache.org/docs/latest/sql-programming-guide.html

in the "Running SQL on RDDs" section when choosing the java example:

1. ctx is an instance of JavaSQLContext but the textFile method is called as a member of ctx. According to the API JavaSQLContext does not have such a member, so im guessing this should be sc instead.

2. In that same code example the object sqlCtx is referenced, but it is never instantiated in the code.
should this be ctx?

Cheers,

Yadid

Reply via email to