Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Blogging Blogs  >  Share What You Know, Learn What You Don't blogging Blog  > 

Share What You Know, Learn What You Don't Blog


amac4.blogspot.co.uk
A blog to help those tech geeks with the same problems I have had. amac4 - Allan Macmillan - blog - blogspot amac4.blogspot.com
2014-01-07 01:56
Pig UDF ExampleBackgroundThis little UDF will convert the first 8 bytes of an HBase key into a long.  The Key that we had was a composite key made up of two 8 Byte longs and we needed t… Read More
2014-01-07 01:48
Pig UDF - Converting HBase Key to LongBackgroundThis little UDF will convert the first 8 bytes of an HBase key into a long.  The Key that we had was a composite key made up of two 8 Byt… Read More
2013-12-22 23:22
Adding/Delete a Column Family (HBase)private static Configuration conf;//Choose conf settingsHBaseAdmin hAdmin = new HBaseAdmin(conf);hAdmin.disableTable("[TABLE]"); //MUST DISABLE FIRST//De… Read More
2013-12-22 23:17
MapReduce Combiner Example (HBase)The combiner is a reduce type function that takes place during the map operation. This allows for local data reduction while the map output is still in memo… Read More
2013-12-22 23:17
Retrieving Composite Key (HBase)Its common to want to have the key of your HBase table to be made up more than one component, especially to ensure that your key stays unique.  There is… Read More
2013-08-16 10:30
Nutch allows you to crawl the web or a filesystem in order to build up index store of all its content. If your objective is to simply crawl the content once, it is fairly easy. But if you wa… Read More
2013-08-15 15:09
Setting Up DeduplicationI followed the Solr wiki to try and set-up deduplication and all it did was cause my Solr server to break, these settings worked for me and should also work for you t… Read More
2013-08-13 14:51
The large search engines like Google and Bing show you a small snippet of text that often contains one or more of the keywords that have been searched for. To set this up on Solr is also ver… Read More
2013-07-26 19:54
The XSLT files that Solr has standard are pretty good and cover a wide variety of different transforms however they didnt give me exactly what I wanted.  I use Nutch as a filesystem cra… Read More
2006-06-07 11:16
Pig Example - Loading Data From HBaseBackgroundThis is just a simple pig script that use HBase as its data source. Column1 - timestamp - longColumn2 - composite numbers - bytearray… Read More

Share the post

Share What You Know, Learn What You Don't

×

Subscribe to Share What You Know, Learn What You Don't

Get updates delivered right to your inbox!

Thank you for your subscription

×