Changes between Version 1 and Version 2 of hadoop_tools


Ignore:
Timestamp:
09/21/2012 03:15:57 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hadoop_tools

    v1 v2  
    22* HBASE分布式查询,用户输入表名,filter,输出目录等信息查询相应的结果 
    33* 查看HDFS压缩文件文件里面的前几行数据 
     4 
     5 
     6 
     7{{{ 
     8   public static void main(String[] args) throws Exception { 
     9        Configuration conf = HBaseConfiguration.create();  //建立Configuration 
     10        String[] otherArgs = new GenericOptionsParser(conf, args).getRemainingArgs();  //输入参数parser   
     11  
     12}}}