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