Apache Spark Imputer Usage In Scala This Tutorial explain what is Spark imputer, implement the Imputer and basic terminologies used while using the imputer.And strategies available in spark imputer.
Scala tutorial to demonstrate infix custom notation in scala: syntactic sugar So we know scala mimic certain expressions close to natural language like (obj prints "hello world"), this is possible in scala because all operators are treated as method calls  like in expression  a + b is internally translated to  a.+(b),  internally any number or strings is represented as
Call By value and Call by name Evaluation Strategy in scala Evaluation strategies are used by programming languages to determine when to evaluate the argument(s) of a function call, the common evaluation strategy are call-by-name and call-by-value, and we have call-by-reference even. What is call-by-value ? In call by value, the argument expression is evaluated, and the resulting value is bound
Stack recursion call and Tail Recursion in Scala Recursion is the process of defining something in terms of itself,In any programming language method calling itself until certain condition is call Recursive method, so we are familiar with recursion now,and we will further dive on type of recursive function Stack recursion call So Stack is data structure
Apache Spark Data Frame:Basic Data manipulation using scala Overview of this tutorial * Replace the data with new value in Data Frame * Filter the row values with basic conditions in Data Frame * Type Casting the Column Value in Data Frame To start Apache spark and read data from csv follow this post Replace the data with new value in
Introduction to Apache Spark in scala What is Apache Spark ? Apache Spark is all referred as big data processing tool  or framework developed under Apache. Spark has various inbuilt tool like SparkSQL, Spark Streaming,Spark Mllib,GraphX to handle the big data work. Overview of things covered in this Tutorial * Adding dependency to scala project * Starting
Scala tutorials: How write a Singleton Class in scala and java As we know singleton is class is widely and commonly used design pattern.This class provides single instance of the class at any given point of time,throughout the JVM instance Usually in java we create singleton class by writing a private constructor, and declaring static variable named instance and
JAVA TIP: Removing time and offset for date comparison on Date Object This program helps to remove time append with date object. in certain scenarios we might have stored complete iso string or an timestamp which has time recorded. when we try to compare date using java equals function i.e someDate.equals(withsomeDate) we often end up in mess, so while
Install Scala And Scala Build Tools IN UBUNTU-18.04LTS How to - install scala,and sbt(scala build tool) on ubuntu 18.04 lts & ubuntu 16.04 lts, and start a hello world project in sbt and shell
Amazon Cognito With java Impl : Basic Tutorial What is Amazon Cognito ? Amazon Cognito is fully managed authentication service provider,where application users can sign in / signUp through social identity providers such as Google, Facebook, and Amazon, and through enterprise identity providers such as Microsoft Active Directory As Micorservice based Application are highly used, where we can use