Would the new HBase table reside in the same cluster as the original table ?
See this recent thread: http://search-hadoop.com/m/DHED4uBNqJ1 Cheers On Fri, May 23, 2014 at 2:49 PM, Shaikh Ahmed <[email protected]> wrote: > Hi, > > We have one huge HBase table with billions of rows. This table holds the > information about websites and number of hits on that site in every 15 > minutes. > > Every website will have multiple records in data with different number of > hit count and last updated timestamp. > > Now, we want to create another Hbase table which will contain information > about only those TOP 10 websites which are having more number of hits. > > We are seeking help from experts to achieve this requirement. > How we can filter top 10 websites based on hits count from billions of > records and copy it into our new HBase table? > > I will greatly appreciate kind support from group members. > > Thanks in advance. > Regards, > Riyaz >
