Month: August 2021

PySpark @ Freshers.in

PySpark – groupby with aggregation (count, sum, mean, min, max)

pyspark.sql.DataFrame.groupBy PySpark groupby functions groups the DataFrame using the specified columns to run aggregation ( count,sum,mean, min, max) on them….

Continue Reading PySpark – groupby with aggregation (count, sum, mean, min, max)
Amazon CloudFront @ Freshers.in

Amazon CloudFront quick reference and cheat sheet

1. CloudFront gives developers an easy and cost-effective way to distribute content with low latency and high data transfer speeds….

Continue Reading Amazon CloudFront quick reference and cheat sheet
Amazon Aurora @ Freshers.in

Amazon Aurora quick reference and cheat sheet.

1. Aurora is an AWS proprietary database. 2. Aurora is a fully managed service. 3. Aurora have High performance and…

Continue Reading Amazon Aurora quick reference and cheat sheet.
AWS Athena @ Freshers.in

Amazon Athena quick reference and cheat sheet

1. Amazon Athena is an interactive query service to analyze data in Amazon S3 using standard SQL. 2. Athena is…

Continue Reading Amazon Athena quick reference and cheat sheet
python @ Freshers.in

Python throwing as NameError: name ‘__file__’ is not defined – Solution

On Executing  os.path.dirname(os.path.realpath(__file__)) in python interactive shell, you will get the error NameError: name ‘__file__’ is not defined. This is…

Continue Reading Python throwing as NameError: name ‘__file__’ is not defined – Solution
amazon_api_gateway @ Freshers.in

Amazon API Gateway quick reference and cheat sheet

1. Amazon API Gateway is an AWS service for creating, publishing, maintaining, monitoring, and securing REST, HTTP, and WebSocket APIs…

Continue Reading Amazon API Gateway quick reference and cheat sheet
Hive @ Freshers.in

How to drop multiple partition in Hive by giving condition.

Hive Partitions is a good and easy way to organizes Hive tables into partitions by dividing tables into different parts…

Continue Reading How to drop multiple partition in Hive by giving condition.