Dynamic Sorting Utility
Hi Friends !!! Recently I came across a requirement where in I was supposed to sort a Custom Class based on multiple parameters. Problem Statement… Read More »Dynamic Sorting Utility
Hi Friends !!! Recently I came across a requirement where in I was supposed to sort a Custom Class based on multiple parameters. Problem Statement… Read More »Dynamic Sorting Utility
Here is a quick dirty post on installing SOLR on your box. Hope its helpful. Download SOLR Get new Solr copy. I got my copy… Read More »Installing Solr on ubuntu
Error: Traceback (most recent call last): File “index_data.py”, line 47, in main(sys.argv[1:]) File “index_data.py”, line 41, in main s.add(items, commit=True) File “/usr/lib/python2.6/site-packages/pysolr.py”, line 779, in… Read More »Python error while indexing data in Solr – PySolr Error – 2
Error: Traceback (most recent call last): File “index_data.py”, line 47, in main(sys.argv[1:]) File “index_data.py”, line 41, in main s.add(items, commit=True) File “/usr/lib/python2.6/site-packages/pysolr.py”, line 779, in… Read More »Python error while indexing data in Solr – PySolr Error – 1
This is an initial work on supporting Pig scripts on Drill. It extends the PigServer to parse the Pig Latin script and to get a… Read More »How to run pig latin scripts on apache drill
The error pops up while using mahout collab filtering on Hadoop 2. Exception in thread “main” java.lang.IncompatibleClassChangeError: Found interface org.apache.hadoop.mapreduce.JobContext, but class was expected at… Read More »Mahout usage IncompatibleClassChangeError Exception
Error in acquireLock… FAILED: Error in acquiring locks: Locks on the underlying objects cannot be acquired. Instant Patchy workaround: SET hive.support.concurrency=false; Unlock table: unlock table… Read More »Hive Hangs unexpectedly and ends up with : Error in acquireLock..
Quickly scribbled a function to get a plain csv out of mongo db json object. Use the script as you would call any shell script.… Read More »How to convert mongo db json object to csv file
This came as a pleasant surprise to me today when I found that Apache Drill now also has an embedded Jetty-Jersey based REST service interface exposed for tracking the status of the Drillbit along with the status of submitted queries.
The interface can be checked out here once the Drillbit is running: http://localhost:8047/statusRead More »Apache Drill – REST Support
Implement Drill Trigonometric functions – Using Freemarker code generation This post is a followup to this last post Contributing to Apache Drill – Math Functions.… Read More »Contributing to Apache Drill – Part 2 : Freemarker Code gen implementation
Cross Platform Encryption Decryption Encryption and Decryption have been very important modules for any enterprise application. Whether is a file on our system or the… Read More »Cross platform encryption decryption using Java/C#
Hive fixed length serde can be used in scenarios where we do not have any delimiters in out data file. Using RegexSerDe for fixed length strings… Read More »Use Hive Serde for Fixed Length (index based) strings