

Samba Installation on OEL (Oracle Enterprise Linux), configuration and file sharing
Samba is a software package which gives users flexibility to seamlessly share Linux/Unix files with Windows client and vice-versa. Samba...


Adsense Alternatives for Small Websites
Did your Google Adsense application got rejected? If the answer is yes, you are at right place. Well it's not the end of world and no...


Enable Root User on Mac
By default root user is disabled on Mac, you need to follow below steps in order to enable/disable or change password for root user on...


How to Install Apache HTTP Server on CentOS
yum install httpd Apache is most popular HTTP Server which runs on Linux & Windows based operating system. Let's see how to install and...


How to convert RDD to Dataframe?
Main menu: Spark Scala Tutorial There are basically three methods by which we can convert a RDD into Dataframe. I am using spark shell to...


How to pull data from OKTA API example
OKTA has various rest APIs (refer this) from where you can pull the data and play around according to your business requirement. As OKTA...


What's Artificial Intelligence, Machine Learning, Deep Learning, Predictive Analytics, Data Science?
Never thought I will spend so much time to understand these high profile terms. I was very confident that I knew theoretically everything...


Spark read Text file into Dataframe
Main menu: Spark Scala Tutorial In this Spark Scala tutorial you will learn how to read data from a text file & CSV to dataframe. This...


Kibana GeoIP example: How to index geographical location of IP addresses into Elasticsearch
The relation between your IP address and geolocation is very simple. There are numerous websites available as of today like Maxmind,...


Loading JSON file using Spark (Scala)
Main menu: Spark Scala Tutorial In this Apache Spark Tutorial - We will be loading a simple JSON file. Now-a-days most of the time you...


Hello World Program Example in Scala with Eclipse IDE
Main menu: Spark Scala Tutorial In this Apache Spark Scala tutorial, you will learn how to create, "Hello World" Scala application with...


Scala IDE \.metadata\.log error fix (Mac)
Scala IDE is not compatible with Java SE 9 and higher versions. You might need to downgrade or install Java SE 8 in order to fix the...


Installing Apache Spark and Scala (Mac)
Main menu: Spark Scala Tutorial In this Spark Scala tutorial you will learn, How to install Apache Spark on Mac OS. By the end of this...


Installing Apache Spark and Scala (Windows)
Main menu: Spark Scala Tutorial In this Spark Scala tutorial you will learn how to download and install, Apache Spark (on Windows) Java...


Elasticsearch Tutorial - What is ELK stack (Elastic stack)
In this Elasticsearch tutorial, you will learn - What is ELK stack (Elastic stack)? We will go through ELK stack examples, load data into...


Kibana dashboard example
In this Kibana dashboard tutorial we will learn how to create Kibana dashboard. Before we start with sample Kibana dashboard example, I...


ELK stack Installation on OEL (Oracle Enterprise Linux)
Refer my previous blog to install Oracle Enterprise Linux operating system on your machine. Or if you have any operating system which...


How to Install OEL (Oracle Enterprise Linux) on Virtualbox?
This blog article focuses on configuring Virtualbox to create a new VM for Oracle Linux 7 (OEL) and installing Oracle Linux 7 from the...


Installing Java on Oracle Linux
Referenced from www.java.com (added few additional steps in order to make installation process more perfect) Java for Linux Platforms 1....