Let's Code with Kundan Kumar
Let's Code with Kundan Kumar
  • 46
  • 54 747
Easy Hive Installation Guidelines: Step-by-Step Tutorial for Hadoop on Windows 10/11 | Kundan Kumar|
In this video, I will guide on installing Apache Hive for Hadoop 3.2.4! and we'll walk you through each step to set up Hive, including prerequisites, configuring Apache Derby, setting environmental variables, and more.
Download Essential Files:
1) Apache hive installation Guidelines on windows: drive.google.com/file/d/183F6qzTrbfeKedFCd_m9x4nkj0KhZw_5/view?usp=sharing
2) To download derby : db.apache.org/derby/derby_downloads.html
3) To download HIVE : archive.apache.org/dist/hive/hive-3.1.2/
4) 2) To download hive-site.xml files: drive.google.com/file/d/1_h8dN46KK8zZf9yf2M2DBUfPR_IZl33T/view?usp=sharing
5) To download wget : eternallybored.org/misc/wget/
6) To Download Windows Version of Hive Bin folder command: wget -r -np -nH --cut-dirs=3 -R index.html svn.apache.org/repos/asf/hive/trunk/bin/
Please you do subscribe my channel.
Thank you for watching this video.
zhlédnutí: 425

Video

Essential Hadoop HDFS Commands Well Explained | Kundan Kumar | #hadoop #hdfs #commands
zhlédnutí 253Před 21 dnem
In this video, we delve into the fundamental commands of Hadoop's HDFS (Hadoop Distributed File System) to help you manage and interact with your data efficiently. Whether you're a beginner or looking to sharpen your skills, this tutorial will guide you through the most important HDFS commands you'll need to know. What You'll Learn: 1. Introduction to HDFS Commands: Understand the basics of HDF...
Data Analysis and Visualization using Python & Matplotlib/Seaborn | Well Explained | Kundan Kumar |
zhlédnutí 492Před 2 měsíci
In this video, we delve into the world of student performance analysis using Python and Matplotlib/Seaborn. From a little data cleaning to uncovering valuable insights, we cover various analytical techniques to understand student performance better. Here's what you'll find: 1 ) Descriptive Statistics Analysis: We start by cleaning the data and then dive into descriptive statistics to understand...
How to Connect Django with AWS RDS MySQL Database? Step by Step Guide| Kundan Kumar| #awsrds #django
zhlédnutí 272Před 2 měsíci
In this tutorial, I'll walk you through the process of connecting Django to an Amazon RDS MySQL database step by step. You'll learn how to set up your RDS instance, configure Django settings, and troubleshoot common issues along the way. By the end of this video, you'll have a fully functional Django application running on AWS RDS. 1) Visit to Create an AWS RDS Instance: www.awa.amazon.com 2) p...
How to manage static files in Django Projects? | Kundan Kumar |
zhlédnutí 112Před 2 měsíci
In this video tutorial, we will learn how to manage static files in Django. Whether you're a beginner or an experienced developer, understanding how to efficiently handle CSS, images, JavaScript, and other static assets is crucial for building robust web applications.
Mastering AJAX in Django: Building Dynamic Web Applications| Kundan Kumar| #ajax #django #DyanmicWeb
zhlédnutí 277Před 3 měsíci
In this tutorial, we'll start by explaining the fundamentals of AJAX and how it integrates with Django, one of the most popular web frameworks for Python. You'll learn how to leverage AJAX to build dynamic features such as live search, form submissions without page refreshes, real-time updates, and more in your Django applications. We'll dive into practical examples, focusing on building a dyna...
Mastering DOM Manipulation in JavaScript: Practical Examples and Best Practices |Kundan Kumar
zhlédnutí 150Před 3 měsíci
In this video tutorial, we'll understand DOM then we'll delve into practical examples and industry best practices to help you wield JavaScript's power to control the Document Object Model effectively. From selecting elements to dynamically updating content, we cover essential techniques to streamline your development process and elevate your skills.
Analyzing & Visualizing Remote Sales Data:#Django, #Pandas, #Chart.js Tutorial | Kundan Kumar
zhlédnutí 327Před 3 měsíci
In this comprehensive tutorial, we delve into the exciting world of data analysis and visualization using Django, Pandas, and Chart.js. With step-by-step guidance, you'll learn how to analyze remote sales data, process it using Pandas, and create stunning visualizations with Chart.js. Throughout the tutorial, we'll cover essential concepts data retrieval using Django, a powerful web framework i...
Passing Model Data to HTML Template in Django | Kundan Kumar | #Django #Model #Data #HTML #Template
zhlédnutí 140Před 3 měsíci
In this tutorial, we'll explore how to efficiently pass model data from Django views to HTML templates. Django's MVT (Model-View-Template) architecture makes it seamless to render dynamic content in your web applications. We'll walk you through the process step by step, covering how to retrieve data from models, pass it to views, and ultimately display it in HTML templates. Whether you're new t...
Installing DB Browser for SQLite | Kundan Kumar | #DB #Browser #SQLite
zhlédnutí 35Před 3 měsíci
In this tutorial, we'll guide you through the straightforward process of installing DB Browser for SQLite, a powerful tool for managing SQLite databases with ease. Whether you're a beginner or an experienced developer, having the right tools can significantly streamline your database management tasks. DB Browser for SQLite offers a user-friendly interface coupled with robust features, making it...
Creating and Integrating Models in Django: A Step-by-Step Guide | Kundan Kumar | #django #model
zhlédnutí 136Před 3 měsíci
In this video, I will walk you through the fundamental concepts of models in Django, covering everything from understanding what a model is to creating one, managing migrations, and seamlessly registering it in the Django admin interface. We'll start by demystifying the concept of models, explaining their significance in Django applications, and illustrating how they represent database tables. ...
Creating an app in Django: Practical Guide
zhlédnutí 141Před 3 měsíci
In this tutorial, We'll walk through the process of creating an app in Django web application from scratch. We'll start by creating an app in existing Django project. I'll show you how to set up URL patterns to map different URLs to view functions, and how to create and link those views to templates for rendering dynamic content. By the end of this video, you'll have a solid understanding of ho...
How to Pass JSON Data From Django View to Template Django | Kundan Kumar | #json #djangotemplates
zhlédnutí 194Před 3 měsíci
In this comprehensive tutorial, you'll learn how to seamlessly integrate JSON data into your Django projects and render it in HTML templates
How to Pass Data to the HTML Template File in Django? | Kundan Kumar | #PassingData#DjangoTemplates
zhlédnutí 182Před 3 měsíci
In this Video, You will learn how to pass data to HTML template files in your Django project using context dictionaries in this tutorial. Properly passing data from Django views to HTML templates is crucial for creating dynamic web pages with personalized content. We'll focus on one method for passing data: using context dictionaries. Understanding this approach will enhance your Django develop...
How to Render HTML Template Files in Django Project? | Kundan Kumar | #render #html #django
zhlédnutí 267Před 3 měsíci
How to Render HTML Template Files in Django Project? | Kundan Kumar | #render #html #django
Creating Django Dynamic URLs [Integer v/s String v/s Slug] | Kundan Kumar #URLs
zhlédnutí 510Před 10 měsíci
Creating Django Dynamic URLs [Integer v/s String v/s Slug] | Kundan Kumar #URLs
Creating URLs and Views in Django: A Comprehensive Guide | Kundan Kumar | #URLs #Views
zhlédnutí 215Před 10 měsíci
Creating URLs and Views in Django: A Comprehensive Guide | Kundan Kumar | #URLs #Views
Launch Your Django Project in Visual Studio Code & Run with Development Server | Kundan Kumar |
zhlédnutí 180Před 10 měsíci
Launch Your Django Project in Visual Studio Code & Run with Development Server | Kundan Kumar |
VS Code for Python and Django Setup Guide | Install and Configure Like a Pro | Kundan Kumar |
zhlédnutí 739Před 10 měsíci
VS Code for Python and Django Setup Guide | Install and Configure Like a Pro | Kundan Kumar |
How to Create Your First Django Project: Build and Run with a Development Server | Kundan Kumar |
zhlédnutí 258Před 10 měsíci
How to Create Your First Django Project: Build and Run with a Development Server | Kundan Kumar |
How to Install Python, Pip, and Django Step-By-Step Guide | Kundan Kumar |#python #pip #django
zhlédnutí 292Před 10 měsíci
How to Install Python, Pip, and Django Step-By-Step Guide | Kundan Kumar |#python #pip #django
Easy Hadoop Installation on Windows 10/11 - Step-by-Step Guide | Kundan Kumar #Hadoop #bigdata
zhlédnutí 14KPřed 10 měsíci
Easy Hadoop Installation on Windows 10/11 - Step-by-Step Guide | Kundan Kumar #Hadoop #bigdata
Building Responsive Webpage with CSS Grid: A Comprehensive Explanation | Kundan Kumar | #CSS #GRID
zhlédnutí 134Před 11 měsíci
Building Responsive Webpage with CSS Grid: A Comprehensive Explanation | Kundan Kumar | #CSS #GRID
Craft an Eye-Catching Personal Portfolio with HTML & CSS | Kundan Kumar | #HTML #CSS
zhlédnutí 345Před rokem
Craft an Eye-Catching Personal Portfolio with HTML & CSS | Kundan Kumar | #HTML #CSS
Episode -1 - Unleashing the Power of Java | Kundan Kumar | #Java #features #JDK #JVM
zhlédnutí 110Před rokem
Episode -1 - Unleashing the Power of Java | Kundan Kumar | #Java #features #JDK #JVM
Episode - 0 - Decoding the Java Series: Revealing the Tutorial Content | Kundan Kumar |#Java #coding
zhlédnutí 204Před rokem
Episode - 0 - Decoding the Java Series: Revealing the Tutorial Content | Kundan Kumar |#Java #coding
What is Bitcoin Ledger? | Bitcoin ledger in Python | Explained | Kundan Kumar | #sha256 # #python
zhlédnutí 358Před rokem
What is Bitcoin Ledger? | Bitcoin ledger in Python | Explained | Kundan Kumar | #sha256 # #python
Python Module and Package | How to create python package? | Kundan Kumar | #python #module #package
zhlédnutí 502Před rokem
Python Module and Package | How to create python package? | Kundan Kumar | #python #module #package
Python function | How to create a function in python?| Kundan Kumar | #python #function
zhlédnutí 576Před rokem
Python function | How to create a function in python?| Kundan Kumar | #python #function
Beautiful Filter/Search Table in HTML, CSS and JavaScript well explained | Kundan Kumar.
zhlédnutí 15KPřed rokem
Beautiful Filter/Search Table in HTML, CSS and JavaScript well explained | Kundan Kumar.

