RE: File search by hashes in Hadoop

2016-01-21 Thread Mich Talebzadeh
d, its subsidiaries nor their employees accept any responsibility. From: Ritesh Kumar Singh [mailto:riteshoneinamill...@gmail.com] Sent: 21 January 2016 17:10 To: user@hive.apache.org Subject: Re: File search by hashes in Hadoop Yes, it's possible to do both 1. Index based searching

Re: File search by hashes in Hadoop

2016-01-21 Thread Ritesh Kumar Singh
Yes, it's possible to do both 1. Index based searching : http://www.drdobbs.com/parallel/indexing-and-searching-on-a-hadoop-distr/226300241?pgno=3 2. Wildcard based / Expression based searching : https://stackoverflow.com/questions/6297533/search-find-a-file-and-file-content-in-hadoop Thanks, *Ri