Innovator
Innovator
  • Видео 28
  • Просмотров 279 210
Setting up Windows machine for PySpark and Apache Sedona in Jupyter-Notebook. | Part-2.
Video demonstration on how to set the environment in Windows machine for the PySpark and Apache Sedona and using the same in Jupyter notebooks.
📺 Part-1: ruclips.net/video/LAlcluGdJAs/видео.html
📒 Folder access for notebook: drive.google.com/drive/folders/1ejRx2jJU4Ld84ZiPFrOZeGZ6euBZoqZI
⏲ Timestamps:
00:00 Sedona jar files
01:10 Brower certificate installation
06:45 ModuleNotFound installations
07:15 1st way recap (Part-1)
08:02 2nd way (efficient)
12:40 Things to be noted
12:50 Shout-out
📘 Resources links:
1. techcommunity.microsoft.com/t5/azure-database-support-blog/pkix-path-building-failed-unable-to-find-valid-certification/ba-p/2591304
2. stackoverflow.com/questions/21076179/pkix-path-building-...
Просмотров: 262

Видео

Setting up Windows machine for PySpark and Apache Sedona in Jupyter-Notebook. | Part-1.
Просмотров 49711 месяцев назад
Video demonstration on how to set the environment in Windows machine for the PySpark and Apache Sedona and using the same in Jupyter notebooks. ⏰ Timestamps: 00:00 Introduction 03:30 Issues resolved 04:28 Useful resources 04:40 Python packages 06:30 Environment variables in notebook 10:20 Hadoop home setup 13:40 Spark session 15:22 Data read/write 15:40 Display configurations with spark 16:35 T...
Flask React Google Login Demo.
Просмотров 510Год назад
📗🚀Github link: github.com/Abhiramborige/Flask-React-Google-Login ✌ Thankyou. Resources and credits in github repo.
Compile MPI and OpenMP programs with VS Code in Windows
Просмотров 37 тыс.2 года назад
This demonstration video is dedicated to explain how we can compile and execute C/C programs in MPI/OpenMP framework with VS Code in Windows Operating system. ✨ This is done with the help of "mingw-w64", "msmpi" installations along with vs code editor. ⌚Timeline: 00:00 Introduction 01:20 Installations 08:30 Configurations 11:50 OpenMP output 12:30 Configurations 15:50 MPI output 🌟MinGW-w64 down...
Please help with this issue, WINDOWS !
Просмотров 992 года назад
My integrated web cam is not working properly although I reset the windows. It is toggling between connecting and disconnecting mode in device manager. Please help !!
NodeJS, MongoDB, Express based Login, Signup, and Bucket data insertion | FuncBox Intern Drive.
Просмотров 663 года назад
PROBLEM STATEMENT: Log in and Sign up page with Authentication Design a backend frontend application using ReactJs, Nodejs, and MongoDB. 📗 📘📒 The web app should contain login and signup functionality once the user logs in he should be able to upload the input text to the unique bucket name entered by the user. 📕 🚀Tech stack used: React, MongoDB, Mongoose, JavaScript, Cookies, Express, VSCode, C...
Login/Logout using Sessions/Cookies and Registration via Servlet Filters. | Part-4.
Просмотров 1,6 тыс.3 года назад
This is a project oriented video ✨, continuation of "Setting up VS Code for Servlet/Web Programming in Java", where I have used VS Code from the start of my project till deploying in Server/Container. 📕📙 This video shows how I developed this project using the principles that have been published in the Part-1 and Part-2 videos in this channel. 📗 Most of the basic concepts of Servlets, JSPs, Mave...
The Hacktoberfest-2020.
Просмотров 1113 года назад
Video just made to express my gratitude towards the hacktoberfest2020 and to thank the sponsors of this yearly event. 😃✌ Thanks to "DHL" Logistic company for their perfect delivery !. All music credits in background of the video goes to my video editing software I use (Microsoft Video editor). 🙌✨ #hacktoberfest #hacktoberfest2020
Login, Register Project using Java (Maven, Tomcat, Servlets, JSP, JDBC, MySQL). | Part-3.
Просмотров 3,2 тыс.3 года назад
This is a project oriented video ✨, continuation of "Setting up VS Code for Servlet/Web Programming in Java", where I have used VS Code from the start of my project till deploying in Server. 📕📙 This video shows how I developed this project using the principles that have been published in the Part-1 and Part-2 videos in this channel. 📗📒 Most of the basic concepts of Servlets, JSPs, Maven, Tomcat...
Setting up VS Code for Servlet/Web programming in Java. | Part-2.
Просмотров 36 тыс.3 года назад
This is Part2 of the whole procedure of setting up the environment for Java servlet programming in VS Code. This includes all the content to be needed for Servlet development along with a small project at the end. The video includes explanation of the basic servlet concepts, creating and maintaining Projects using Apache Maven, deploying it in Apache Tomcat web container. ⌚ Time stamps: 00:00 I...
Setting up VS Code for Servlet/Web programming in Java. | Part-1.
Просмотров 41 тыс.3 года назад
This is Part 1 of the whole procedure of setting up the environment for Java servlet programming in VS Code. This includes all the basic installations and configurations. ⌚ Time stamps: 00:00 Introduction 00:40 Java JDK 00:56 Apache Maven 03:00 Apache Tomcat 05:00 Start server 06:30 Set Path variable 📕 Apache Tomcat: tomcat.apache.org/download-10.cgi 📗 Apache Maven: maven.apache.org/download.cg...
Proof Of Work in Blockchain.
Просмотров 3753 года назад
This is a simple video demonstration on one of the most popular consensus mechanisms being used in our cryptocurrency, Proof Of Work (POW). 🤝 ⌚Time stamps: 00:00 Introduction to Blockchain and Consensus 01:14 Basic understanding 01:55 Proof Of Work 02:15 Properties 05:00 Validation and appending 06:25 Disadvantages 📗 A blockchain is a peer-to-peer distributed ledger technology that securely and...
Firework Animations in CSS and JS. | Dynamic Greetings ..!
Просмотров 2424 года назад
Customize your greetings with available designs and animations, and send it to your dear ones. A simple javascript project which takes input from the sender and renders the output at receiver's side with the help of information present in the URl received by receiver !!! 🎂🎄🎇 My wish to all my viewers: bit.ly/3prphTX 🎄🎉 Time stamps: ⌚ 00:00 Introduction 00:48 The idea and demonstration 02:50 Exp...
Connect MySQL Database with Java (JDBC) in VS Code.
Просмотров 98 тыс.4 года назад
This video explains about how to connect your Java Programs which are meant to connect MySQL Database using JDBC Driver, provided by MySQL Installation (or) through separate driver download, from official MySQL website. 💻🔌 📕 References: 📗 MySQL Community Server Installation: 1. dev.mysql.com/ 2. dev.mysql.com/downloads/ 3.1 dev.mysql.com/downloads/mysql/ 3.1.1 dev.mysql.com/downloads/windows/in...
Execute C,C++ Programs with MinGW-w64 from GCC.
Просмотров 5 тыс.4 года назад
This video tells you how we can compile and run C, C programs with MinGW-w64 Compiler from GCC, created to support the GCC compiler on Windows systems. 💻 📗 GCC website: gcc.gnu.org/ 📙 MinGW-w64 website: mingw-w64.org/doku.php ⌚📕 Timestamps: 00:00 Introduction 00:45 Installation 03:13 Creating sample C program to Test 05:30 Setting Path in Environmental variables 06:15 Testing our Program 07:20 ...
Digital Signature Implementation in Python.
Просмотров 9 тыс.4 года назад
Digital Signature Implementation in Python.
Setting up environment for GUI development with JavaFX in VS Code Editor. [Modified and Efficient]
Просмотров 11 тыс.4 года назад
Setting up environment for GUI development with JavaFX in VS Code Editor. [Modified and Efficient]
Restoring and Non-Restoring Division in Python !!.
Просмотров 2244 года назад
Restoring and Non-Restoring Division in Python !!.
Setting up VS Code for GUI development using JavaFX.
Просмотров 36 тыс.4 года назад
Setting up VS Code for GUI development using JavaFX.
Clash Royale epic battles --- 10th anniversary rage event
Просмотров 354 года назад
Clash Royale epic battles 10th anniversary rage event
"The True History behind Pink Panther".
Просмотров 2634 года назад
"The True History behind Pink Panther".
Every thing has beginning and ending...
Просмотров 254 года назад
Every thing has beginning and ending...
"Our parliament "
Просмотров 144 года назад
"Our parliament "
My green train journey.
Просмотров 315 лет назад
My green train journey.
WAP-7 Running in high speed.
Просмотров 215 лет назад
WAP-7 Running in high speed.
WAP-1 in its old speed...
Просмотров 155 лет назад
WAP-1 in its old speed...
WAP-4 And WAG-7 Rushing in anti parallel direction.
Просмотров 845 лет назад
WAP-4 And WAG-7 Rushing in anti parallel direction.
WAG 9 Pulling 40 wagons at a time.
Просмотров 555 лет назад
WAG 9 Pulling 40 wagons at a time.

