Hi,
I am trying to run a simple select query on a table.
val restaurants=hiveCtx.hql("select * from TableName where column like
'%SomeString%' ")
This gives an error as below:
org.apache.spark.sql.catalyst.errors.package$TreeNodeException: Unresolved
attributes: *, tree:
How do I solve this?
--
Regards,
Anusha
