Hi,

the best would be to read the documentation and some books to get familar
with Hadoop.

One of my favourite books is "Hadoop in Action" from Manning (
http://www.manning.com/lam/)
This book has an exmple for putting (log)-files into HDFS. Check out the
source "listing-3-1"

Later you can also check out Cloudera's Flume:
https://github.com/cloudera/flume/wiki

-- 
BR

Alexander Fahlke
Java Developer
www.nurago.com | www.fahlke.org


On Mon, May 14, 2012 at 7:24 AM, Amith D K <amit...@huawei.com> wrote:

> U can even use put/copyFromLocal
>
> both are similar and does the job via terminal.
>
> Or u can write a simple client program to do the job :)
>
> Amith
>
>
> ________________________________________
> From: samir das mohapatra [samir.help...@gmail.com]
> Sent: Sunday, May 13, 2012 9:13 PM
> To: common-user@hadoop.apache.org
> Subject: Re: How to load raw log file into HDFS?
>
> Hi
> To load any file from local
> Command:
>  syntax:     hadoop fs -copyFromLocal  <LOCAL_FILE_PATH>  <HDFS_FILE_PATH>
>   Example hadoop fs -copyFromLocal input/logs
> hdfs://localhost/user/dataset/
>
>  More Commans:
> http://hadoop.apache.org/common/docs/r0.17.1/hdfs_shell.html
>
>
> On Sun, May 13, 2012 at 9:53 AM, AnExplorer <satishtha...@gmail.com>
> wrote:
>
> >
> > 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 archive at Nabble.com.
> >
> >
>

Reply via email to