Given a SQLContext (or HiveContext) is it possible to pass in parameters to a query. There are several reasons why this makes sense, including loss of data type during conversion to string, SQL injection, etc.
But currently, it appears that SQLContext.sql() only takes a single parameter which is a string. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Passing-parameters-to-spark-SQL-tp25806.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-mail: user-h...@spark.apache.org