Recent Posts
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
To find out more, including how to control cookies, see here: Cookie Policy
Categories
- Design (2)
- Elasticsearch (3)
- Golang (5)
- hadoop (2)
- Java (10)
- linux (1)
- Performance (1)
- Scala (2)
- Security (3)
- Spark (2)
- Spring (2)
- Spring Batch (1)
- Spring Boot (1)
- sqoop (1)
- UI (1)
- unix (1)
- Vim (2)
Tags
annotation
apache hive 3
cdp
cloudera
commands
CORS
cron
dataframe
design pattern
DNS
elastic
elasticsearch
go
golang
hadoop
hdfs
hive
http
ip
java
jms
JpaRepository
junit
mockito
mq
mysql
nginx
oracle
proxy
proxy_pass
queue
rdbms
rdd
resolution
reverseproxy
scala
scheduled
spark
spring
springboot
spring boot
sql
sqoop
string
vim
Recent Posts
Categories
- Design (2)
- Elasticsearch (3)
- Golang (5)
- hadoop (2)
- Java (10)
- linux (1)
- Performance (1)
- Scala (2)
- Security (3)
- Spark (2)
- Spring (2)
- Spring Batch (1)
- Spring Boot (1)
- sqoop (1)
- UI (1)
- unix (1)
- Vim (2)
Tags
annotation
apache hive 3
cdp
cloudera
commands
CORS
cron
dataframe
design pattern
DNS
elastic
elasticsearch
go
golang
hadoop
hdfs
hive
http
ip
java
jms
JpaRepository
junit
mockito
mq
mysql
nginx
oracle
proxy
proxy_pass
queue
rdbms
rdd
resolution
reverseproxy
scala
scheduled
spark
spring
springboot
spring boot
sql
sqoop
string
vim
Find Us
Address
123 Main Street
New York, NY 10001
Hours
Monday–Friday: 9:00AM–5:00PM
Saturday & Sunday: 11:00AM–3:00PM
%d bloggers like this:
Different ways of implementing Singleton Design Pattern in Java
The singleton design pattern is used to restrict the instantiation of a class and ensures that only one instance of the class exists in the JVM. In other words, a singleton. read more…
Share this:
Like this:
Continue Reading
Apache Hive 3 Changes in CDP Upgrade: Part-2
In continuation of the previous blog Part-1, I am going to mention some other Hive changes that have been introduced in the Hadoop CDP (Cloudera Data Platform) upgrade. Beeline Hive. read more…
Share this:
Like this:
Continue Reading
Apache Hive 3 Changes in CDP Upgrade: Part-1
INTRODUCTION Cloudera Data Platform (CDP) is a cloud computing platform for businesses. It provides integrated and multifunctional self-service tools in order to analyze and centralize data. It brings security and governance. read more…
Share this:
Like this:
Continue Reading
Criticism of Design Pattern
In software engineering, a design pattern is a general repeatable solution to a commonly occurring problem in software design. A design pattern isn’t a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations.
Share this:
Like this:
Continue Reading
Nginx as reverse proxy and IP resolution
We know how reverse proxies work and how it masks the backend server. If needed, this blog explains it beautifully. NginX, is a web server that can also be used. read more…
Share this:
Like this:
Continue Reading