Re: Spark RDD to Shark table IN MEMORY conversion

2014-04-09 Thread abhietc31
Never mind...plz return it later with interest -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-RDD-to-Shark-table-IN-MEMORY-conversion-tp3682p4014.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: Spark RDD to Shark table IN MEMORY conversion

2014-04-08 Thread abhietc31
Anybody, please help for abov e query. It's challanging but will open new horizon for In-Memory analysis. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-RDD-to-Shark-table-IN-MEMORY-conversion-tp3682p3968.html Sent from the Apache Spark User List mail

Shark Direct insert into table value (?)

2014-04-02 Thread abhietc31
Hi, I'm trying to run script in SHARK(0.81) " insert into emp (id,name) values (212,"Abhi") " but it doesn't work. I urgently need direct insert as it is show stopper. I know that we can do " insert into emp select * from xyz". Here requirement is direct insert. Does any one tried it ? Or is t

Spark RDD to Shark table IN MEMORY conversion

2014-04-02 Thread abhietc31
Hi, We are placing business logic in incoming data stream using Spark streaming. Here I want to point Shark table to use data coming from Spark Streaming. Instead of storing Spark streaming to HDFS or other area, is there a way I can directly point Shark in-memory table to take data from Spark Str