forked from jmwarfe/docker-hadoop-spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steven Waring
committed
Apr 3, 2024
1 parent
f84e52f
commit f898f07
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export HADOOP_HOME=/usr/local/hadoop | ||
export HDFS_NAMENODE_USER=root | ||
export HDFS_DATANODE_USER=root | ||
export HDFS_SECONDARYNAMENODE_USER=root | ||
export YARN_RESOURCEMANAGER_USER=root | ||
export YARN_NODEMANAGER_USER=root | ||
export PATH=$PATH:$HADOOP_HOME/bin:$HADOOP_HOME/sbin:$SPARK_HOME/bin |