Re: confirm unsubscribe from user@hadoop.apache.org

2016-08-24 Thread masoud
dress: user-uc.1472030622.hhgkglpgpgolgeeijail-masoud=agape.hanyang.ac...@hadoop.apache.org Usually, this happens when you just hit the "reply" button. If this does not work, simply copy the address and paste it into the "To:" field of a new message. I haven't checked whethe

Re: Database insertion by HAdoop

2013-02-19 Thread Masoud
Dear Tariq No, exactly in opposite way, actually we compute the similarity between documents and insert them in database, in every table almost 2/000/000 records. Best Regards On 02/19/2013 06:41 PM, Mohammad Tariq wrote: Hello Masoud, So you want to pull your data from SQL server

Re: Database insertion by HAdoop

2013-02-18 Thread Masoud
, 2013, Mohammad Tariq wrote: Hello Masoud, You can use the Bulk Load feature. You might find it more efficient than normal client APIs or using the TableOutputFormat. The bulk load feature uses a MapReduce job to output table data in HBase's internal data format

Database insertion by HAdoop

2013-02-18 Thread Masoud
machines) and divide 300 insertion tasks between them, I need some hint to progress faster, 1- as i know we dont need to Reduser, just Mapper in enough. 2- so wee need just implement Mapper class with needed code. Please let me know if there is any point, Best Regards Masoud