Skip to content
Latest Posts:
Creating test data using Python
How to replace multiple strings with their corresponding replacement strings in Scala
How to make the first character uppercase of each word of a List in Scala

Clear ur Doubt

  • Home
  • Technologies
    • Scala
    • Java
    • Hadoop
    • Apache Spark
    • C
  • Tips & Tricks
    • Unix
    • Java 8
  • Projects
    • Python
      • Simple ETL Pipeline
  • Home
  • 2018
  • July

Month: July 2018

Jul 31

Impala Compute Stats

Sai Gowtham BadvityLeave a commentCompute Stats, Hadoop, ImpalaApache Impala, Big Data, Compute Stats, hadoop

Cloudera Impala provides an interface for executing SQL queries on data(Big Data) stored in HDFS or HBase in a fast and interactive way. Impala improves the performance of an SQL query by applying various optimization techniques. “Compute Stats” is one Read more

Jul 26

How to update the last modified timestamp of a file in HDFS?

Sai Gowtham BadvityLeave a commenthadoop jar, HDFS, Javahadoop, hadoop jar, HDFS, Java

Sometimes, we come across a situation where we may need to update the last modified time of a file in HDFS. We can achieve it using Hadoop FileSystem API in Java. Step 1: Create a simple maven project in Eclipse. Read more

Jul 22

“Hello World..!” program in Java

Sai Gowtham BadvityLeave a commentJavafirst program, Hello World, Java

“Hello World..!” – Probably the first message that any developer tries to print on the console, while learning a new programming language. Let’s write a basic Java program to print “Hello World..!” message on the console and go through each Read more

Jul 21

Basic UNIX Commands

Sai Gowtham BadvityLeave a commentUNIXBasic commands, UNIX

Below are the basic UNIX commands that we use, while working in UNIX environment. UNIX commands are case sensitive.   Listing of Files “ls” command Usage: ls [<options>] [<input_path>] ls <input-path-of-file-or-directory> Lists all the file names in a given directory Read more

Recent Posts

  • Creating test data using Python
  • How to replace multiple strings with their corresponding replacement strings in Scala
  • How to make the first character uppercase of each word of a List in Scala

Recent Comments

  • Sai Gowtham Badvity on Calculator program in Scala
  • Sai Aditya on Calculator program in Scala
  • pragadeeshwaran on How to add a new column and update its value based on the other column in the Dataframe in Spark
July 2018
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
293031  
    Aug »
Copyright © All rights reserved.
University Hub by WEN Themes
Scroll Up