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.
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
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)
Worked for me, Thanks for this video ❤
Worked for me, Thanks
You're welcome!
Good One sir
Keep watching
Thank you so much for this video ❤
You are so welcome!
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.
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
Try to delete environmental variables related to java, spark,hadoop. Then setup them
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)