Category: article

Docker : Cannot autolaunch D-Bus without X11 $DISPLAY – How to resolve

Here we are trying to have create a docker image for Airflow [airflow:2.3.1-python3.8 ]  Dockerfile has the following FROM apache/airflow:2.3.1-python3.8…

Continue Reading Docker : Cannot autolaunch D-Bus without X11 $DISPLAY – How to resolve
Snowflake

Snowflake : Redshift ST_DISTANCESPHERE, what is there in Snowflake

Snowflake does not have a direct equivalent to the ST_DISTANCESPHERE function. However, you can use the Haversine formula to calculate…

Continue Reading Snowflake : Redshift ST_DISTANCESPHERE, what is there in Snowflake

Docker : How to delete a Docker image

  First, list all the Docker images on your system to find the image you want to delete. Run the…

Continue Reading Docker : How to delete a Docker image
Hive @ Freshers.in

Hive : Different types of file formats supported by Hive

Apache Hive supports a variety of file formats to store and process data. These file formats can be categorized into…

Continue Reading Hive : Different types of file formats supported by Hive