MKD Mixture
MKD Mixture
  • 183
  • 691 599

Відео

LeetCode SQL50: 1757. Recyclable and Low Fat Products
Переглядів 343 місяці тому
Leetcode SQL50; 1757. Recyclable and Low Fat Products #leetcode #leetcodesolutions
LeetCode SQL50- 584. Find Customer Referee
Переглядів 233 місяці тому
Leetcode SQL50- 584. Find Customer Referee #leetcode #leetcodesolutions
LeetCode SQL50 -1148. Article Views I
Переглядів 343 місяці тому
Leetcode SQL50 -1148. Article Views I #leetcode #leetcodesolutions
Leetcode SQL50- 1683. Invalid Tweets
Переглядів 273 місяці тому
Leetcode SQL50- Invalid Tweets 1683. Invalid Tweets #leetcode #leetcodesolutions
LeetCodeSQL50- 1378. Replace Employee ID With The Unique Identifier
Переглядів 763 місяці тому
LeetcodeSQL50- Replace Employee ID With The Unique Identifier select EmployeeUNI.unique_id,Employees.name from Employees left join EmployeeUNI on Employees.id=EmployeeUNI.id; #leetcode #leetcodesolutions
LeetCodeSQl50- 1068. Product Sales Analysis I
Переглядів 323 місяці тому
LeetCodeSQl50- Product Sales Analysis I select Product.product_name,Sales.year,Sales.price from Sales inner join Product on Product.product_id=Sales.product_id; #leetcode #leetcodesolutions
LeetCode SQL50: 1581. Customer Who Visited but Did Not Make Any Transactions
Переглядів 863 місяці тому
LeetCode SQL50: customer who visited but did not make any transactions Customer Who Visited but Did Not Make Any Transactions SELECT customer_id, COUNT(*) AS count_no_trans FROM Visits WHERE visit_id NOT IN (SELECT visit_id FROM Transactions) GROUP BY customer_id; or SELECT customer_id, COUNT(*) AS count_no_trans FROM Visits WHERE visit_id NOT IN (SELECT visit_id FROM Transactions) GROUP BY cus...
How to create a SQL table in Databricks from a CSV file| Reading Loading CSV files in DataBricks
Переглядів 3683 місяці тому
H Hi All, Here I am going to show ow to create a SQL table in Databricks from a CSV file| Reading Loading CSV files in DataBricks Queries- How to upload CSV file in Databricks File System databricks spark tutorial databricks tutorial databricks azure databricks notebook tutorial databricks delta lake databricks azure tutorial, Databricks Tutorial for beginners, azure Databricks tutorial databri...
How to create SHELL SCRIPT for gzip and delete older backup or log files | Archive Older Log Files
Переглядів 1205 місяців тому
How to create SHELL SCRIPT for gzip and delete older backup or log files Shell Scripting Project -2 | Archive Older Log Files | shell scripting projects Shell Scripting project infinite loop shell script linux shell script project shell script project ideas bash scripting project project shell scripting #shellscript
How To Install PostgreSQL on Ubuntu 22.04 LTS |How to install pgadmin in ubuntu 22.04
Переглядів 1505 місяців тому
Hi All, Here is the step " How To Install PostgreSQL on Ubuntu 22.04 LTS | " sudo apt update sudo apt install postgresql postgresql-client sudo systemctl status postgresql sudo systemctl status postgresql sudo -i -u postgres psql Learning Database Clauses #pgAdmin 4 #Ubuntu pgAdmin How to Install,PostgreSQL 11 How to Install PostgreSQL pgAdmin 4 on Ubuntu PostgreSQL u0026 pgAdmin 4 PostgreSQL a...
Failed to download metadata for repository 'pgdg-common' on CentOS 7| Bad GPG signature|Fixed|Docker
Переглядів 4115 місяців тому
Hi all, I was trying to install Docker in Redhat 9, then I got below error. However I fixed it. Error- Failed to download metadata for repository 'pgdg-common' on CentOS 7 Error: Failed to download metadata for repo 'pgdg-common': repomd.xml GPG signature verification error: Bad GPG signature sudo dnf config-manager add-repo=download.docker.com/linux/centos/docker-ce.repo sudo dnf install docke...
Azure Virtual Machine Tutorial | Creating A Virtual Machine In Azure |ssh form Macbook| Free VM
Переглядів 1835 місяців тому
Azure Virtual Machine Tutorial | Creating A Virtual Machine In Azure |ssh form Macbook| Free VM How to Create a Virtual Machine in Azure Portal Free - Step by Step
Basic Shell Scripting Example :Daily Health Checking of any machine : CPU, Memory and Dish Usage
Переглядів 745 місяців тому
Besic Shell Scripting Example :Daily Health Checking of any machine : CPU, Memory and Dish Usage- If you want to generate a report for a particular machine or a branch of machine you can do it using shell scripting. Its just an example. Even you can sent this report to email also . But for that MAILX need to be installed in your machine.
User is not in the sudoers file. this incident will be reported
Переглядів 4615 місяців тому
user is not in the sudoers file. this incident will be reported user is not in the sudoers file ubuntu is not in the sudoers file vboxuser is not in the sudoers file virtualbox how to add user to sudoers file How to Add User to Sudoers or Sudo Group on Ubuntu Ubuntu, kbuntu, debian, RedHat, Fedora, CentOS Linux Mint, OpenSUSE, Manjaro, Elementary, Zorin, Arch, Mageia, Deepin, BlackArch, Pepperm...
How to Mirror Macbook to Samsung Smart TV || Screen Mirror Macbook To TV Wirelessly
Переглядів 6 тис.11 місяців тому
How to Mirror Macbook to Samsung Smart TV || Screen Mirror Macbook To TV Wirelessly
Screen Mirroring between android (Realme) and SamSung TV
Переглядів 1,8 тис.11 місяців тому
Screen Mirroring between android (Realme) and SamSung TV
Databricks | Pyspark: Read CSV File -How to upload CSV file in Databricks File System
Переглядів 10 тис.Рік тому
Databricks | Pyspark: Read CSV File -How to upload CSV file in Databricks File System
How to create a NoteBook and attach a Cluseter to it in DataBricks
Переглядів 198Рік тому
How to create a NoteBook and attach a Cluseter to it in DataBricks
Basic Overview of Databricks Community Edition Account
Переглядів 173Рік тому
Basic Overview of Databricks Community Edition Account
How to Create Databricks Community Edition Account Freely
Переглядів 897Рік тому
How to Create Databricks Community Edition Account Freely
Cassanda Conection error Fixed!Unable to connect to any servers! cqlsh failed ! 127.0.0.1:9042
Переглядів 1,4 тис.Рік тому
Cassanda Conection error Fixed!Unable to connect to any servers! cqlsh failed ! 127.0.0.1:9042
Connect REMOTE MySQL Server on VirtualBox or UTM to Workbench !! how to configure mysql workbench
Переглядів 3 тис.Рік тому
Connect REMOTE MySQL Server on VirtualBox or UTM to Workbench !! how to configure mysql workbench
How to load data from local file system to MySQL using Load Data infile without NULL values
Переглядів 86Рік тому
How to load data from local file system to MySQL using Load Data infile without NULL values
Write a SQL Query to get the names of employees whose date of birth is between 01:01:1990 to 31:12:2
Переглядів 97Рік тому
Write a SQL Query to get the names of employees whose date of birth is between 01:01:1990 to 31:12:2
Write a query to find out the list of employees having same name and address.!Tricky MySQL Questions
Переглядів 88Рік тому
Write a query to find out the list of employees having same name and address.!Tricky MySQL Questions
Write a query to modify Duplicate ROW from a table !! Tricky MySQL Questions
Переглядів 42Рік тому
Write a query to modify Duplicate ROW from a table !! Tricky MySQL Questions
How to insert a new row in MYSQL table in a deleted position in !!Tricky SQL Questions
Переглядів 31Рік тому
How to insert a new row in MYSQL table in a deleted position in !!Tricky SQL Questions
Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Переглядів 7 тис.Рік тому
Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
Write SQL query to get the second highest salary among all employees||Tricky SQL Questions
Переглядів 60Рік тому
Write SQL query to get the second highest salary among all employees||Tricky SQL Questions

