복붙노트

[HADOOP] 32 비트 Windows 용 하둡 2.6.0에 대한 winutils.exe을 찾을 수 없습니다

HADOOP

32 비트 Windows 용 하둡 2.6.0에 대한 winutils.exe을 찾을 수 없습니다

나는 하둡 2.6.0 버전의 32 비트 Windows 용 winutils.exe 및 hadoop.dll 찾고 있습니다.

지도의 실행이 첫 번째 예를 줄일 동안 내가 말하는 오류가 발생했습니다 ERROR util.Shell는 : 하둡 바이너리 경로에 이진 winutils을 찾지 못했습니다

그래서 버전을 다운로드 bin 폴더 다시 내가 같은 오류가 점점 오전 같은 명령을 실행 업데이트

ERROR util.Shell: Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable C:\hadoop-2.6.0\bin\winutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:355)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:370)
at org.apache.hadoop.util.Shell.<clinit>(Shell.java:363)

해결법

  1. ==============================

    1.당신은 내 블로그에서 컴파일 하둡 2.7.1 32 비트 네이티브 Windows 패키지를 찾을 수 있습니다.

    당신은 내 블로그에서 컴파일 하둡 2.7.1 32 비트 네이티브 Windows 패키지를 찾을 수 있습니다.

    아파치 하둡은 기본 Windows 32 비트 바이너리를 2.7.1

  2. ==============================

    2.디도 Barik 이미 컴파일 된 Windows 유틸리티와 하둡 2.6의 다운로드 아카이브를 조립하고있다.

    디도 Barik 이미 컴파일 된 Windows 유틸리티와 하둡 2.6의 다운로드 아카이브를 조립하고있다.

    http://www.barik.net/archive/2015/01/19/172716/

  3. ==============================

    3.당신은 위치 아래에 32 비트 winutils.exe를 찾을 수 있습니다.

    당신은 위치 아래에 32 비트 winutils.exe를 찾을 수 있습니다.

    https://launchpad.net/winutils/+download

  4. from https://stackoverflow.com/questions/29410983/not-able-to-find-winutils-exe-for-hadoop-2-6-0-for-32-bit-windows by cc-by-sa and MIT license