You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by VJ <vj...@sankia.com> on 2015/10/05 19:53:27 UTC

Building RDD for a Custom MPP Database

Hi
I have to build a RDD for a custom MPP database, which is shared across
several nodes. I would like to do this using Java; Can I extend the JavaRDD
and override the specific methods? Also, if can I override the
getlocationPreferences methods as well? Is there any other alternatives,
where I can leverage existing RDD?

Any pointers appreciated 

Thanks
VJ



--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Building-RDD-for-a-Custom-MPP-Database-tp24934.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
For additional commands, e-mail: user-help@spark.apache.org


RE: Building RDD for a Custom MPP Database

Posted by java8964 <ja...@hotmail.com>.
You want to implement a custom InputFormat for your MPP, which can provide the location preference information to Spark.
Yong

> Date: Mon, 5 Oct 2015 10:53:27 -0700
> From: vjanand@sankia.com
> To: user@spark.apache.org
> Subject: Building RDD for a Custom MPP Database
> 
> Hi
> I have to build a RDD for a custom MPP database, which is shared across
> several nodes. I would like to do this using Java; Can I extend the JavaRDD
> and override the specific methods? Also, if can I override the
> getlocationPreferences methods as well? Is there any other alternatives,
> where I can leverage existing RDD?
> 
> Any pointers appreciated 
> 
> Thanks
> VJ
> 
> 
> 
> --
> View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Building-RDD-for-a-Custom-MPP-Database-tp24934.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@spark.apache.org
> For additional commands, e-mail: user-help@spark.apache.org
>