Re: Couchbase-Spark 2.0.0

2016-10-17 Thread Sean Owen
You're now asking about couchbase code, so this isn't the best place to ask. Head to couchbase forums. On Mon, Oct 17, 2016 at 10:14 AM Devi P.V wrote: > Hi, > I tried with the following code > > import com.couchbase.spark._ > val conf = new SparkConf() > .setAppName(this.getClass.getName)

Re: Couchbase-Spark 2.0.0

2016-10-17 Thread Devi P.V
Hi, I tried with the following code import com.couchbase.spark._ val conf = new SparkConf() .setAppName(this.getClass.getName) .setMaster("local[*]") .set("com.couchbase.bucket.bucketName","password") .set("com.couchbase.nodes", "node") .set ("com.couchbase.queryEnabled

Re: Couchbase-Spark 2.0.0

2016-10-16 Thread Rodrick Brown
On Sun, Oct 16, 2016 at 10:51 AM, Devi P.V wrote: > Hi all, > I am trying to read data from couchbase using spark 2.0.0.I need to fetch > complete data from a bucket as Rdd.How can I solve this?Does spark 2.0.0 > support couchbase?Please help. > > Thanks > https://github.com/couchbase/couchbase-

Couchbase-Spark 2.0.0

2016-10-16 Thread Devi P.V
Hi all, I am trying to read data from couchbase using spark 2.0.0.I need to fetch complete data from a bucket as Rdd.How can I solve this?Does spark 2.0.0 support couchbase?Please help. Thanks