How-To : Configure MySQL Metastore for Hive ?
Hive by default comes with Derby as its metastore storage, which is suited only for testing purposes and in most of the production scenarios it is recommended to use MySQL as a metastore. This is...
Big Data / Hive / Java / Technology
Hive by default comes with Derby as its metastore storage, which is suited only for testing purposes and in most of the production scenarios it is recommended to use MySQL as a metastore. This is...
What is POODLE? It stands for “Padding Oracle On Downgraded Legacy Encryption.”.This means a protocol downgrade that allows exploits on an outdated form of encryption.It was first explained in Google Security Advisory.
Many of us already know and agree on how great the book “Effective Java by Joshua Bloch” is and it’s a must read for every Java Developer out there whether you have just started or...
Finalize method in Object class is often a point of discussion whether to be used or not ? Below are some of the pointers on Finalize method
Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services. The goal of Swagger is to enable client and documentation systems to update at the same pace as the server. The documentation of methods, parameters, and models are tightly integrated into the server code, allowing APIs to always stay in sync.
Big Data / Java / Technology
Once we know something, we find it hard to imagine what it was like not to know it. – Chip & Dan Heath, Authors of Made to Stick, Switch What is the ELK stack...