开发者

How can I get the Hadoop command-line scripts working on Win32?

开发者 https://www.devze.com 2023-03-16 12:10 出处:网络
I\'m trying to build a Hadoop development environment on my Windows XP 32bit environment. When I try to run one of the utilities I get an error message (see 开发者_运维技巧screenshot below). I\'m pr

I'm trying to build a Hadoop development environment on my Windows XP 32bit environment.

When I try to run one of the utilities I get an error message (see 开发者_运维技巧screenshot below). I'm pretty sure that the reason why it cannot find the right directory must be an incorrectly specified path - somewhere in the config file. (relevant portion shown below as well).

What is the correct way to specify the location of the JDK & Jars on a Win32 platform?

How can I get the Hadoop command-line scripts working on Win32?

How can I get the Hadoop command-line scripts working on Win32?


Try to enclose path with quotes (double or single). It's seen on error that path is truncated by the space in Program_Files

0

精彩评论

暂无评论...
验证码 换一张
取 消