Re: Read files from Google drive to HDFS

2014-09-30 Thread soniya B
Hi Akhil, It is possible to do it by using Pig latin? Thanks Soniya On Mon, Sep 29, 2014 at 11:56 PM, Akhil Das wrote: > You can use the Google Drive Web APIs to do that. Here's a quick start > https://developers.google.com/drive/web/manage-downloads > > Thanks > Best Regards > > On Tue, Sep 3

Re: Read files from Google drive to HDFS

2014-09-30 Thread Satish Kolli
You can write a UDF and use Drive API in it. On Sep 30, 2014 9:38 AM, "soniya B" wrote: > Hi Akhil, > > It is possible to do it by using Pig latin? > > Thanks > Soniya > > On Mon, Sep 29, 2014 at 11:56 PM, Akhil Das > wrote: > > > You can use the Google Drive Web APIs to do that. Here's a quic

Re: Read files from Google drive to HDFS

2014-09-29 Thread Akhil Das
You can use the Google Drive Web APIs to do that. Here's a quick start https://developers.google.com/drive/web/manage-downloads Thanks Best Regards On Tue, Sep 30, 2014 at 3:58 AM, soniya B wrote: > Hi experts, > > I have files and file type as google document in google drive. How can i > load

Read files from Google drive to HDFS

2014-09-29 Thread soniya B
Hi experts, I have files and file type as google document in google drive. How can i load those files to HDFS. Please advice me. Thanks Soniya