Changes between Version 1 and Version 2 of hadoop_tools
- Timestamp:
- 09/21/2012 03:15:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hadoop_tools
v1 v2 2 2 * HBASE分布式查询,用户输入表名,filter,输出目录等信息查询相应的结果 3 3 * 查看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 }}}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)