wiki:hadoop_tools

Version 2 (modified by liaojiaohe, 14 years ago) (diff)

--

该工作包实现的功能:

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

Attachments