Komentáře

  • @user-wk7kc4xs4g
    @user-wk7kc4xs4g Před 2 dny

    sir, will this tutorial work for hadoop 2.7 ?

    • @kundankumar011
      @kundankumar011 Před 2 dny

      Thank you so much dear for reaching out to clear your doubt on the Hadoop installation. Actually we follow the same steps for Installing any version of Hadoop so far. So this video must help you to configure it. If not let me know what the issues are occurring.

  • @SaiNirmalReddyGavini-k2o

    Awesome after many tutorials I can't do it but now, I made it in One-go, thankyou sirr..

    • @kundankumar011
      @kundankumar011 Před 6 dny

      @@SaiNirmalReddyGavini-k2o I am glad to know that this tutorial was helpful for you as well❤️. Welcome dear. Nirmal Reddy. Hope you do subscribed to my channel

  • @mahran34
    @mahran34 Před 8 dny

    well done, Kumar ... it was so useful.

    • @kundankumar011
      @kundankumar011 Před 8 dny

      Glad to know that this video was helpful to you as well ❤️ Thank you so much for subscribing my channel. 🙌

  • @PhilemonIransubije
    @PhilemonIransubije Před 12 dny

    Hello Sir, nodemanager is shutting immediately when i start hadoop services and it is showing this error: Permissions incorrectly set for dir /tmp/hadoop-phile/nm-local-dir/usercache, should be rwxr-xr-x, actual value = rwxrwxr-x, i tried to set the above permissions it needs, but still it is shutting down. also, i am wondering how is the tmp folder related to hadoop services since it is created authomatically when they are started? any hint? thanks :)

    • @kundankumar011
      @kundankumar011 Před 12 dny

      Hello dear. Check the owner of the tmp folder. Who is it? I mean, you are logging into the system using some user and then running Hadoop. Make sure that the owner has all the permissions.

    • @PhilemonIransubije
      @PhilemonIransubije Před 12 dny

      @@kundankumar011 i found that i was using a microsoft account which caused the error.

    • @kundankumar011
      @kundankumar011 Před 12 dny

      @@PhilemonIransubije congratulations 👏

  • @keegster7167
    @keegster7167 Před 14 dny

    perfect, thanks! It works now. For some reason I was getting confused with the documentation

    • @kundankumar011
      @kundankumar011 Před 14 dny

      I am glad to know that it worked for you as well❤️. If you have not yet subscribed to my channel, please you do subscribe 🙏

  • @chris-cd5li
    @chris-cd5li Před 18 dny

    this is a a well explained tutorial i have ever seen thank you for sharing knowledge sir

    • @kundankumar011
      @kundankumar011 Před 18 dny

      Pleasure is mine dear to share the knowledge. Welcome ❤️

  • @pamellamutoniingabire

    Top-notch tutorial.I was able to successfully install HIVE👌Looking forward to other helpful tutorials, Thanks

    • @kundankumar011
      @kundankumar011 Před 18 dny

      Happy to know that this tutorial helped you to install and configure HIVE successfully. Enjoy your learning. Yes soon I will publish a new video on bigdtaa tools 🔥

  • @pamellamutoniingabire

    Great tutorial indeed!This was so helpful.clear and concise. Thanks alot for sharing

    • @kundankumar011
      @kundankumar011 Před 18 dny

      Pleasure to know that this tutorial was so helpful and Thank you so much for saying this is one of the great tutorials dear. ❤️

  • @ishimwejoshua2766
    @ishimwejoshua2766 Před 19 dny

    Thank you for the good tutorial. I am facing this error "Missing hadoop installation: C:\hadoop-3.3.6\hadoop-3.3.6\bin must be set" after running this hive --service schematool --dbType derby -initSchema

    • @kundankumar011
      @kundankumar011 Před 19 dny

      I am glad to know that this tutorial is good❤️. As per error shared. I can see your Hadoop version is 3.3.6. I believe your Hadoop is working fine. But Hive is making an issue. Hive Version we are using is Hive 3.1.2 which is not compatible with the Hadoop 3.3.6 version it seems. For me I have used Hadoop 3.2.4 version which is compatible with Hive3.1.2 . This below link may help you to download Hadoop 3.2.4. otherwise you need to research Compatible Hive version of Hadoop 3.3.6. hope you got me well dear. archive.apache.org/dist/hadoop/common/

    • @kundankumar011
      @kundankumar011 Před 19 dny

      Addition to this, you can find on my channel video Easy Hadoop Installation on windows 10/11 (in this video, I am installing Hadoop 3.2.4 .

    • @ishimwejoshua2766
      @ishimwejoshua2766 Před 18 dny

      @@kundankumar011 I used Hive 4.0.0 which is compatible with hadoop 3.3.6 but still I am facing the same problem

    • @kundankumar011
      @kundankumar011 Před 18 dny

      @@ishimwejoshua2766 dear Joshua. If it's really compatible and Hadoop is well configured the same error should not be promoted. I really wonder.

  • @uweragisele1489
    @uweragisele1489 Před 20 dny

    Thank you for the detailed and helpful video on installing HIVE, Sir! It was incredibly useful and made the installation process much clearer. However, I encountered an issue where some Hadoop processes run successfully (like NodeManager and DataNode), but others do not (like NameNode and ResourceManager). Could this discrepancy be causing issues with creating databases in Hive? If so, what steps would you recommend to ensure all necessary Hadoop processes are running smoothly?

    • @kundankumar011
      @kundankumar011 Před 20 dny

      I am glad to know that this video tutorial is very helpful. Please provide me a few details before I guide you to fix. 1) check Hadoop demons by using jps command then check still namenode and resource manager running? I think it runs once then closes automatically??

    • @uweragisele1489
      @uweragisele1489 Před 20 dny

      @@kundankumar011 datanode is not running but everything else is running as well as hive! The logs indicate an incompatible cluster ID error!

    • @kundankumar011
      @kundankumar011 Před 20 dny

      @@uweragisele1489 try to create ba database on hive. Use hive command "create database Gisele" Then use command "show databses;" just to confirm all is working. Because I am suspecting dear. Datanode is the storage of the hive databases and table based on hive configuration. Let me know after performing the above commands.

    • @uweragisele1489
      @uweragisele1489 Před 20 dny

      @@kundankumar011 All is working, Sir! show databases; create database; use database; create table; show tables; .... all these commands are working

    • @kundankumar011
      @kundankumar011 Před 20 dny

      @@uweragisele1489 cool. Then enjoy. Rest we will see later on

  • @Oracle.mp4
    @Oracle.mp4 Před 20 dny

    Hello sir , when try to run StartNetworkServer -h 0.0.0.0 it displays an error message the command is not recognised as an internal or external command or operable program

    • @kundankumar011
      @kundankumar011 Před 20 dny

      Hi dear. 1) Ensure Apache Derby is installed on your system. If it is not installed, in this video it shown how to download and configure 2) Add Environmental variable DERBY_HOME : C:\derby (This based on my computer and shown in video) 3) Add C:\derby\bin to the Path of Environmnetal variable. This is because the StartNetworkServer script is typically located in the bin directory of the Derby installation. N.B: It's always good practice to re-start all service. After making the change, don't forget to reopen Command prompt as Administrator Hope this will help you.

    • @onem3929
      @onem3929 Před 5 dny

      This worked for me Thanks.

    • @kundankumar011
      @kundankumar011 Před 5 dny

      @@onem3929 Glad to know it worked for you as well ❤️

  • @PhilemonIransubije
    @PhilemonIransubije Před 21 dnem

    Sir, after uploading a file, it is creating 1 replication for it. i changed the hdfs-site to 2, but no change. any help?

    • @kundankumar011
      @kundankumar011 Před 21 dnem

      Okay, dear. Do one thing to confirm this issue. Since you changed the replication factor, if I am not mistaken, it will only affect new data uploads, not the old data already in HDFS. So, just upload some new data to HDFS and see if it shows a replication factor of 2. Let me know if it works dear.

    • @PhilemonIransubije
      @PhilemonIransubije Před 17 dny

      @@kundankumar011 it works for new uploads. thanks :)

  • @archimedeirakoze8789
    @archimedeirakoze8789 Před 21 dnem

    Hello Dr, I have a problem with Hadoop. I got this error: Failed to retrieve data from /webhdfs/v1/?op=LISTSTATUS: Server Error

    • @kundankumar011
      @kundankumar011 Před 21 dnem

      Thank you so much for the comment dear. can you provide more details. I meant what activity cause or prompt this error??

  • @PhilemonIransubije
    @PhilemonIransubije Před 21 dnem

    Hello Sir, i was trying to run this command "hive --service schematool -dbType derby -initSchema" i am encountering this error: SLF4J: Class path contains multiple SLF4J bindings and Exception in thread "main" java.lang.UnsupportedOperationException: 'posix:permissions' not supported as initial attribute

    • @kundankumar011
      @kundankumar011 Před 21 dnem

      Hello dear. this is warning it seems, not an error. if you want to fix this warning you need to navigate to C:\hadoop\share\hadoop\common\lib and remane slf4j-reload4j-1.7.35.jar as slf4j-reload4j-1.7.35.jar.bak (In short we are keeping as a backup)

    • @PhilemonIransubije
      @PhilemonIransubije Před 21 dnem

      @@kundankumar011 Thank you:)

    • @kundankumar011
      @kundankumar011 Před 21 dnem

      @@PhilemonIransubije Welcome❤

    • @EmmaBemmly
      @EmmaBemmly Před 21 dnem

      @@kundankumar011 , Dear Sir , the file seem not to be editable since they are in use. any other procedures ?

    • @kundankumar011
      @kundankumar011 Před 21 dnem

      @@EmmaBemmly Just shutdown/close all the services then open the file to edit thereafter restart the all the required services dear❤️

  • @SweetySima97
    @SweetySima97 Před 22 dny

    This video tutorial is very easy to understand and all steps are well demonstrated. It is very helpful ❤

    • @kundankumar011
      @kundankumar011 Před 22 dny

      I am glad to know that this video is very easy to understand and it was helpful to you ❤️

  • @ishimwejoshua2766
    @ishimwejoshua2766 Před 22 dny

    This is a fabulous tutorial indeed. please keep on giving us informative tutorials.

    • @kundankumar011
      @kundankumar011 Před 22 dny

      I am glad to know that this video tutorial was informative. Thank you dear @Joshua❤

  • @Oracle.mp4
    @Oracle.mp4 Před 22 dny

    Sir, plz upload Hbase installation and table creation

    • @kundankumar011
      @kundankumar011 Před 22 dny

      Yes, dear. I will try to find the time to work on your requested topic: HBase installation and table creation. Thank you so much for the suggestion. ❤ If I’m not mistaken, have you subscribed to my channel? So that you cannot miss the new upload notifications.

  • @PhilemonIransubije
    @PhilemonIransubije Před 24 dny

    I found this difference: -put: Can copy from local file systems or from other compatible file systems (like S3) to HDFS. -copyFromLocal: Specifically designed to copy from the local file system to HDFS also, -put: By default, it will overwrite the destination if the file already exists. -copyFromLocal: Will throw an error if the file already exists at the destination However, "-put" supports more options and flags for advanced use cases

    • @kundankumar011
      @kundankumar011 Před 24 dny

      Cool. Thank you so much for the contribution dear❤️ that's what I need people should contribute in video comment

  • @EmmaBemmly
    @EmmaBemmly Před 26 dny

    The sign before the direction to put or copy to is changing from forward backslash to backward backslash . 😅

    • @kundankumar011
      @kundankumar011 Před 26 dny

      Dear Emmanuel. If I am getting you well. Are you talking about the slash sign. Like hdfs dfs -put C:\example\demo.txt /Kumar/. 1) Source we are reading the data from local machine from windows. So windows style slash 2) Destination - we are uploading to HDFS so another style slash Hope I didn't confuse you dear. Keep learning 🥰

  • @kisivaniAIntelligence

    Hello Sir. Thank you for this video but i am facing this error "Error: Could not find or load main class Dev Caused by: java.lang.ClassNotFoundException: Dev ", when i run the hdfs namenode -format command.. and my computer name is Malaperi Dev. Thank you

    • @kundankumar011
      @kundankumar011 Před 28 dny

      Thank you so much for watching this video. Sorry for the error promoted. I am traveling. Give me a few minutes to settle down myself then help you to fix this error . Hope it's ok with you dear. If you have not yet subscribed to my channel yet. Please do subscribe and encourage me. Soon get back to you ❤️

    • @kundankumar011
      @kundankumar011 Před 28 dny

      Hello dear,There could be many reasons causing this error. I am assuming you have configured all Hadoop files correctly and set up the environment variables. Please try this first: I noticed there is a space in your computer name, "Malaperi Dev." Rename your computer to "MalaperiDev" without any spaces. Make sure there are no spaces in the name. After renaming, restart your computer and check if the error is resolved. if not let me know what is the error again?

    • @kisivaniAIntelligence
      @kisivaniAIntelligence Před 28 dny

      Still Negative, i renamed it from Malaperi Dev to kisvan, but still the same error with that "Dev" infront

    • @kundankumar011
      @kundankumar011 Před 28 dny

      @@kisivaniAIntelligence Ensure the Hadoop and Java installation paths do not contain spaces in them and also Review your Hadoop configuration files (core-site.xml, hdfs-site.xml) for any paths or classpath entries that reference the computer name directly.

    • @kisivaniAIntelligence
      @kisivaniAIntelligence Před 27 dny

      If i run this command >start-all it runs right away, but if and only if i run that namenode -format it will bring me the same error

  • @mayureebawane1938
    @mayureebawane1938 Před měsícem

    Thank you so must. You explain everything in detail which helps me alot.

    • @kundankumar011
      @kundankumar011 Před měsícem

      I'm glad to know that this was very helpful to you❤️ if you have not yet subscribe my channel you do subscribe my channel and encourage me dear. 🙏

  • @user-xs5xw7oh4l
    @user-xs5xw7oh4l Před měsícem

    ur teaching is just so easy to understand ❤

    • @kundankumar011
      @kundankumar011 Před měsícem

      Thank you so much for appreciating that teaching Methodology is easy to understand. ❤️ If you have not yet subscribed my channel please you do subscribe dear to encourage me.

  • @dusabanehonore1010
    @dusabanehonore1010 Před měsícem

    Was so funny video

    • @kundankumar011
      @kundankumar011 Před měsícem

      🥰🥰🥰🥰🥰 yeah it was for the entertainment. Thank you

  • @Oracle.mp4
    @Oracle.mp4 Před měsícem

    I have been trying to install hadoop for a week. Finally it works now. Thankyou so much sir for this video 🥺🩷🩷

    • @kundankumar011
      @kundankumar011 Před měsícem

      I am happy to know that this video was very helpful for you to install Hadoop successfully❤️. Please you subscribe to my channel if not yet and encourage me

    • @kundankumar011
      @kundankumar011 Před měsícem

      Thank you so much for subscribing to my channel 💖💖💖

  • @Dineshtech-xr8id
    @Dineshtech-xr8id Před měsícem

    how to do this when im having the json in a seperate file

    • @kundankumar011
      @kundankumar011 Před měsícem

      Thank you so much for watching this video dear Dinesh❤️. Yes you can read json data from a separate file. Just choose your Django root project or any specific app then create a json file in that. Then in the view, import the Jason package then write the script to read the json data using open function. For example, import json def load_json_data(request): # Define the path to the JSON file json_file_path = 'myapp/data.json' # Open and read the JSON file with open(json_file_path, 'r') as file: data = json.load(file) #now you can use the data as needed. You can pass this data to HTML template file as you shown this video. Hope it's clear to you dear. If you haven't subscribed to my channel yet. Please do subscribe and encourage me.

    • @Dineshtech-xr8id
      @Dineshtech-xr8id Před měsícem

      @@kundankumar011 thanks for the reply sir

    • @kundankumar011
      @kundankumar011 Před měsícem

      @@Dineshtech-xr8id Welcome dear ❤️ and Thank you so much for subscribing my channel

  • @dusabanehonore1010
    @dusabanehonore1010 Před měsícem

    Nice one

  • @kundaichasinda9115
    @kundaichasinda9115 Před měsícem

    Your explanation of data analysis is clear and really helpful. Thanks for making it easy to understand

    • @kundankumar011
      @kundankumar011 Před měsícem

      Glad to know that this video explanation is clear and very helpful to you as well ❤️

  • @jtrickzz6959
    @jtrickzz6959 Před měsícem

    Watched a lot of videos , but yours worked the better . you even delt with the programe files space error, may videos , dont even deal with that .. awsome work

    • @kundankumar011
      @kundankumar011 Před měsícem

      Glad to know that this video was so helpful to you❤️. Thank you for appreciating the video. Please do you subscribe to my channel and encourage me.

  • @AbdullahKhan-pl7py
    @AbdullahKhan-pl7py Před měsícem

    Perfect Ma mann, Keep it up

    • @kundankumar011
      @kundankumar011 Před měsícem

      Thank you so much Abdullah for motivating me ❤️ Hope you didn't forget to subscribe my channel.

    • @AbdullahKhan-pl7py
      @AbdullahKhan-pl7py Před měsícem

      @@kundankumar011 Already done, And I was wondering, When I try to upload a datset into the hdfs, I see an error "Couldn't upload the file jfk_weather_cleaned.csv.". So have you made the next video you mentioned in the end of this video so that I would be better able to get the insights on it.. Regards

    • @kundankumar011
      @kundankumar011 Před měsícem

      @@AbdullahKhan-pl7py Dear Abdullah. You can upload the file to hdfs using the command or the GUI interface. At the end of video at 22:50 minutes, I just showed an interface how to upload files on hdfs. May I know what the error is?

    • @AbdullahKhan-pl7py
      @AbdullahKhan-pl7py Před měsícem

      @@kundankumar011 "Couldn't upload the file Perecipitationhourly.csv." that is the error which is coming whenever I try to upload it, BTW thanks for cooperating, Your reply is highly appreciated man.

    • @kundankumar011
      @kundankumar011 Před měsícem

      @@AbdullahKhan-pl7py Thank you so much for the appreciation. I will look into this and get back to you dear.

  • @dusabanehonore1010
    @dusabanehonore1010 Před 2 měsíci

    Nice 👍 video

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you so much for appreciating this video❤️.

  • @dusabanehonore1010
    @dusabanehonore1010 Před 2 měsíci

    Nice video is very helpful

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Glad to know that this was very helpful.❤️

  • @ipshitasahoo4272
    @ipshitasahoo4272 Před 2 měsíci

    Thank you so much it works

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you so much Sahoo for watching this video and glad to know that it works. Please you subscribe to my channel to encourage me.

  • @dilshanaceemahal7440
    @dilshanaceemahal7440 Před 2 měsíci

    I cant change the destination folder.After status it doesnot shows destination folder .

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you so much for watching my video. I think you are talking about changing the destination folder to install Java? If yes, System must allow you change if still not. No worry you can choose the default destination then use the same destination path location to setup environmental variable dear. Just continue watching the video. Let me if this helped you? And encourage me by subscribing my channel dear❤️

  • @dusabimanamartin5395
    @dusabimanamartin5395 Před 2 měsíci

    Great! The browser database is installed, please upload the video to connect the login form to any database.

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you for keeping up with the videos dear❤️ I'll be uploading a video soon on connecting to a database using a login form in Django. Hope you do subscribed my channel so you don't miss any new upcoming videos.

  • @clutchg3981
    @clutchg3981 Před 2 měsíci

    Thankyou soo much sir i have been trying to install from past 3 days by seeing multiple videos, but failed and successfuly installed in one shot as you have explained 🎉

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      I am glad to hear that this video helped you to install Hadoop in one shot. Hope you do subscribed my channel please. Your subscription motivates me to bring more interesting video

  • @deeptisharma7350
    @deeptisharma7350 Před 2 měsíci

    Sir how automatically John is come in line no 5?

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you for watching the video and engaging with questions dear ❤ It seems you're referring to line 5 in the entry.py file, where we call the constructor with parameters. Feel free to use any name instead of 'John.' or any amount etc. Does that clarify things for you? please you do subscribe my channel and encourage me.

  • @vijaykumar-tv4oo
    @vijaykumar-tv4oo Před 2 měsíci

    Sir can you explain docker file for django to create an image

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Thank you so much Vijay for watching this video and asking me to make video on Dockerfile in Django. Hope you managed to subscribe this channel so that you don't miss notifications on upload of new video on Dockerfile in Django

  • @Aprobertndemezoofficial6655

    Wonderful

  • @ShamMohammdi
    @ShamMohammdi Před 2 měsíci

    Hi dear teacher I am a beginner in programming I am learning Django these days ❤ Your video is helping me 😊

    • @kundankumar011
      @kundankumar011 Před 2 měsíci

      Glad to know my video is very helpful you. It encourage me. More video on the way

  • @rurangwajames1714
    @rurangwajames1714 Před 3 měsíci

    Thanks! Dr Kundan ❤❤❤❤

    • @kundankumar011
      @kundankumar011 Před 3 měsíci

      You are welcome dear Jackson.❤ More interesting video on the way. Hope it will be helpful for you as well.

  • @rurangwajames1714
    @rurangwajames1714 Před 3 měsíci

    Thanks let do mine soon Lecturer❤

  • @sethusuresh9196
    @sethusuresh9196 Před 3 měsíci

    Very helpful video. Works perfectly. It saved me a lot of time. Thanks a lot

    • @kundankumar011
      @kundankumar011 Před 3 měsíci

      Pleasure to know that this video is Very helpful to you. Please you do subscribe my channel and encourage me ❤️

  • @aime6870
    @aime6870 Před 3 měsíci

    The first comment is mine please 😀 please

  • @EvrythingSimple
    @EvrythingSimple Před 3 měsíci

    Thanks You So Mach....Great Video For Install Hadoop...❤❤

    • @kundankumar011
      @kundankumar011 Před 3 měsíci

      @EvrythingSimple Great to Know that this was helpful for you and Thank you so much for appreciating this video. Pleased you do subscribe my channel and encourage me.

  • @mauricioocampo8989
    @mauricioocampo8989 Před 3 měsíci

    Excellent, I followed the steps and it worked very well for me. Thank you so much

    • @kundankumar011
      @kundankumar011 Před 3 měsíci

      Pleasure to know that you followed the steps and worked very fine. ❤️ Please you do encourage me by subscribing my channel dear.

  • @theogenendacyayisenga6976
    @theogenendacyayisenga6976 Před 3 měsíci

    Very nice

    • @kundankumar011
      @kundankumar011 Před 3 měsíci

      Thank you so much dear theogene for appreciating the video. Pleasure ❤️

  • @justinmuzima
    @justinmuzima Před 3 měsíci

    helpful

  • @wafasalah-369
    @wafasalah-369 Před 4 měsíci

    thnk u for this video, it helped me a lot

    • @kundankumar011
      @kundankumar011 Před 4 měsíci

      Dear Salah. It's pleasure to know that this video was very helpful for you ❤️. If you not yet subscribe my channel please you do subscribe and encourage me 🙌

    • @wafasalah-369
      @wafasalah-369 Před 4 měsíci

      @@kundankumar011 I already did 👌

  • @hategekimanajmv5527
    @hategekimanajmv5527 Před 4 měsíci

    Very good

    • @kundankumar011
      @kundankumar011 Před 4 měsíci

      Thank you for appreciating this video❤. If you have not yet subscribed my channel please do subscribe and encourage me.

  • @Ro-ko454
    @Ro-ko454 Před 4 měsíci

    Jps error

    • @kundankumar011
      @kundankumar011 Před 4 měsíci

      Thank you so much for watching this video. There could be many reasons 1) Make sure Java is installed correctly on your system and that the JAVA_HOME environment variable is set properly. 2) Hope Hadoop environment is set up well: If you're running "jps" outside of the Hadoop environment or if Hadoop is not properly configured, it may not recognize the Hadoop processes. etc .

    • @kundankumar011
      @kundankumar011 Před 4 měsíci

      If really this video was helpful please you do subscribe my channel and encourage me ❤️