java

Apache Spark Examples in Java

This post attempts to share the common issues that data engineer face while writing Spark in Java and how to solve those issues. Writing Spark in Java isn’t fun and my preference is always Scala but there can be situations when you don’t have luxyary to choose language of your preference.

Introduction to jshell/REPL and how to launch inline command in jshell from shell

Pellucid tutorial using java modules, REPL(READ EVALUATE Print Loop) jshell and how to launch jshell inline command from shell
Jdk-9 is one of the major shift for java developers, it has so many powerful tools and jshell is one of them. Jshell shall be used to run small commands, utilities, expressions, tough it helps to avoid developing many standalone utilities but it shouldn’t be used to run java classes directly.

Back to Top ↑

LoadRunner

Handling Asynchronous request in LoadRunner

It is now easy to handle asynchronous request in loadrunner. I am not going to start with differentiating synchronous and asynchronous request here, as I suppose if you are here you already know the difference.

How to create and validate a pdf download script in LoadRunner

Saving a file to the local machine during recording of a pdf download script in loadrunner VUgen, by clicking on”save as” button, is a client side activity and does not get recorded. But the action on web page which results the file download box gets recorded in VUgen and actually downloads the file (pdf file/Zip file).

Back to Top ↑

bigdata

Apache Spark Examples in Java

This post attempts to share the common issues that data engineer face while writing Spark in Java and how to solve those issues. Writing Spark in Java isn’t fun and my preference is always Scala but there can be situations when you don’t have luxyary to choose language of your preference.

Back to Top ↑

LoadRunner Scripting Tricks

Handling Asynchronous request in LoadRunner

It is now easy to handle asynchronous request in loadrunner. I am not going to start with differentiating synchronous and asynchronous request here, as I suppose if you are here you already know the difference.

How to create and validate a pdf download script in LoadRunner

Saving a file to the local machine during recording of a pdf download script in loadrunner VUgen, by clicking on”save as” button, is a client side activity and does not get recorded. But the action on web page which results the file download box gets recorded in VUgen and actually downloads the file (pdf file/Zip file).

Back to Top ↑

hadoop

Indexing Using Map Reduce

Generate indexing using map reduce can’t be done in distributed mode of  mapreduce as each line number is sequential and unique. To achieve this I tried to generate index using single reducer job.

Back to Top ↑

hbase

Back to Top ↑

Loadrunner Errors

Back to Top ↑

spark

Apache Spark Examples in Java

This post attempts to share the common issues that data engineer face while writing Spark in Java and how to solve those issues. Writing Spark in Java isn’t fun and my preference is always Scala but there can be situations when you don’t have luxyary to choose language of your preference.

Back to Top ↑

UNIX

Matrices Sum using awk

Matrices Sum using awk

Below program can provide sum of any number of matrices of any degree.

UNIX: Zombie processes

Unix zombie processes

In this part I am going to answer below questions regarding zombie process

Back to Top ↑

hive

Back to Top ↑

Internet of Things

A brief introduction of Raspberry pi 2 mod B

Raspberry pi or its latest version pi 2 mod B is a (I would not say cheap) low cost, credit card sized computer. Pi can plug into your computer monitor or TV set and uses a standard keyboard and mouse (wired or Wireless). It is capable of delivering everything that is expected from a desktop computer, from programming, gaming, internet browsing, playing HD videos and a lot more.

Back to Top ↑

Loadrunner Correlation

Back to Top ↑

Raspberry Pi

A brief introduction of Raspberry pi 2 mod B

Raspberry pi or its latest version pi 2 mod B is a (I would not say cheap) low cost, credit card sized computer. Pi can plug into your computer monitor or TV set and uses a standard keyboard and mouse (wired or Wireless). It is capable of delivering everything that is expected from a desktop computer, from programming, gaming, internet browsing, playing HD videos and a lot more.

Back to Top ↑

memory leak

Back to Top ↑

solr

Back to Top ↑

ElasticSearch

Back to Top ↑

LoadRunner Analysis

Back to Top ↑

Performance bottlenecks

Back to Top ↑

Python

Back to Top ↑

Zombie

UNIX: Zombie processes

Unix zombie processes

In this part I am going to answer below questions regarding zombie process

Back to Top ↑

apache Beam

Back to Top ↑

awk

Matrices Sum using awk

Matrices Sum using awk

Below program can provide sum of any number of matrices of any degree.

Back to Top ↑

data-visualization

Back to Top ↑

graphql

Back to Top ↑

map-reduce

Indexing Using Map Reduce

Generate indexing using map reduce can’t be done in distributed mode of  mapreduce as each line number is sequential and unique. To achieve this I tried to generate index using single reducer job.

Back to Top ↑

matrices

Matrices Sum using awk

Matrices Sum using awk

Below program can provide sum of any number of matrices of any degree.

Back to Top ↑

nifi

Back to Top ↑

performance monitors and counters

Back to Top ↑