fullcontact / hadoop-sstable

Splittable Input Format for Reading Cassandra SSTables Directly
Apache License 2.0
49 stars 14 forks source link

How to work with it? #4

Closed noamha-ken closed 10 years ago

noamha-ken commented 10 years ago

Hi,

First of all great work! We want to POC your code, but I can't find any example or documentation on how to define the job, or map job key & value. Can you please give some generic code example on how to define the input and map class?

Thanks.

bvanberg commented 10 years ago

Hi,

Thanks for checking out hadoop-sstable. I've finally gotten around to adding an example and a "Getting Started" section to the documentation. Please have a look and let me know if you have any questions. Your feedback will be very welcome as we continue to improve the ability for folks to benefit from this project.

Thanks,

Ben.

On Mon, Sep 1, 2014 at 9:17 AM, noamha-ken notifications@github.com wrote:

Hi,

First of all great work! We want to POC your code, but I can't find any example or documentation on how to define the job, or map job key & value. Can you please give some generic code example on how to define the input and map class?

Thanks.

— Reply to this email directly or view it on GitHub https://github.com/fullcontact/hadoop-sstable/issues/4.

noamha-ken commented 10 years ago

Looks great, thanks I'll starting testing it! We have SSTables sizing up to 600GB, hoping it will work smoothly.