简体   繁体   English

Windows 10上的Hadoop安装

[英]Hadoop installation on Windows 10

I'm trying to install Hadoop 3.2.0 on Windows 10 using mostly the following tutorial: https://wiki.apache.org/hadoop/Hadoop2OnWindows 我正在尝试使用以下教程主要在Windows 10上安装Hadoop 3.2.0: https : //wiki.apache.org/hadoop/Hadoop2OnWindows

I've found some relevant tutorial on the web even though they are principally related to Linux. 我已经在网上找到了一些相关的教程,即使它们主要与Linux有关。

Every time I'm trying to verify the HDFS daemons are running with this code: "%HADOOP_PREFIX%\\bin\\hdfs dfs -put myfile.txt /" I constantly get the same error message: “Your endpoint configuration is wrong;” 每次我尝试使用以下代码验证HDFS守护程序是否正在运行时:“%HADOOP_PREFIX%\\ bin \\ hdfs dfs -put myfile.txt /”,我不断收到相同的错误消息:“您的端点配置错误;”

I tried to change the port to 9000, change to localhost, also tried to use hostname:8820. 我尝试将端口更改为9000,更改为localhost,还尝试使用主机名:8820。

I checked Stack Overflow and Super User but I haven't found already the answer. 我检查了堆栈溢出和超级用户,但尚未找到答案。

What should I try? 我该怎么办?

对于Windows路径,请尝试反斜杠而不是正斜杠

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM