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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -