Re: LATERAL VIEW explode issue

2015-05-20 Thread kiran mavatoor
...Which would make me guess different  context or different spark versio on the cluster you are submitting to... Sent on the new Sprint Network from my Samsung Galaxy S®4. Original message From: kiran mavatoor Date:05/20/2015 5:57 AM (GMT-05:00) To: User Subject: LATERAL VIEW

RE: LATERAL VIEW explode issue

2015-05-20 Thread yana
Samsung Galaxy S®4. Original message From: kiran mavatoor Date:05/20/2015 5:57 AM (GMT-05:00) To: User Subject: LATERAL VIEW explode issue Hi, When I use "LATERAL VIEW explode" on the registered temp table in spark shell, it works. But when I use the same in sp

LATERAL VIEW explode issue

2015-05-20 Thread kiran mavatoor
Hi, When I use "LATERAL VIEW explode" on the registered temp table in spark shell, it works.  But when I use the same in spark-submit (as jar file) it is not working. its giving error -  "failure: ``union'' expected but identifier VIEW found" sql statement i am using is SELECT id,mapKey FROM loc