
Apache Thrift is a software framework for implementing Remote Procedure Call (RPC) in services, with cross-language support. In this blog, we will discuss the working principle of Apache Thrift. Remote Procedure Call is a protocol that one program can use to request a service from a program located in...

In this post, we will be discussing RDD in Spark and will be performing some basic operations like creation of RDD, Transformation, and Actions. Let’s start our discussion with MapReduce and the challenges associated with it which led to the innovation of Spark. MapReduce greatly simplified “Big Data” analysis on...

Are you searching for a programming language where you can develop an application that can be deployed on PCs, Macs, mobile phones, the Web, on big servers and small clients and allows you to build GUIs quickly and painlessly? Then, Python is the one-stop solution for all your requirements. Python is a...

Hadoop environment has made our work simpler and we can now insert and work with data effortlessly and quickly. How about inserting table in Hadoop which already exists in MySQL? In this blog we will discuss the following: Installing MySQL Creating a table and inserting values Installing Sqoop Fetching...

In this Blog we will have in depth discussion about Optimizing Website’s Performance. So, what do we mean by website performace? Web performance or website optimization simply means optimizing the speed of web elements (pages, images, other file formats etc.) which are downloaded or displayed on the user’s web...