Reputation: 1207
we are doing POC on map-reduce to count the module usage of our app. Application is running on J2EE container located on separate box, hadoop installation is on separate box and we need to move the log files from app container box to hadoop box. below mentioned are some of the queries where help / advice is required.
Upvotes: 0
Views: 240
Reputation: 8705
You need Apache Flume. Flume is a popular standard tool for moving log files into Hadoop HDFS. It could run as a cron job.
Upvotes: 2