Member since
02-19-2017
8
Posts
2
Kudos Received
0
Solutions
12-24-2016
04:47 AM
That is the way to go
... View more
12-08-2016
03:15 PM
3 Kudos
@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 more
12-07-2016
10:34 AM
2 Kudos
@Sampat Budankayala 1.you can take advantage of hadoop-client and write java program to write on hdfs to achieve it. 2.use NIFI and use putHDFS processor to achieve it
... View more