КОМЕНТАРІ

  • @tarunabajaj6183
    @tarunabajaj6183 3 дні тому

    doesn't work for me

  • @rehansagar1150
    @rehansagar1150 16 днів тому

    Sir I have Mac M1 so could I able to install this?

  • @PrabhatSingh-tf6km
    @PrabhatSingh-tf6km 16 днів тому

    whats with the background music sir? It is very distracting

  • @PrabhatSingh-tf6km
    @PrabhatSingh-tf6km 18 днів тому

    nicely explained sir i love your videos

  • @rushikesh9541
    @rushikesh9541 19 днів тому

    Thanks

  • @tylervision707maul
    @tylervision707maul 27 днів тому

    nope...nothing

  • @Snowman-e4h
    @Snowman-e4h Місяць тому

    MKD Mixture, thanks for this video, this helped me a lot. Thanks! :D

  • @eletro6499
    @eletro6499 Місяць тому

    sir you leaked your number 💀💀

  • @Mahajanpurvi
    @Mahajanpurvi Місяць тому

    I can see very small screen how to make it big

    • @MKDMixture
      @MKDMixture Місяць тому

      There is view option where you can make it large

  • @aminullahyousufi8142
    @aminullahyousufi8142 Місяць тому

    Can you tell us how to copy file from windows to HDFS?

  • @MandakiniRout-m1y
    @MandakiniRout-m1y Місяць тому

    Really helpful Video

  • @AbdulRahim-ud1nl
    @AbdulRahim-ud1nl Місяць тому

    after some time the screen is black. what to do next?

    • @MKDMixture
      @MKDMixture Місяць тому

      It will be normal after sometime

  • @souvik33and37
    @souvik33and37 Місяць тому

    that 'changeme' password is of great help

  • @charlesrodgers4196
    @charlesrodgers4196 Місяць тому

    Excellent, clear instructions

  • @user-sf7xi7zw6f
    @user-sf7xi7zw6f Місяць тому

    i am getting this error while creating table "Error occurred when processing file tips1.csv: [object Object]"

    • @rafisonu1033
      @rafisonu1033 Місяць тому

      same error did you resolve?

    • @user-sf7xi7zw6f
      @user-sf7xi7zw6f Місяць тому

      @@rafisonu1033 no

    • @VikashKumar-jx4qx
      @VikashKumar-jx4qx Місяць тому

      ​@rafisonu1033 yes, I am able to upload all kind of files. I don't know here it's got resolved. What I have done is .. When I got this error then I thought of creating table with sql and inserted data into table. Then created notebook and cluster. Next day again I uploaded csv file. Then I got uploaded. I hope you can understand me 😅

  • @user-xe2ul3cy3k
    @user-xe2ul3cy3k Місяць тому

    Thank you a lot :) It was so helpful.

  • @almahak2174
    @almahak2174 Місяць тому

    Enabling NAT for forwarding will cause an issue in this case? Can i ssh while enabling the NAT on my vm ?

  • @razorraysolarsavings70
    @razorraysolarsavings70 Місяць тому

    You suck at explaining this.

  • @rohitkodakalla3535
    @rohitkodakalla3535 Місяць тому

    Thanks for helping out

  • @PrabhaT-u4p
    @PrabhaT-u4p Місяць тому

    it worked, thank you so much

  • @assouibenjellal
    @assouibenjellal 2 місяці тому

    what should we do if we want to use kafka on the vm

  • @rajanchaudhari08
    @rajanchaudhari08 2 місяці тому

    Is it possible to install RedHat 8.1.0 on MacBook Pro M3 using UTM? While installing the operating system, terminal is getting crashed.

  • @user-lh2yl6uu1b
    @user-lh2yl6uu1b 2 місяці тому

    I was confused for about 3 hours ; finally this video saved my mind , thank you .

  • @YoussoufDumas
    @YoussoufDumas 2 місяці тому

    thank you very mus sir

  • @NicolasLopez-yo3ki
    @NicolasLopez-yo3ki 2 місяці тому

    hi I just downloaded Mac OS 9 to UTM. but I would like to open a program called Tesselmania (the reason why I am using Mac os9) this program comes in ' .img ' format. how can I load it into Mac OS 9 on UTM?

  • @spiritualmusic9460
    @spiritualmusic9460 2 місяці тому

    Thank you very much. It's worked and saved my time. 🙏

  • @ajitkadam1735
    @ajitkadam1735 2 місяці тому

    I get the Error the configuration is broken and connect to a graphic device what’s the reason ?

  • @pallavray1664
    @pallavray1664 2 місяці тому

    is it alakesh

  • @kaulquappensocken
    @kaulquappensocken 2 місяці тому

    Thanks for the tutorial.

  • @trikal2422
    @trikal2422 2 місяці тому

    ssh command not working in mac terminal

  • @trikal2422
    @trikal2422 2 місяці тому

    skip iso boot not showing

  • @emslvs1133
    @emslvs1133 2 місяці тому

    I don't have finder at the top of my screen. What do I do?

  • @lyndonbillings4622
    @lyndonbillings4622 2 місяці тому

    its not working.. Zzz..

  • @moviezpoint935
    @moviezpoint935 2 місяці тому

    I still receive authentication failure after this command su root, how to solve this??😢

  • @ansh6047
    @ansh6047 2 місяці тому

    Can you make a video on how to copy from clipboard to UTM form Mac (Example: from safari)

  • @mantukumardeka9336
    @mantukumardeka9336 2 місяці тому

    #!/bin/bash # Define the slave nodes slave1="user@slave1" slave2="user@slave2" # Function to SSH into a node and login as root function ssh_and_login_as_root { ssh -t $1 "sudo su -" } # SSH to each slave node and login as root ssh_and_login_as_root $slave1 ssh_and_login_as_root $slave2

  • @najahroper8048
    @najahroper8048 2 місяці тому

    thank you!!

  • @DeangeloMeaner
    @DeangeloMeaner 3 місяці тому

    I was uploading a video when my pc turned off is that a problem because since it turned off it’s been stuck in processing and I don’t have the video anymore so it uploading is the last shot I have of keeping the video

  • @rutuja2000
    @rutuja2000 3 місяці тому

    Thanks

  • @yerramsettijaswanthi6993
    @yerramsettijaswanthi6993 3 місяці тому

    Hello sir can u explain this from hadoop 1. Create a directory in your cluster 2. Create three text files and upload them to the newly created directory in the Hadoop cluster 3. Download one of these text files to your local directory from the cluster 1. Find out the count of each word in the ‘Shakespeare.txt’ dataset in the ‘Shakespeare.rar’ 2. Find out the count of each word using two reducers only 3. Find out the most commonly used words (Words with the count over 100 are considered common)

  • @mitchellmayo4351
    @mitchellmayo4351 3 місяці тому

    P r o m o S M

  • @xiagoz
    @xiagoz 3 місяці тому

    Thanks man

  • @jamesharden1495
    @jamesharden1495 4 місяці тому

    It doesn’t work , nothing happens when I type that in

  • @rakshit7705
    @rakshit7705 4 місяці тому

    Thanks dude, I've been struggling for a lot of time but you just saved me!

  • @bertaldihno1
    @bertaldihno1 4 місяці тому

    Thanks for the help

  • @manugrk
    @manugrk 4 місяці тому

    Thank you so much!

  • @Mr.Akash.Radiology
    @Mr.Akash.Radiology 4 місяці тому

    Thank you so much, this helpful me ❤

  • @veauxcal
    @veauxcal 4 місяці тому

    it worked, thanks

  • @noelledey6737
    @noelledey6737 4 місяці тому

    Thank you so much! It worked! Fixed in less than 2 hours!

  • @GodHause763
    @GodHause763 4 місяці тому

    you saved me