Results 1 to 3 of 3

Thread: Hbase TableMapReduceUtil for map reduce jobs

  1. #1

    Default Hbase TableMapReduceUtil for map reduce jobs

    I currently have map/reduce jobs that are configured using TableMapReduceUtil.initTableMapperJob() and TableMapReduceUtil.initTableReduceJob(). What's the best way to use Spring Hadoop to configure a job object using these static methods?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    You can use Spring's Java Configuration approach [1], use the factory-method attribute or declare a FactoryBean. All are valid options - feel free to pick the one that suits you best.

    [1] http://static.springsource.org/sprin...-configuration
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3

    Default

    Hi bajafresh4life, Were you able to take it further using the suggestions from Costing. Will you be able to share your approach in detail. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •