How to Find Compute Details information
To View compute information in the Apache Spark UI You can view detailed information about Spark jobs by selecting the Spark UI tab on the compute details page. If you restart a…
To View compute information in the Apache Spark UI You can view detailed information about Spark jobs by selecting the Spark UI tab on the compute details page. If you restart a…
View compute To view your compute, click Compute in the workspace sidebar. Pin a compute Edit a compute You can edit a compute’s configuration from the compute details UI. Clone a…
Azure Databricks Cluster A cluster is a group of machines called “nodes” that work together to process your data and queries efficiently. A set of computation resources and configuration on…
Init scripts in Databricks are scripts that run during the startup of a cluster or when a new node is added to an existing cluster. These scripts are used to…
Azure Databricks Architecture How Azure Databricks Architecture works? Mohammad Gufran Jahangir
Workspace Below is workspace interface For any support from Databrick End. Workspace assets in Azure Databricks Workspace Assets Working with Workspace Objects in Azure Databricks Folders Special Folders Create and…
Mohammad Gufran Jahangir
Introduction to Azure Databricks There may be various applications such as business apps and custom apps, each containing different types of data. This data, often in an unstructured format (such…
Step 1.Login to ubuntu machine Step 2. Download ubuntu Xampp file run this command in /opt wget https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/8.2.4/xampp-linux-x64-8.2.4-0-installer.run Grant permission to File Install file check the status if Xampp is running…
Generating an SSH key pair in Ubuntu is a straightforward process that can greatly enhance the security of your connections to remote servers. Here’s how to do it step-by-step: Open…
To use scp (secure copy) to transfer files from your laptop to an Ubuntu machine (or vice versa) over SSH, follow these steps: For example, to copy a file named…
After composer installation , please follow below steps: Open your shell configuration file: Open the shell configuration file (~/.bashrc, ~/.bash_profile, or ~/.profile) in a text editor. For example: add the…
To set an environment variable for installing PHP via XAMPP on Ubuntu, you typically don’t need to set specific environment variables for XAMPP itself. However, you might want to adjust…
To upload an SQL file to your database using phpMyAdmin in XAMPP, you would typically use the phpMyAdmin web interface rather than a command-line interface. However, if you prefer to…
To increase the timeout and import size in phpMyAdmin on XAMPP for Ubuntu, you’ll need to adjust several configuration settings related to PHP and phpMyAdmin itself. Here’s how to do…
If you running COMPOSER UPDATE in ubuntu and if it failed due to below error :php.x.x-gd and php.x.x-sodium extension missing To install and enable the PHP 8.2 Sodium (php8.2-sodium) and…
Problem: Getting TimeoutError: [Errno 110] Connection timed out on running- ‘sudo add-apt-repository ppa:ondrej/php’ in ubuntu Error Code Solution: Run below command to fix above issue Running the following to disable…
To install a specific version of Composer, such as Composer 2.7.4, on Ubuntu via the command line, you’ll first need to ensure that Composer is either updated to or installed…