Install Apache PySpark 3.5.4 on Windows 11/10 in Just 11 Minutes! 🚀 [Step-by-Step Guide] | 2025

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 11

  • @AkashKamble-xp8gj
    @AkashKamble-xp8gj 4 วันที่ผ่านมา +1

    Worked for me, Thanks for this video ❤

  • @chillfury5494
    @chillfury5494 6 วันที่ผ่านมา +1

    Worked for me, Thanks

    • @r2schools
      @r2schools  5 วันที่ผ่านมา

      You're welcome!

  • @KINGAMRUTH
    @KINGAMRUTH 3 วันที่ผ่านมา +1

    Good One sir

    • @r2schools
      @r2schools  3 วันที่ผ่านมา

      Keep watching

  • @PrathameshPatil-j6l
    @PrathameshPatil-j6l 17 วันที่ผ่านมา +1

    Thank you so much for this video ❤

    • @r2schools
      @r2schools  17 วันที่ผ่านมา

      You are so welcome!

  • @User-br321
    @User-br321 5 วันที่ผ่านมา +1

    I followed the video but getting error in command prompt . 'spark-shell' is not recognized as an internal or external command,
    operable program or batch file.

  • @399DINU
    @399DINU 12 วันที่ผ่านมา

    I am using windows 11 and i have followed all the steps but when I launch pyspark, I am getting the below message
    PS C:\Users\dines> pyspark
    The system cannot find the path specified.
    I have already maintained the variable paths as per the video. Kindly help me to fix it in windows 11

    • @r2schools
      @r2schools  12 วันที่ผ่านมา

      Try to delete environmental variables related to java, spark,hadoop. Then setup them

  • @AnkitGyanchand
    @AnkitGyanchand 11 วันที่ผ่านมา

    I followed the video as-it-is, but I am getting this error when I run 'spark-shell' command: (Please help)
    Error occurred during initialization of VM
    java.lang.InternalError: Could not create SecurityManager
    at java.lang.System.initPhase3(java.base@17.0.12/System.java:2230)
    Caused by: java.lang.ClassNotFoundException: allow -Dscala.usejavacp=true -Dscala.usejavacp=true
    at jdk.internal.loader.BuiltinClassLoader.loadClass(java.base@17.0.12/BuiltinClassLoader.java:641)
    at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(java.base@17.0.12/ClassLoaders.java:188)
    at java.lang.ClassLoader.loadClass(java.base@17.0.12/ClassLoader.java:525)
    at java.lang.Class.forName0(java.base@17.0.12/Native Method)
    at java.lang.Class.forName(java.base@17.0.12/Class.java:467)
    at java.lang.System.initPhase3(java.base@17.0.12/System.java:2214)