Skip to content

UnderstandingBigData

  • Blog
  • Spark Tutorial
    • Spark Dataframe
      • SPARK DATAFRAME SELECT
      • SPARK FILTER FUNCTION
      • SPARK distinct and dropDuplicates
      • SPARK DATAFRAME Union AND UnionAll
      • Spark Dataframe withColumn
      • Spark Dataframe drop rows with NULL values
      • Spark Dataframe Actions
    • Spark Performance
      • Spark Lazy Evaluation
  • HDFS Tutorial
    • HDFS Replication Factor
    • HDFS Data Blocks and Block Size
  • Hive Tutorial
    • HIVE DATA TYPES
    • Hive Table Creation
    • HIVE ALTER TABLE
    • Hive Table Partition
    • Hive Split a row into multiple rows
    • HIVE SHOW PARTITIONS
  • Scala Tutorial For Spark
    • Scala Programming Features
      • What is Functional Programming
      • SCALA TYPE INFERENCE
      • Scala Mutability vs Immutability
      • Scala Lazy Evaluation
      • Scala String Interpolation
      • Scala Pattern Matching
      • SCALA CLASS
      • SCALA SINGLETON AND COMPANION OBJECT
      • SCALA CASE CLASS
    • Scala Functional Programming
      • SCALA FUNCTIONS

Category: Scala Programming Features

SCALA CASE CLASS

In Previous chapter we learned about SCALA SINGLETON AND COMPANION OBJECT and today lets check out SCALA CASE CLASS. A Case Class is just like a regular […]

Scala Programming Features, Scala Tutorial For Spark

SCALA SINGLETON AND COMPANION OBJECT

In Previous chapter we learned about SCALA CLASS and today lets check out SCALA SINGLETON AND COMPANION OBJECT. From previous chapter we now know how to create […]

Scala Programming Features, Scala Tutorial For Spark

Scala Pattern Matching

In Previous chapter we learned about SCALA STRING INTERPOLATION and today lets check out SCALA PATTERN MATCHING. In SCALA Pattern Matching you would match a pattern […]

Scala Programming Features, Scala Tutorial For Spark

Scala String Interpolation

In Previous chapter we learned about SCALA LAZY EVALUATION and today lets check out SCALA STRING INTERPOLATION. String Interpolation is a process of creating String from Data. […]

Scala Programming Features, Scala Tutorial For Spark

Scala Lazy Evaluation

In Previous chapter we learned about SCALA MUTABILITY VS IMMUTABILITY and today lets check out SCALA LAZY EVALUATION. WHAT IS LAZY EVALUATION IN SCALA In Scala Lazy […]

Scala Programming Features, Scala Tutorial For Spark

Scala Mutability vs Immutability

In the previous chapter we learned about SCALA TYPE INFERENCE and today lets check out SCALA MUTABILITY VS IMMUTABILITY. Mutability means you can change the […]

Scala Programming Features, Scala Tutorial For Spark

SCALA TYPE INFERENCE

In Previous chapter we learned about Functional Programming and today lets check out SCALA TYPE INFERENCE. In Scala you do not have to assign datatype […]

Scala Programming Features, Scala Tutorial For Spark

What is Functional Programming

Functional Programming is a way of writing computer programs in the same manner as mathematical functions. They are categorized into two groups1.Pure Function2.Impure Function Pure […]

Scala Programming Features, Scala Tutorial For Spark

Category

  • HDFS Tutorial
  • Hive Tutorial
  • Scala Tutorial For Spark
    • Scala Functional Programming
    • Scala Programming Features
  • Spark Tutorial
    • Spark Dataframe
    • Spark Performance
    • SparkSQL

Copyright © 2019 | All Rights Reserved

Shark Magazine by Shark Themes