You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rha...@googlegroups.com
Hi,
There is a way where the prepare data fase be made using pig and just use R for start the mapreduce function? I try some tutorials in RevolutionR site, but in all of then the data is loaded in R and then transfered to Hadoop with to.dfs() function.
Thanks
Vinicius
Antonio Piccolboni
unread,
Sep 29, 2014, 12:19:07 PM9/29/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rha...@googlegroups.com
I don't have a lot of experience with pig, but there is a pig.hive format that should work with either. In Hive, you'd need to work on an external table so that you know a path to it. Create and populate external table in Hive, then process in rmr2. I am not sure what the equivalent in pig would be though.