Комментарии

  • @Salamandro_ssm
    @Salamandro_ssm 14 дней назад

    thank you so much for this ! Great work !

  • @saimahmed1095
    @saimahmed1095 27 дней назад

    Thanks bahi great video. very helpful

  • @CelineCardoso-n2p
    @CelineCardoso-n2p Месяц назад

    can you paste the code you used in the comments?

  • @FFODP
    @FFODP 2 месяца назад

    You helped me ... thank man

  • @FERRUM-ix5yk
    @FERRUM-ix5yk 2 месяца назад

    What caste are you from, dude?

  • @anomalous5048
    @anomalous5048 2 месяца назад

    Shit video

  • @deliveryboy786
    @deliveryboy786 3 месяца назад

    mera java project wala option nhi aa rha hai vs code mai kya kru?

  • @praveengopu9325
    @praveengopu9325 3 месяца назад

    For everyone who installs tomcat 10 this won't work instead use older version there is a breaking change from javax to Jakarta api

  • @KoratanaSai-lj5bi
    @KoratanaSai-lj5bi 4 месяца назад

    Antha moosesthe video enduku bayya

    • @harshith_takkala
      @harshith_takkala 3 месяца назад

      @@KoratanaSai-lj5bi sry, ekkado mistake jarigi untundi youtube video editor lo I will remove the blur soon

  • @ИнкарЖолдыбай-ч9ж
    @ИнкарЖолдыбай-ч9ж 4 месяца назад

    thank you so much<3 you're the best!

  • @joanmambwe3521
    @joanmambwe3521 4 месяца назад

    Hello, I'm having the error, 'java.sql.SQLException: Access denied for user 'USER'@'localhost' (using password: NO). How do i fix it?

    • @harshith_takkala
      @harshith_takkala 4 месяца назад

      I am not sure exactly, check the configurations of mysql, maybe something you missed

    • @FERRUM-ix5yk
      @FERRUM-ix5yk 2 месяца назад

      You probably ran it as administrator, which changes the path to the file

  • @trololollolololololl
    @trololollolololololl 4 месяца назад

    great

  • @krishraj7808
    @krishraj7808 6 месяцев назад

    Thanks a lot man 🤝. I was struggling in running this program for 4-5 hours. Don't know where to put the .jar file and getting an error every time. (❁´◡`❁)

  • @AryanKumar-vk1ex
    @AryanKumar-vk1ex 6 месяцев назад

    in MYSQL connector file is not showing

    • @harshith_takkala
      @harshith_takkala 6 месяцев назад

      @@AryanKumar-vk1ex if not there, then from mysql installer you have to install it. I guess you havent checked the checkbox in first time installation.

  • @PrernaSharma-yl6ih
    @PrernaSharma-yl6ih 6 месяцев назад

    Thanks a lot😭, I was struggling in running this program for 2-3 hours.... Finally I got the solution while scrolling through the comments...Thanks once again..

  • @ZoomerApp
    @ZoomerApp 7 месяцев назад

    Well, thanks so much man. It actually worked for me!

  • @carladomingomiquel4744
    @carladomingomiquel4744 7 месяцев назад

    you are the best!!!! thank you so much!

  • @SaifuddinNajmuddin-vi3kd
    @SaifuddinNajmuddin-vi3kd 8 месяцев назад

    Helpful, Thank you so much. It worked.

  • @akshattrivedi4164
    @akshattrivedi4164 8 месяцев назад

    Great tutorial man 👍 Still working after 2 years!!

  • @lalitasharma6687
    @lalitasharma6687 8 месяцев назад

    I have quantum eapresso it shows error code mpi_abort was invoked on rank 0 in communicator mpi_comm_world with errorcode 1 What this means I'm new in programming stuff How to fix it

    • @harshith_takkala
      @harshith_takkala 8 месяцев назад

      I am sorry, not sure about that tool/software/OS, this video is for windows systems only, as i am downloading MSI packages from microsoft.

  • @AVidhanR
    @AVidhanR 8 месяцев назад

    What should I do if i don't create a Java project ??

    • @AVidhanR
      @AVidhanR 8 месяцев назад

      Cause I'm not getting one...

    • @harshith_takkala
      @harshith_takkala 8 месяцев назад

      hi, sorry for late reply, may be the extensions have been evolved. Check for some other options to create Java project. This flow will work only with that. I didnt experiment without that option.

  • @adityarajsavita4308
    @adityarajsavita4308 9 месяцев назад

    bhai installation issues aa rhe h please help

    • @harshith_takkala
      @harshith_takkala 9 месяцев назад

      ha bhai, tell me, its is just experimental video and demonstrates how vs code can be used for maven dev. But understand that it is not a market recommendation

  • @alexmercer7446
    @alexmercer7446 9 месяцев назад

    Thank you man

  • @chrislearnlog
    @chrislearnlog 9 месяцев назад

    Thank you. Your video helped.

  • @Sir_Breezy_
    @Sir_Breezy_ 10 месяцев назад

    I encountered this error when I put ${workspaceFolder}/** ${MSMPI_INC} on the include path in C/C++ configuration in my project: Cannot find: {project_path}/${MSMPI_INC} Can you help me please? I've followed every step before.

    • @harshith_takkala
      @harshith_takkala 9 месяцев назад

      I am not sure why {project_path} variable to the include path. If that still doesnt work, try hard coding the include path (put the value of MSMPI_INC directly in the configurations UI. Hope that helps, and sry for delay

  • @sasanktvs
    @sasanktvs 11 месяцев назад

    Thanks bro Saw many videos from different channels related to this but none of them worked for me This one worked in first attempt. Very helpful 🙃

    • @harshith_takkala
      @harshith_takkala 11 месяцев назад

      But this is not your first attempt, you saw many videos before landing to this video 😁🙃

  • @HomeNetwork404
    @HomeNetwork404 11 месяцев назад

    ab aafe ?

  • @GoBliNGamingxD
    @GoBliNGamingxD 11 месяцев назад

    It did not setup the msmpi environment variables for me automatically. What should i be doing?

    • @harshith_takkala
      @harshith_takkala 11 месяцев назад

      They won't set automatically. You have to set them in system env variables and then have to use them in VS code C++ settings GUI.

  • @shreyapatil156
    @shreyapatil156 Год назад

    Cannot find: d:/MPI/${MSMPI_INC} This is the error I am getting, it'll be really helpful if you resolved it

    • @harshith_takkala
      @harshith_takkala Год назад

      (MSMPI_INC) variable must be an absolute path to MPI include directory and you have to use the variable directly in VS Code settings rather than like this. Remove D:/MPI/ from the path

  • @debapriyadasgupta6534
    @debapriyadasgupta6534 Год назад

    Bro, I didn't get how you added the project folder into tomcat server and also couldn't follow what is the path name that you are giving

    • @harshith_takkala
      @harshith_takkala Год назад

      Adding project to tomcat is just the same as opening that in vscode and using extension to open web server. And what path you are talking about? Could you please point out the time stamp in the video.

  • @hamedghafouri5451
    @hamedghafouri5451 Год назад

    perfect

  • @toriljain2711
    @toriljain2711 Год назад

    thank you bhaiya

  • @siyagrawal
    @siyagrawal Год назад

    it is showing error for servlet. import statements are the issue. seems it cannot import the servet. what should i do? please reply asap

    • @harshith_takkala
      @harshith_takkala Год назад

      May be from mvn repository you copied a wrong xml, or may be some issue with extensions. Right now the extensions have got updated. Flow might be different but functionality is same. I suggest you to check for part 1 of the video as well. The imports won't work immediately. You have to wait until maven completes downloading jar files from repository. May be restart the procedure. Hope it helps.

    • @siyagrawal
      @siyagrawal Год назад

      can you name the extensions that are required? that tomcat one is deprecated. i have checked the part 1 as well. how maven completes downloading jar files?

    • @harshith_takkala
      @harshith_takkala Год назад

      @@siyagrawal you can directly choose the microsoft java extension pack. It contains all the required things (not sure if tomcat updated version is there or not ). The maven installation requires internet connection. When you paste the fxml of package in pom.xml file and saved, you can see the status bar in vscode, some downloading in progress. You can wait until it finishes, then use the maven build.

    • @siyagrawal
      @siyagrawal Год назад

      ​@@harshith_takkalastill the same issue. the servlet is not getting imported. is there any other method to load the servlet? please reply. and the java extension pack has already been added.

    • @harshith_takkala
      @harshith_takkala Год назад

      @@siyagrawal I am not sure. Sorry for that. Make sure to add correct import statements and java version as well. I havent been in java development since a year, so I am sorry I cant help more than this.

  • @bleakmess
    @bleakmess Год назад

    Thanks for the video man.

  • @Starimpact786
    @Starimpact786 Год назад

    i followed the complete tutorial but i get the error(C:\MinGW64\bin\gcc.exe -fdiagnostics-color=always -g C:\Users\User\Downloads\code\mpi.c -I {MSMPI_INC} -L C:\MSMPI\Lib\x64\ C:\MSMPI\Lib\x86\ -lmsmpi -o C:\Users\User\Downloads\code\mpi.exe C:\Users\User\Downloads\code\mpi.c:1:9: fatal error: mpi.h: No such file or directory #include<mpi.h> ^~~~~~~) any help please

    • @harshith_takkala
      @harshith_takkala Год назад

      I see that -L has got two arguments, and also MSMPI_INC variable is as it is (is not referring to the path). Check for these two please.

  • @DrLovecat
    @DrLovecat Год назад

    Dose VSCODE able to generate setter & getter command like Eclipes?

    • @harshith_takkala
      @harshith_takkala Год назад

      Right click anywhere in opened file after putting class members, then click source action, generate better setter. This option is enabled by the extension. I am not sure whether this is applicable for frameworks like maven.

  • @vijaykumarb9226
    @vijaykumarb9226 Год назад

    I am getting an error of no file like MPI.h

    • @harshith_takkala
      @harshith_takkala Год назад

      There might be some glitches in the process you followed, may be please restart the whole process. Ensure that MPI path is set in both env variables.

  • @AimedX3
    @AimedX3 Год назад

    I get the error mpi.h: no such file or directory Do you have any solution? and do i have to install OpenMP? i only want to use MPI

    • @harshith_takkala
      @harshith_takkala Год назад

      May he restart the whole process again. Or you might have missed any step in between. You can use only MPI. No need of openmp. You can go with that MSI tools shown in the video along with configurations

  • @VitorHugo-vq1uf
    @VitorHugo-vq1uf Год назад

    Thanks man

  • @ucvinh198
    @ucvinh198 Год назад

    i did like video until 9:05, when i open my vs code i don't have mpi.c and openmp.c in order to continue. how can i fix it

    • @harshith_takkala
      @harshith_takkala Год назад

      Those both are files for explaination of video. You can find the github repo link in description.

  • @sasanktvs
    @sasanktvs Год назад

    Face reveal please

  • @Sarwesh-nd9hv
    @Sarwesh-nd9hv Год назад

    Legend returned after 1 year🎉

    • @harshith_takkala
      @harshith_takkala Год назад

      It was in unlisted mode for past 2 years 😅😅

  • @daiannysantanadeoliveira2155

    Thank you very much! I was struggling to make this work but your video helped a lot!

  • @AmanKumar-wu3ej
    @AmanKumar-wu3ej Год назад

    Thnaku bro you are life saver

  • @ryansatriayudha
    @ryansatriayudha Год назад

    This video is very helpful. I have tried many times watching other videos but never work. This works well after many mistakes. Thank you very much! Best wishes from Thailand.

  • @life8261
    @life8261 Год назад

    Man, I appreciate the fact that you have put some effort into delivering the video to RUclips. But, Jesus Christ, take your time to make it in a good way. There is so much noise in the background that it is impossible to clearly get what you're talking about. Also, please make your diction better. When I watched your video, I had a feeling that I was listening to a pigeon. I could understand what you were talking about but I had to put some effort into understanding what you just said (thanks to the god damn noise in the background). And last thing: please, please, make your video straight. You made so many mistakes that your video was just a waste of my time. I got nothing and was confused even more. It took a lot of patience to not throw away my laptop from the nine floor of the condo I live in.

    • @harshith_takkala
      @harshith_takkala Год назад

      I got you buddy. I wasn't having a good mic setup for my recordings and so the video. I am very happy to listen that you understood and video was helpful to you. I will improvise myself. And also, the only mistake I made was the tomcat installation in my previous video. And I am happy that I rectified it. Another thing to mention is that the video got outdated as we got new features in VS code as well. We won't have this much configurations to be done in the new one.

    • @life8261
      @life8261 Год назад

      @@harshith_takkala Thank you for an adequate answer in spite of my harsh comment. I want to believe this is true there weren't as many mistakes as I said but due to the fact that the audio was horrible it was quite hard to concentrate on the content itself so for me - as a newbie - it was like there were tons of mistakes. I apologize if my words were offensive. I just wanted to deliver a good portion of criticism to help you make your future videos better. Don't take it personally.

    • @harshith_takkala
      @harshith_takkala Год назад

      @@life8261 no worries man. I am ready to accept any critics on me as this would make myself grow. Right now I am not into the RUclips that much. Will continue this channel in future.

  • @salwasaad752
    @salwasaad752 Год назад

    PLEASE : How to run openMP and MPI in C++ code in cmd promit?

    • @harshith_takkala
      @harshith_takkala Год назад

      You can actually make use of the reference link I referred to run in cmd with flags for both MPI and openMP

  • @haseebhaseeb32
    @haseebhaseeb32 Год назад

    If I open a Java Fx project that was created by someone else using a Clips, I don’t see the reference library in my visual studio code. How can I add them?

    • @harshith_takkala
      @harshith_takkala Год назад

      As we have chosen "No build tools" here, this step of creating directory structure has been automated in newer versions of VSCode. This video has been outdated. It detects if the imported folder is java project or not. Then we can manually add jar files in the lib folder. Hope you got it.

  • @VenuVGR007
    @VenuVGR007 Год назад

    Hi, thanks for your help. Wanted to know how to install a compiler like mpic++. I have g++ from mingw64 but understandably it gives an error mpi.h not defined when compiling.

    • @harshith_takkala
      @harshith_takkala Год назад

      We install MPI from the Microsoft website (.exe and .msi) as shown in video.

  • @danhelimunizsanchez897
    @danhelimunizsanchez897 Год назад

    HELPFUL VIDEO! YOU SAVE MY LIFE!!!! GREATINGS FROM MEXICO!!!!!