Re: registerTempTable is not a member of RDD on spark 1.2?

2015-03-23 Thread IT CTO
; > On Mon, Mar 23, 2015 at 6:45 AM, IT CTO wrote: > >> Thanks. >> I am new to the environment and running cloudera CDH5.3 with spark in it. >> >> apparently when running in spark-shell this command val sqlContext = new >> SQLContext(sc) >> I am failing wit

Re: registerTempTable is not a member of RDD on spark 1.2?

2015-03-23 Thread IT CTO
pe. > > Dean Wampler, Ph.D. > Author: Programming Scala, 2nd Edition > <http://shop.oreilly.com/product/0636920033073.do> (O'Reilly) > Typesafe <http://typesafe.com> > @deanwampler <http://twitter.com/deanwampler> > http://polyglotprogramming.com > > On Mon

registerTempTable is not a member of RDD on spark 1.2?

2015-03-23 Thread IT CTO
Hi, I am running spark when I use sc.version I get 1.2 but when I call registerTempTable("MyTable") I get error saying registedTempTable is not a member of RDD Why? -- Eran | CTO

REPL like interface for Spark

2014-09-29 Thread IT CTO
Hi, Has anyone know of a REPL interface for spark on GIT which support similar user experience as presented by Databricks in there cloud demo? We are looking for something similar but one that can be deployed on premise and not on the cloud. -- Eran | CTO