Re: [R] help on moving data from local to HDFS using RODBC in R

2016-04-15 Thread Jeff Newmiller
Why? RODBC is usable for reading data, but not particularly well adapted for inserting data. So if you have a solution, why are you still looking for one? -- Sent from my phone. Please excuse my brevity. On April 15, 2016 2:47:52 PM PDT, Divakar Reddy wrote: >Hi, > >I have requirement to mov

[R] help on moving data from local to HDFS using RODBC in R

2016-04-15 Thread Divakar Reddy
Hi, I have requirement to move the data from Linux local path( ex /home/user/sample.txt) to hadoop HDFS using RODBC in R I knew that we can move the data using rhive comamnds like *rhive.put* and *rhive.get *but looking for similar commands using RODBC as well. I would appreciate for your input