Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Moving data from Sharepoint to HDFS ?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar
Master Guru

@Sampat Budankayala can you add more details on what you are asking? I assume you might be asking on how to move data from Sharepoint to HDFS. I would use apache NiFi and pull data via sharepoint rest api (https://msdn.microsoft.com/en-us/library/office/jj860569.aspx). if it is bulk load option then a java client may be best. this processor does not exist yet but should be very easy

https://github.com/OfficeDev/Office-365-SDK-for-Java

View solution in original post

1 REPLY 1

avatar
Master Guru

@Sampat Budankayala can you add more details on what you are asking? I assume you might be asking on how to move data from Sharepoint to HDFS. I would use apache NiFi and pull data via sharepoint rest api (https://msdn.microsoft.com/en-us/library/office/jj860569.aspx). if it is bulk load option then a java client may be best. this processor does not exist yet but should be very easy

https://github.com/OfficeDev/Office-365-SDK-for-Java