Tag: Big Data

Google Big Query @ Freshers.in

Explain the architecture of BigQuery and how it processes ?

BigQuery is a fully managed, cloud-based data warehousing service provided by Google. It is built on top of the Google…

Continue Reading Explain the architecture of BigQuery and how it processes ?
Google Big Query @ Freshers.in

How to create and delete a BigQuery dataset and table?

Creating a BigQuery dataset and table: Go to the BigQuery web UI in the Cloud Console. Click the project drop-down…

Continue Reading How to create and delete a BigQuery dataset and table?
GCP @ Freshers.in

How to start a serverless spark from GCP

To start a serverless Spark job on Google Cloud Platform (GCP), you can use the Cloud Dataproc service. Cloud Dataproc…

Continue Reading How to start a serverless spark from GCP
Snowflake

What are the advantages of using snowflake over redshift ?

There are a few advantages to using Snowflake over Redshift: Scalability: Snowflake is designed to scale up and down easily,…

Continue Reading What are the advantages of using snowflake over redshift ?
PySpark @ Freshers.in

PySpark : How to read date datatype from CSV ?

We specify schema = true when a CSV file is being read. Spark determines the data type of a column…

Continue Reading PySpark : How to read date datatype from CSV ?