|
|
@@ -125,7 +125,8 @@ hadoop_home=/usr/lib/hadoop-0.20
|
|
|
# Enter the host and port on which you are running the Hadoop NameNode
|
|
|
namenode_host=localhost
|
|
|
hdfs_port=8020
|
|
|
-
|
|
|
+# Thrift plugin port for the name node
|
|
|
+## thrift_port=10090
|
|
|
|
|
|
# Configuration for MapReduce JobTracker
|
|
|
# ------------------------------------------------------------------------
|
|
|
@@ -134,3 +135,5 @@ hdfs_port=8020
|
|
|
[[[default]]]
|
|
|
# Enter the host on which you are running the Hadoop JobTracker
|
|
|
jobtracker_host=localhost
|
|
|
+# Thrift plug-in port for the JobTracker
|
|
|
+## thrift_port=9290
|