Re: Spark SQL - Exception only when using cacheTable

2014-10-10 Thread visakh
Can you try checking whether the table is being cached? You can use isCached method. More details are here - http://spark.apache.org/docs/1.0.2/api/java/org/apache/spark/sql/SQLContext.html -- View this message in context:

Re: spark won't build with maven

2014-08-15 Thread visakh
You are running a Continuous Compilation. AFAIK, it runs in an infinite loop and will compile only the modified files. For compiling with maven, have a look at these steps - https://spark.apache.org/docs/latest/building-with-maven.html Thanks, Visakh -- View this message in context: http

Running Hive UDF from spark-shell fails due to datatype issue

2014-08-05 Thread visakh
/HiveInspectors.scala), at line 212, I couldn't find a definition for array datatype. Is this a known issue? Doesn't Spark support queries and operations on array column in Hive tables? Any help would be appreciated. Thanks, Visakh (Also, I have an open question in SO since last week with a bounty of 50 for the same