Hello.. I start a first implementation in hadoop. I see some example how to write on hadoop..
i have a question ... I have java code to write on HDFS ... i run it calling : hadoop jar MyJarToWriteOnHdfs it will run my program and write on HDFS ..ok I need make this concept : WebServer ---> MyJarToWriteOnHdfs ---> HDFS My question is : 1) I need put a embedded Jetty in my MyJarToWriteOnHdfs run it like a job on Hadoop ? or 2) I create a webserver , put it on TOMCAT my webserver write a file in hadoop ? thanks
