# hadoop-winutils **Repository Path**: gordon02/hadoop-winutils ## Basic Information - **Project Name**: hadoop-winutils - **Description**: 解决在window10中使用idea开发spark的hadoop报错,下载相应版本的winutils.exe,然后在系统环境中,添加一个新的系统变量,命名为:HADOOP_HOME,路径为你所解压的路径,配置变量的时候,不用加bin目录,因为spark会自动读取到HADOOP_HOME,然后加上bin - **Primary Language**: Scala - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2021-07-15 - **Last Updated**: 2023-09-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # winutils winutils.exe hadoop.dll and hdfs.dll binaries for hadoop on windows I've been using https://github.com/steveloughran/winutils but it stops to update So I tried to compile myself and push binaries here for you all [compile steps (in Chinese)](https://www.jianshu.com/p/1b4cbabfd899) ## how to use place a copy of hadoop-ver folder on your local drive set environment vars: ``` HADOOP_HOME= PATH=%PATH%;%HADOOP_HOME%\bin ``` then you'll pass the "no native library" and "access0" error