I'm try to silence the output of a hdfs load script (snippets below), but 
continue to get output. This causes issues when the multiple load scripts are 
put into background.
Am I missing something? Are there switches I could use?any info is 
appreciated.John
hadoop fs -mkdir /logs/firsttier/2014/D/03 > /dev/nullhadoop fs -put 
Dserver_46927-esw3c_S-2014-03-31-12-201403311600-1700-0.tsv    
/logs/firsttier/2014/D/06/Dserver_46927-esw3c_S-2014-03-31-12-201403311600-1700-0.tsv
 > /dev/null                                     

Reply via email to