Tag Archives: java

Building Shaded Uber Jar with Jersey-Client And Getting ClientHandlerException

I’ve been meaning to write about this on my blog to help others out there who come across this problem with using jersey-client in their code. So I was working with the jersey-client for the first time and everything was … Continue reading

Posted in code example, coding, github, java, Learning to Code, programming | Tagged , , , , , | 1 Comment

Reading and Writing ORC Files Using Vectorized Row Batch in Java

So looking at the analytics of my blog, it appears my article on how to write ORC files using core java is really popular. In this post, I’ll be going over how to do write and read ORC files using … Continue reading

Posted in code example, coding, github, hadoop, java, Learning to Code | Tagged , , , , , | 5 Comments

A Last Minute Lightning Talk

As I had stated in one of my previous posts,  I’ve been wanting to one day to a tech talk, but needed to work up to do something like that.  And then out of nowhere, I found myself being asked to … Continue reading

Posted in career, hadoop, java, Learning to Code, public speaking | Tagged , , , , , | Leave a comment

Writing an ORC File Using Java

2017/06/13: Checkout my updated article on reading and writing ORC files using Vectorized Row Batch in Java. Linked here: https://codecheese.wordpress.com/2017/06/13/reading-and-writing-orc-files-using-vectorized-row-batch-in-java/ So, I saw this question sometime ago on Stack Overflow and I’ve been meaning to answer this for sometime.  The … Continue reading

Posted in code example, coding, github, hadoop, java, programming | Tagged , , , | 13 Comments

Embedded List of Records Using Avro Generic Record

I’m posting this here, because I know someone out there will be Googling how to do this like I was. I didn’t find much and ended up spending a lot of time reading through the Avro API and using my … Continue reading

Posted in code example, coding, java | Tagged , , | Leave a comment