Rhadoop, rmr2 & Linear programming

56 views
Skip to first unread message

Ananya Chandraker

unread,
Aug 18, 2015, 2:28:25 PM8/18/15
to RHadoop, Ananya chandraker
Hi Everyone,

I am running a LP in R using (lpSolve) package, before this we are performing lot of stuff in R for AD creation and passing the data to perform optimization process using LP.

Data is quite big in our case and taking lot of time to complete this linear programming process & sometimes it also get fails in R, due to memory issue,

Is there is anyway to convert this process into parallel processing or change LP syntax of R to map-reduce using Rhadoop.

We can connect our R to hadoop using rmr2 package, if Rhadoop would be a solution


Using below code in R for LP:

Lp <- lp (direction = "max", obj.in, diag_1, dir, constraint,
            transpose.constraints = TRUE, all.int=F)


Thanks in advance!

Ananya Chandraker.



This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. You are also notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.

Antonio Piccolboni

unread,
Aug 18, 2015, 2:33:54 PM8/18/15
to RHadoop, Ananya chandraker
An efficient linear programming algorithm for the mapreduce model of computation is the subject of current active research. A google search [linear programming mapreduce] should bring up some relevant papers.

--
post: rha...@googlegroups.com ||
unsubscribe: rhadoop+u...@googlegroups.com ||
web: https://groups.google.com/d/forum/rhadoop?hl=en-US
---
You received this message because you are subscribed to the Google Groups "RHadoop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rhadoop+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages