Re: How to load raw log file into HDFS?

2012-05-12 Thread Harsh J
Hi, Please read http://hadoop.apache.org/common/docs/current/hdfs_user_guide.html to get started with using HDFS. To answer your question specifically though, use the "copyFromLocal" or the "put" commands with the "hadoop" (0.20/1.0+) or "hdfs" (0.22/0.23/2.0+) executables, as detailed here: http

How to load raw log file into HDFS?

2012-05-12 Thread AnExplorer
Hi, I am novice in Hadoop. Kindly suggest how do we load log files into hdfs. Please suggest the command and steps. Thanks in advance!! -- View this message in context: http://old.nabble.com/How-to-load-raw-log-file-into-HDFS--tp33815208p33815208.html Sent from the Hadoop core-user mailing list

Re: Moving files from JBoss server to HDFS

2012-05-12 Thread samir das mohapatra
Hi financeturd , My Point of view second step like bellow is the good approach {Separate server} <-- {JBoss server} and then {Separate server} --> HDFS thanks samir On Sat, May 12, 2012 at 6:00 AM, financeturd financeturd < financet...@yahoo.com> wrote: > Hello, > > We have a large numb

Re: Moving files from JBoss server to HDFS

2012-05-12 Thread JunYong Li
i recommend method 2, also for security reason. 2012/5/12 financeturd financeturd > Hello, > > We have a large number of > custom-generated files (not just web logs) that we need to move from our > JBoss servers to HDFS. Our first implementation ran a cron job every 5 > minutes to move our file