You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by "Baveja, Ankush" <an...@rsa.com> on 2015/02/18 08:17:35 UTC

hadoop command

Hi,

 

Newbie and trying to do some custom script. Not exactly hive related, so
kindly bear

 

When I run hadoop fs -ls, I get below output

 

[root@node3 conf]# hadoop fs -ls <path>

14/06/10 11:29:32 INFO util.NativeCodeLoader: Loaded the native-hadoop
library

14/06/10 11:29:32 INFO security.JniBasedUnixGroupsMapping: Using
JniBasedUnixGroupsMapping for Group resolution

Found 1 items

-rw-r--r--   3 root root     134669 2014-06-10 11:29 file.avro

 

Is there a setting to remove the highlighted part from this output ? ..
since I am piping this output and facing issues.

 

Regards

Ankush


Re: hadoop command

Posted by Siddharth Tiwari <si...@live.com>.
Compile native libraries and put them in path. 

Sent from my iPhone

> On Feb 17, 2015, at 11:24 PM, Baveja, Ankush <an...@rsa.com> wrote:
> 
> Hi,
>  
> Newbie and trying to do some custom script. Not exactly hive related, so kindly bear
>  
> When I run hadoop fs –ls, I get below output
>  
> [root@node3 conf]# hadoop fs -ls <path>
> 14/06/10 11:29:32 INFO util.NativeCodeLoader: Loaded the native-hadoop library
> 14/06/10 11:29:32 INFO security.JniBasedUnixGroupsMapping: Using JniBasedUnixGroupsMapping for Group resolution
> Found 1 items
> -rw-r--r--   3 root root     134669 2014-06-10 11:29 file.avro
>  
> Is there a setting to remove the highlighted part from this output ? .. since I am piping this output and facing issues.
>  
> Regards
> Ankush