Hadoop Windows Source Compilation¶
Hadoop Windows Source Compilation refers to the procedures and configurations required to build the Hadoop project from source code specifically within a Windows environment.^[600-developer-big-data-hadoop-hadoop-01.md]
Configuration¶
To successfully compile and run Hadoop on Windows, specific environment variables and directory properties must be configured to point to the Hadoop installation.^[600-developer-big-data-hadoop-hadoop-01.md]
- HADOOP_HOME: This environment variable must be set to the installation directory of Hadoop.^[600-developer-big-data-hadoop-hadoop-01.md]
- hadoop.home.dir: This configuration property is used to define the Hadoop home directory.^[600-developer-big-data-hadoop-hadoop-01.md]
Related Concepts¶
- [[Hadoop]]
- [[Environment variables]]
Sources¶
^[600-developer-big-data-hadoop-hadoop-01.md]