Hadoop - streaming data from HTTP upload (PUT) into HDFS directly -
i have following application deployment
- web front-end taking data client through http/ftp
- hadoop cluster
i need store client's data on hdfs. best way of doing that? possible stream data hdfs directly, without consuming data client on local drive, , put hdfs?
the feasible options can think of right :
choosing "best" 1 totally upto you, based on convenience , ease.
Comments
Post a Comment