Error NativeCodeLoader:62 after installing pyspark in win10

configure spark"s environment according to this link https://blog.csdn.net/w417950., but will report an error when starting:

clipboard.png

I searched for it and didn"t find a way to solve my problem. Beginners on the road, please forgive me

Mar.16,2021

clipboard.png
are you sure this is not normal?
reference: win10 install pyspark
if this link is installed correctly, then you should install it correctly.

NativeCodeLoader is just a WARN . Warning is not an error. You can experience pyspark.
reference: an explanation from Microsoft

.
This warning is unrelated to RevoScaleR operation. It is usually a result of running in a 64-bit Linux environment while the
$HADOOP_HOME/lib/native/libhadoop.so
was compiled in a 32-bit environment. The warning is harmless and can be ignored.

but the native hadoop should not be configured. If it is a Linux environment, refer to this article to see if you can solve the problem: exception resolution: util.NativeCodeLoader: Unable to load native-hadoop library for your platform
for windows environment, sorry, There are no native hadoop libraries for Windows , Reference: an answer on stackoverflow

Menu