You can do it using scala string interpolation http://docs.scala-lang.org/overviews/core/string-interpolation.html
On Mon, Dec 28, 2015 at 5:11 AM, Ajaxx <ajack...@pobox.com> wrote: > 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 > > -- Best Regards Jeff Zhang